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

41 lines
816 B
JSON

{
"arch": [
"aarch64",
"amd64",
"armv7"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "Chatbot used to simplify using services like Sonarr/Radarr/Ombi via the use of chat",
"environment": {
"PGID": "0",
"PUID": "0"
},
"image": "ghcr.io/alexbelgium/requestrr-{arch}",
"init": false,
"map": [],
"name": "Requestrr",
"options": {
"PGID": 0,
"PUID": 0
},
"ports": {
"4545/tcp": 4545
},
"ports_description": {
"4545/tcp": "web interface"
},
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": {
"PGID": "int",
"PUID": "int",
"TZ": "str?"
},
"slug": "requestrr",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.1.2-3-bugfix",
"webui": "[PROTO:ssl]://[HOST]:[PORT:4545]"
}