forked from rockstor/rockon-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cardigann.json
44 lines (44 loc) · 1.83 KB
/
cardigann.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
41
42
43
44
{
"Cardigann": {
"containers": {
"cardiagann-linuxserver.io": {
"image": "linuxserver/cardigann",
"launch_order": 1,
"ports": {
"5060": {
"description": "Cardigann WebUI port",
"host_default": 5060,
"label": "Cardigann WebUI port",
"protocol": "tcp",
"ui": true
}
},
"volumes": {
"/config": {
"description": "Choose a Share for cardigann configuration. Eg: create a Share called cardigann-config for this purpose alone.",
"label": "Config Storage"
}
},
"environment": {
"PUID": {
"description": "Enter a valid UID to run cardigann as. It must have full permissions to all Shares mapped in the previous step.",
"label": "UID to run cardigann as.",
"index": 1
},
"PGID": {
"description": "Enter a valid GID to use along with the above UID. It(or the above UID) must have full permissions to all Shares mapped in the previous step.",
"label": "GID to run cardigann as.",
"index": 2
}
}
}
},
"description": "Cardigann is a server for adding extra indexers to Sonarr, SickRage and CouchPotato via Torznab and TorrentPotato proxies",
"ui": {
"slug": ""
},
"volume_add_support": true,
"website": "https://hub.docker.com/r/linuxserver/cardigann/",
"version": "1.0"
}
}