-
Notifications
You must be signed in to change notification settings - Fork 97
/
lms_latest.json
70 lines (70 loc) · 4.38 KB
/
lms_latest.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
68
69
70
{
"Lyrion Media Server - Latest Stable": {
"description": "Lyrion Media Server (formerly known as Logitech Media Server, Squeezebox, slimserver, etc.). Latest stable version. For future updates see more information icon after first installation.<p>Based on a official community docker image: <a href='https://hub.docker.com/r/lmscommunity/logitechmediaserver' target='_blank'>https://hub.docker.com/r/lmscommunity/logitechmediaserver</a>, available for amd64 and arm64 architecture.</p>",
"more_info": "<h4>Update to newer version</h4><p>Due to some current <a href='https://github.com/rockstor/rockstor-core/issues/2209' target='_blank'>limitations in rock-on networking</a>, the web UI port of this rock-on must be set as 9000 and will thus prevent the installation of other rock-ons needing this port. Alternatively, the web UI can be accessed manually at http://rockstor-ip:9000</p><p>After first installation: to update to a newer stable version, either uninstall/reinstall the Rockon or use the Watchtower Rockon to manage the update of the underlying Media Server image, as it does not automatically update itself during a stop/restart of the Rockon like some other Rockons do. Don't use the update option within the LMS!</p><p>The LMS configuration files will remain in place on the volumes that were specified during the initial installation</p>",
"website": "https://lyrion.org/",
"version": "2.4",
"ui": {
"slug": ""
},
"containers": {
"lms_latest": {
"image": "lmscommunity/logitechmediaserver",
"tag": "latest",
"launch_order": 1,
"opts": [
[
"--net",
"host"
]
],
"ports": {
"9000": {
"description": "WebUI port. This MUST be set to 9000",
"host_default": 9000,
"label": "WebUI port",
"protocol": "tcp",
"ui": true
},
"9090": {
"description": "Command Line Interface (used for example by Android app Squeezer). This MUST be set to 9090",
"host_default": 9090,
"label": "CLI port",
"protocol": "tcp"
},
"3483": {
"description": "control channel for LMS (display, IR, etc.), tcp and udp (SB --> Slimserver discovery and for older SLIMP3 players). Suggested Default: 3483",
"host_default": 3483,
"label": "Control Channel"
}
},
"volumes": {
"/config": {
"description": "Choose a Share for LMS configuration. E.g.: create a Share called lms-config for this purpose alone.",
"label": "Config Storage"
},
"/music": {
"description": "Choose a Share for LMS content(your media). E.g.: create a Share called lms-music for this purpose alone. You can also assign other media Shares on the system after installation.",
"label": "Media Storage"
},
"/playlist": {
"description": "Choose a Share for LMS Playlists. E.g.: create a Share called lms-playlist for this purpose alone. You can also assign other media Shares on the system after installation.",
"label": "Playlist Storage"
}
},
"environment": {
"PUID": {
"description": "Enter a valid User ID (UID) to run Lyrion Media Server with. It must have full permissions to all Shares mapped in the previous step.",
"label": "UID",
"index": 1
},
"PGID": {
"description": "Enter a valid Group ID (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
}
}
}
}
}
}