Files
hassio-addons/ombi/config.json
2022-01-23 07:29:14 +01:00

36 lines
651 B
JSON

{
"name": "Ombi",
"version": "4.10.2",
"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"
],
"boot": "auto",
"upstream": "4.10.2",
"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"
}
}