This commit is contained in:
Alexandre
2021-06-22 21:22:10 +02:00
parent 72a7daff3e
commit 72dd048204
11 changed files with 172 additions and 0 deletions

34
organizr/config.json Normal file
View File

@@ -0,0 +1,34 @@
{
"name": "Organizr",
"version": "1.90",
"upstream": "1.90",
"slug": "organizr",
"description": "An HTPC/Homelab services organizer that is written in PHP",
"url": "https://github.com/alexbelgium/hassio-addons",
"startup": "services",
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"ports": {
"80/tcp": 88
},
"ports_description": {
"80/tcp": "web interface"
},
"map": [
"ssl"
],
"webui": "http://[HOST]:[PORT:80]",
"boot": "auto",
"environment": {
"PUID": "0",
"PGID": "0"
},
"options": {
},
"schema": {
}
}