-
Notifications
You must be signed in to change notification settings - Fork 97
/
mylar3.json
54 lines (53 loc) · 2.24 KB
/
mylar3.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
{
"Mylar": {
"website": "https://hub.docker.com/r/linuxserver/mylar3/",
"version": "1.1",
"description": "Mylar3 is an automated Comic Book (cbr/cbz) downloader program heavily-based on the Headphones template and logic.<p>Based on a custom docker image: <a href='https://hub.docker.com/r/linuxserver/mylar3' target='_blank'>https://hub.docker.com/r/linuxserver/mylar3</a>, available for amd64 and arm64 architecture.</p>",
"icon": "https://raw.githubusercontent.com/evilhero/mylar/master/data/images/favicon.ico",
"containers": {
"mylar3": {
"image": "linuxserver/mylar3",
"launch_order": 1,
"volume_add_support": true,
"ports": {
"8090": {
"description": "Mylar WebUI port. Suggested default: 8090",
"host_default": 8090,
"label": "WebUI port",
"protocol": "tcp",
"ui": true
}
},
"volumes": {
"/config": {
"description": "Choose a Share for Mylar Configuration Files",
"label": "Config Storage",
"index": 1
},
"/comics": {
"description": "Choose a Share for Mylar Media Library",
"label": "Comic library location",
"index": 2
},
"/downloads": {
"description": "Choose a Share for Mylar Downloads",
"label": "Download Storage",
"index": 3
}
},
"environment": {
"PUID": {
"description": "Enter a valid UID to run Mylar as. It must have full permissions to all Shares mapped in the previous step.",
"label": "UID to run Mylar 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 Mylar as",
"index": 2
}
}
}
}
}
}