forked from rockstor/rockon-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlms_latest.json
54 lines (54 loc) · 2.68 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
{
"Logitech Media Server - Latest Stable": {
"description": "Logitech Media Server (aka Squeezebox, slimserver, etc.). Latest stable version. For future updates see more information icon after first installation<p>Uses custom docker image: <a href='https://hub.docker.com/r/doliana/logitech-media-server' target='_blank'>https://hub.docker.com/r/doliana/logitech-media-server</a>. Available for amd64, arm/v7 &arm64 architecture.",
"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://mysqueezebox.com/",
"version": "2.2",
"ui": {
"slug": ""
},
"containers": {
"lms_latest": {
"image": "doliana/logitech-media-server",
"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). Suggested Default: 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": {
"/srv/squeezebox": {
"description": "Choose a Share for LMS configuration. E.g.: create a Share called lms-config for this purpose alone.",
"label": "Config Storage"
},
"/srv/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": "Data Storage"
}
}
}
}
}
}