forked from alexbelgium/hassio-addons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
40 lines (40 loc) · 816 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"arch": [
"aarch64",
"amd64",
"armv7"
],
"codenotary": "[email protected]",
"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]"
}