Files
hassio-addons/ombi/config.json
2022-12-04 00:21:42 +00:00

34 lines
667 B
JSON

{
"arch": [
"aarch64",
"amd64",
"armv7"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "Self-hosted Plex Request and user management system",
"image": "ghcr.io/alexbelgium/ombi-{arch}",
"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-bugfix",
"webui": "[PROTO:ssl]://[HOST]:[PORT:3579]"
}