Files
hassio-addons/organizr/config.json
2022-09-08 22:28:47 +02:00

32 lines
591 B
JSON

{
"arch": [
"aarch64",
"amd64",
"armv7"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "An HTPC/Homelab services organizer that is written in PHP",
"map": [
"config:rw",
"ssl"
],
"name": "Organizr",
"options": {
"PGID": "0",
"PUID": "0"
},
"ports": {
"80/tcp": 88
},
"ports_description": {
"80/tcp": "web interface"
},
"schema": {
"PGID": "int",
"PUID": "int"
},
"slug": "organizr",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.90",
"webui": "http://[HOST]:[PORT:80]"
}