Files
hassio-addons/ombi/config.json
2021-12-18 18:03:40 +01:00

34 lines
584 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.3.3",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "4.3.3-2",
"webui": "http://[HOST]:[PORT:3579]"
}