forked from rockstor/rockon-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
booksonic.json
58 lines (56 loc) · 2.34 KB
/
booksonic.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
57
58
{
"booksonic": {
"containers": {
"booksonic": {
"image": "linuxserver/booksonic",
"launch_order": 1,
"ports": {
"4040": {
"description": "WebUI port. Suggested default: 4040",
"host_default": 4040,
"label": "WebUI port",
"ui": true
}
},
"volumes": {
"/config": {
"description": "Choose a Share for configuration. Eg: create a Share called booksonic-config for this purpose alone.",
"label": "Config Storage"
},
"/books": {
"description": "Choose a Share for books. Eg: create a Share called booksonic-books for this purpose alone.",
"label": "Books Storage"
},
"/podcasts": {
"description": "Choose a Share for podcasts. Eg: create a Share called booksonic-podcasts for this purpose alone.",
"label": "Podcasts Storage"
},
"/media": {
"description": "Choose a Share for media. Eg: create a Share called booksonic-media for this purpose alone.",
"label": "Media Storage"
}
},
"environment": {
"PUID": {
"description": "Enter a valid UID to run booksonic with. It must have full permissions to all Shares mapped in the previous step.",
"label": "UID",
"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",
"index": 2
}
}
}
},
"description": "Booksonic by Linuxserver.io",
"more_info": "Booksonic is a server and an app for streaming your audiobooks to any pc or android phone. Most of the functionality is also availiable on other platforms that have apps for subsonic.",
"ui": {
"slug": ""
},
"volume_add_support": true,
"website": "https://hub.docker.com/r/linuxserver/booksonic/",
"version": "1.0"
}
}