Files
hassio-addons/ombi/config.json
2022-09-10 12:29:18 +02:00

32 lines
606 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",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/ombi",
"version": "4.22.5",
"webui": "http://[HOST]:[PORT:3579]"
}