Files
hassio-addons/ombi/config.json
Alexandre dfe1a952b8 Build
2022-07-20 20:48:49 +02:00

34 lines
633 B
JSON

{
"arch": [
"aarch64",
"amd64",
"armv7"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "Self-hosted Plex Request and user management system",
"init": false,
"map": [
"config:rw"
],
"name": "Ombi",
"options": {
"PGID": 0,
"PUID": 0
},
"ports": {
"3579/tcp": 3579
},
"ports_description": {
"3579/tcp": "Web interface"
},
"schema": {
"PGID": "int",
"PUID": "int"
},
"slug": "ombi",
"startup": "services",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/ombi",
"version": "4.16.12",
"webui": "http://[HOST]:[PORT:3579]"
}