Files
hassio-addons/ombi/config.json
2021-10-23 19:15:06 +02:00

27 lines
560 B
JSON

{
"arch": ["aarch64", "amd64", "armhf", "armv7"],
"description": "Self-hosted Plex Request and user management system",
"environment": {},
"map": ["config:rw"],
"name": "Ombi",
"options": {
"PUID": 0,
"PGID": 0
},
"ports": {
"3579/tcp": 3579
},
"ports_description": {
"3579/tcp": "Web interface"
},
"schema": {
"PUID": "int",
"PGID": "int"
},
"slug": "ombi",
"upstream": "4.0.1468",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "4.0.1468",
"webui": "http://[HOST]:[PORT:3579]"
}