forked from rockstor/rockon-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcouchpotato.json
53 lines (53 loc) · 2.4 KB
/
couchpotato.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
45
46
47
48
49
50
51
52
53
{
"CouchPotato": {
"containers": {
"couchpotato": {
"image": "linuxserver/couchpotato",
"launch_order": 1,
"ports": {
"5050": {
"description": "couchpotato WebUI port. Suggested default: 5050",
"host_default": 5050,
"label": "WebUI port",
"protocol": "tcp",
"ui": true
}
},
"volumes": {
"/config": {
"description": "Choose a Share for couchpotato configuration. Eg: create a Share called couchpotato-config for this purpose alone.",
"label": "Config Storage"
},
"/movies": {
"description": "Choose a Share for couchpotato media library Eg: create a Share called couchpotato-library for this purpose alone. You can also assign other media Shares on the system after installation.",
"label": "Movies location"
},
"/downloads": {
"description": "Choose a Share for couchpotato downloads. Eg: create a Share called couchpotato-downloads for this purpose alone.",
"label": "Download Storage"
}
},
"environment": {
"PUID": {
"description": "Enter a valid UID to run couchpotato as. It must have full permissions to all Shares mapped in the previous step.",
"label": "UID to run couchpotato 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 couchpotato as.",
"index": 2
}
}
}
},
"description": "couchpotato is a movie downloader for usenet and bittorrent users.",
"more_info": "<h4>Default username: couchpotato</p>Default password: couchpotato",
"ui": {
"slug": ""
},
"volume_add_support": true,
"website": "https://hub.docker.com/r/linuxserver/couchpotato/",
"version": "1.0"
}
}