-
Notifications
You must be signed in to change notification settings - Fork 98
/
lazylibrarian.json
53 lines (53 loc) · 1.89 KB
/
lazylibrarian.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
{
"LazyLibrarian": {
"containers": {
"linuxserver-lazylibrarian": {
"image": "linuxserver/lazylibrarian",
"launch_order": 1,
"ports": {
"5299": {
"description": "Web server port. Suggested default: 5299",
"host_default": 5299,
"label": "Port for the web interface",
"protocol": "tcp",
"ui": true
}
},
"volumes": {
"/config": {
"description": "Choose a share where the config file should be stored. Eg: create a share called lazylibrarian-config for this purpose alone. ",
"label": "Config storage"
},
"/downloads": {
"description": "Choose a share where the books will be downloaded to. ",
"label": "Download storage"
},
"/books": {
"description": "Choose a share where the book library is located. ",
"label": "Book library"
}
},
"environment": {
"PUID": {
"description": "UID",
"label": "UID to run lazylibrarian as",
"index": 1
},
"PGID": {
"description": "GID",
"label": "GID to run lazylibrarian as",
"index": 2
}
}
}
},
"description": "lazylibrarian is an automated ebook downloader for NZB and Torrent.<p>Based on a custom docker image: <a href='https://hub.docker.com/r/linuxserver/lazylibrarian' target='_blank'>https://hub.docker.com/r/linuxserver/lazylibrarian</a>, available for amd64 and arm64 architecture.</p>",
"ui": {
"slug": ""
},
"volume_add_support": true,
"more_info": "<h4>Setting up the application</h4><p>Go to the web interface to configure your lazylibrarian installation.</p>",
"website": "https://hub.docker.com/r/linuxserver/lazylibrarian/",
"version": "38"
}
}