Files
hassio-addons/ombi/config.json
2021-08-26 01:57:56 +02:00

34 lines
588 B
JSON

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