-
Notifications
You must be signed in to change notification settings - Fork 98
/
airsonic-advanced.json
67 lines (67 loc) · 3.02 KB
/
airsonic-advanced.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
59
60
61
62
63
64
65
66
67
{
"Airsonic Advanced": {
"containers": {
"airsonic-advanced": {
"image": "linuxserver/airsonic-advanced",
"launch_order": 1,
"ports": {
"4040": {
"description": "Webserver Port. Required default: 4040.",
"host_default": 4040,
"label": "Webserver port",
"protocol": "tcp",
"ui": true
}
},
"volumes": {
"/config": {
"description": "Choose a Share for Airsonic configuration. Eg: create a Share called airsonic-config for this purpose alone.",
"label": "Config Storage",
"min_size": 1073741824
},
"/music": {
"description": "Select the Share containing your Media",
"label": "Music Storage",
"min_size": 1073741824
},
"/playlists": {
"description": "Choose a Share for Airsonic playlists. Eg: create a Share called airsonic-playlists for this purpose alone.",
"label": "Playlist Storage",
"min_size": 1073741824
},
"/podcasts": {
"description": "Select the Share to store podcasts",
"label": "Podcast Storage",
"min_size": 1073741824
}
},
"environment": {
"MAX_MEM": {
"description": "This environment variable is used to set the maximum Java heap size in megabytes - 150 is a good default",
"label": "MAX_MEM",
"index": 1
},
"PUID": {
"description": "Enter a valid UID of an existing user with permission to media shares to run Airsonic as (default: 1001).",
"label": "UID",
"index": 2,
"default": 1001
},
"PGID": {
"description": "Enter a valid GID of an existing user with permission to media shares to run Airsonic as (default: 100.",
"label": "GID",
"index": 3,
"default": 100
}
}
}
},
"description": "Airsonic music server. <p>Based on a custom docker image: <a href='https://hub.docker.com/r/linuxserver/airsonic-advanced' target='_blank'>https://hub.docker.com/r/linuxserver/airsonic-advanced</a>, available for x86-64 and arm64 architectures.</p>",
"ui": {
"slug": ""
},
"volume_add_support": true,
"website": "https://airsonic.github.io/",
"version": "2.1"
}
}