Files
hassio-addons/ombi/config.json
2022-03-23 08:59:27 +01:00

31 lines
674 B
JSON

{
"apparmor": true,
"arch": ["aarch64", "amd64", "armv7"],
"boot": "auto",
"description": "Self-hosted Plex Request and user management system",
"environment": {},
"map": ["config:rw"],
"name": "Ombi",
"options": {
"PGID": 0,
"PUID": 0
},
"ports": {
"3579/tcp": 3579
},
"ports_description": {
"3579/tcp": "Web interface"
},
"schema": {
"PGID": "int",
"PUID": "int"
},
"slug": "ombi",
"startup": "services",
"upstream": "4.10.2",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/ombi",
"codenotary": "alexandrep.github@gmail.com",
"version": "4.10.2",
"webui": "http://[HOST]:[PORT:3579]"
}