forked from alexbelgium/hassio-addons
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
51 lines (51 loc) · 1.11 KB
/
config.json
File metadata and controls
51 lines (51 loc) · 1.11 KB
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
41
42
43
44
45
46
47
48
49
50
51
{
"arch": [
"aarch64",
"amd64",
"armv7"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "Torrent Trackers and Usenet Indexers offering complete management ofSonarr, Radarr, Lidarr, and Readarr indexers with no per app setup required",
"environment": {
"PGID": "0",
"PUID": "0"
},
"map": [
"config:rw",
"share:rw",
"media:rw",
"ssl"
],
"name": "Prowlarr NAS",
"options": {
"PGID": 0,
"PUID": 0,
"cifspassword": "<password>",
"cifsusername": "<username>",
"networkdisks": "<//SERVER/SHARE>,<//SERVER2/SHARE2>"
},
"ports": {
"9696/tcp": 9696
},
"ports_description": {
"9696/tcp": "web interface"
},
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": {
"PGID": "int",
"PUID": "int",
"TZ": "str?",
"cifspassword": "str?",
"cifsusername": "str?",
"networkdisks": "str?",
"smbv1": "bool?"
},
"slug": "prowlarr",
"startup": "services",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "nightly-0.3.0.1745-ls331",
"webui": "http://[HOST]:[PORT:9696]"
}