delete openproject addons

This commit is contained in:
ai-dev
2024-11-08 05:24:03 +01:00
parent 62b516457c
commit 3e4f17a952
10 changed files with 0 additions and 301 deletions

View File

@@ -1,26 +0,0 @@
{
"arch": [
"amd64",
"aarch64"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "Openproject for Home Assistant",
"image": "ghcr.io/alexbelgium/openproject-{arch}",
"init": false,
"map": [
"addon_config:rw",
"share:rw"
],
"name": "Openproject",
"ports": {
"8080/tcp": 8080
},
"ports_description": {
"8080/tcp": "Web interface"
},
"slug": "openproject",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/openproject",
"version": "14.1.0-2",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
}