Files
hassio-addons/ombi/config.json
2022-01-03 22:57:45 +01:00

32 lines
644 B
JSON

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