Files
hassio-addons/requestrr/config.json
2021-10-15 08:34:15 +02:00

41 lines
739 B
JSON

{
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"boot": "auto",
"description": "Chatbot used to simplify using services like Sonarr/Radarr/Ombi via the use of chat",
"environment": {
"PUID": "0",
"PGID": "0"
},
"map": [],
"name": "requestrr",
"options": {
"PUID": 0,
"PGID": 0
},
"ports": {
"4545/tcp": 4545
},
"ports_description": {
"4545/tcp": "web interface"
},
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": {
"PUID": "int",
"PGID": "int",
"TZ": "str?"
},
"slug": "requestrr",
"upstream": "2.1.1",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.1.1",
"webui": "http://[HOST]:[PORT:4545]"
}