mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
34 lines
745 B
JSON
34 lines
745 B
JSON
{
|
|
"arch": ["aarch64", "amd64", "armv7"],
|
|
"boot": "auto",
|
|
"description": "Chatbot used to simplify using services like Sonarr/Radarr/Ombi via the use of chat",
|
|
"environment": {
|
|
"PGID": "0",
|
|
"PUID": "0"
|
|
},
|
|
"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",
|
|
"upstream": "2.1.1",
|
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
|
"codenotary": "alexandrep.github@gmail.com",
|
|
"version": "2.1.1",
|
|
"webui": "http://[HOST]:[PORT:4545]"
|
|
}
|