-
Notifications
You must be signed in to change notification settings - Fork 97
/
Jdownloader2.json
56 lines (56 loc) · 1.93 KB
/
Jdownloader2.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
54
55
56
{
"Jdownloader 2": {
"containers": {
"jdownloader2": {
"image": "jlesage/jdownloader-2",
"launch_order": 1,
"ports": {
"5800": {
"description": "WebUI Port",
"host_default": 5800,
"label": "Data Port",
"protocol": "tcp",
"ui": true
},
"3129": {
"description": "MyJdownloader Port",
"host_default": 3129,
"label": "MyJdownloader Port",
"protocol": "tcp"
}
},
"volumes": {
"/config": {
"description": "Choose a Share for configuration. Eg: create a Share called jdownloader-config for this purpose alone.",
"label": "Config Storage",
"min_size": 1073741824
},
"/output": {
"description": "Share where all the downloads will be",
"label": "Data Storage"
}
},
"environment": {
"PUID": {
"description": "UID to run Jdownloader ",
"label": "UID",
"index": 1
},
"PGID": {
"description": "Enter a valid GID to use along with the same UID. It(or the above UID) must have full permissions to all Shares mapped in the previous step.",
"label": "GID",
"index": 2
}
}
}
},
"description": "JDownloader is a free, open-source download management tool with a huge community of developers that makes downloading as easy and fast as it should be. Users can start, stop or pause downloads, set bandwith limitations, auto-extract archives and much more. It's an easy-to-extend framework that can save hours of your valuable time every day!<p>Based on a custom docker image: <a href='https://hub.docker.com/r/jlesage/jdownloader-2' target='_blank'>https://hub.docker.com/r/jlesage/jdownloader-2</a>, available for amd64 architecture only.</p>",
"ui": {
"https": false,
"slug": ""
},
"volume_add_support": true,
"website": "https://jdownloader.org/",
"version": "1.1"
}
}