[SlimDevices: SqueezeCenter] LMS Docker on Synology DS920+

2021-10-20 Thread Tom Sea
I have a Synology NAS on which I am running a Plex server. (Very easy to set up.) I run LMS on my Windows 10 desktop but also want to run it from the NAS. I have tried Jaca's few steps at https://forums.slimdevices.com/showthread.php?111876-LmsUpdate-and-LmsRepack-Synology-8-0-*-packages/page31

Re: [SlimDevices: SqueezeCenter] LMS Docker on Synology DS920+

2021-10-21 Thread Tom Sea
Could someone post a screen shot of LMS when you run it on Synology Docker? I do not even know what my target endpoint looks like. Tom Sea's Profile: http://forums.slimdevices.com/member.php?userid=72196 View this thread:

Re: [SlimDevices: SqueezeCenter] LMS Docker on Synology DS920+

2021-10-21 Thread Michael Herger
Could someone post a screen shot of LMS when you run it on Synology Docker? I do not even know what my target endpoint looks like. I don't understand what you're looking for. LMS does look no different, whether you run it in Docker, on a Pi or on my Mac. And what do you mean by "target endpoin

Re: [SlimDevices: SqueezeCenter] LMS Docker on Synology DS920+

2021-10-21 Thread Tom Sea
I operate in the Windows 10 OS world. When I run LMS control panel in Win10 (as administrator,) on the advanced tab I get some choices including "Web Remote Control" and "Advanced Settings", both of which open in my browser. So if I get LMS in Docker on my Synology working you are saying the inte

Re: [SlimDevices: SqueezeCenter] LMS Docker on Synology DS920+

2021-10-21 Thread Michael Herger
I operate in the Windows 10 OS world. When I run LMS control panel in Win10 (as administrator,) on the advanced tab I get some choices including "Web Remote Control" and "Advanced Settings", both of which open in my browser. So if I get LMS in Docker on my Synology working you are saying the inter

Re: [SlimDevices: SqueezeCenter] LMS Docker on Synology DS920+

2021-10-22 Thread Tom Sea
I tried that. It does not work. I also tried "Create shortcut on desktop" in advanced settings with that precise URL but it does not work but instead just opens a new Synology homepage tab. Tom Sea's Profile: http://foru

Re: [SlimDevices: SqueezeCenter] LMS Docker on Synology DS920+

2021-10-22 Thread Michael Herger
I tried that. It does not work. Did you add the correct port? How does it fail? ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Re: [SlimDevices: SqueezeCenter] LMS Docker on Synology DS920+

2021-10-22 Thread Tom Sea
The only other thing I have running is Plex which uses port 32400. So I did not change from the default port 9000. So when I go to 192.168.2.26:9000 I get sent directly to the Synology homepage which is port -:5001 I was thinking of creating a step by step wiki here for running LMS on Synology D

Re: [SlimDevices: SqueezeCenter] LMS Docker on Synology DS920+

2021-10-22 Thread Michael Herger
The only other thing I have running is Plex which uses port 32400. So I did not change from the default port 9000. So when I go to 192.168.2.26:9000 I get sent directly to the Synology homepage which is port -:5001 Synology traditionally used port 9002 for LMS - because of some conflict. You sh

Re: [SlimDevices: SqueezeCenter] LMS Docker on Synology DS920+

2021-10-22 Thread Tom Sea
I stopped the container and then set it up again. In Port changed to 9002 tcp and in Environment HTTP_PORT changed to 9002. Now the result is a web page that says "Unable to Connect" versus the previous connecting to the wrong page. By the way can you tell me what _etc_ means in the configuratio

Re: [SlimDevices: SqueezeCenter] LMS Docker on Synology DS920+

2021-10-22 Thread Jaca
Don't worry about /etc Set timezone with "TZ" (not "EZ") I'm guessing you have some port conflict.. I can use default 9000 and it works fine.. (it didn't when old lms package was still installed even when it was stopped, perhaps you have smth else in conflict ) Have you tried host mode instea

Re: [SlimDevices: SqueezeCenter] LMS Docker on Synology DS920+

2021-10-23 Thread pputzer
Tom Sea wrote: > By the way can you tell me what _etc_ means in the configuration pages? > Like: > - /etc/localtime:/etc/localtime:ro > - /etc/timezone:/etc/timezone:ro > I did not name any folder /etc. Is this something just for SSH? /etc is the traditional place for system config files on Un

Re: [SlimDevices: SqueezeCenter] LMS Docker on Synology DS920+

2021-10-27 Thread Tom Sea
I notice that the default Environmental Variables when setting up LMS has UID = 99. When I SSH my Synology I see that no user id has a value of 99. I changed it to a used value but my LMS container still does not work. Tom

Re: [SlimDevices: SqueezeCenter] LMS Docker on Synology DS920+

2021-10-27 Thread Tom Sea
pputzer wrote: > /etc is the traditional place for system config files on Unix (and > Unix-like OS such as Linux). Synology NAS are running Linux. > > > I cannot find this 'traditional place' on my DS920+ File Station. Is it > hidden? Does it matter? -

Re: [SlimDevices: SqueezeCenter] LMS Docker on Synology DS920+

2021-10-27 Thread Tom Sea
pputzer wrote: > /etc is the traditional place for system config files on Unix (and > Unix-like OS such as Linux). Synology NAS are running Linux. > I cannot find this 'traditional place' on my DS920+ File Station. Is it hidden? Does it matter? ---

Re: [SlimDevices: SqueezeCenter] LMS Docker on Synology DS920+

2021-10-27 Thread Jaca
Tom Sea wrote: > I cannot find this 'traditional place' on my DS920+ File Station. Is it > hidden? Does it matter?Like before.. You shouldn't worry about /etc. Just > ignore it.. Generally form my experiences on Synology Docker.: If your LMS container starts and quickly stops/crashes then you

Re: [SlimDevices: SqueezeCenter] LMS Docker on Synology DS920+

2021-10-27 Thread Tom Sea
Thanks. That will be a big help in getting things running. I seem to have made progress. When I use Google Chrome to the 192.168.2.26:9000 I get it to load. When I use the Docker shortcut or just 192.168.2.26:9000 it says: Secure Connection Failed An error occurred during a connection to 192.168

Re: [SlimDevices: SqueezeCenter] LMS Docker on Synology DS920+

2021-11-03 Thread Tom Sea
I still can't understand how to get LMS to work in Docker. I have some questions: For launching via the GUI: Could someone post what adding time zone should look like on the environment tab? The documentation gives both PGID and PUID equal 1000 on the environment tab. Don't I have to SSH into th

Re: [SlimDevices: SqueezeCenter] LMS Docker on Synology DS920+

2021-11-03 Thread Tom Sea
I still can't understand how to get LMS to work in Docker. I have some questions: For launching via the GUI: Could someone post what adding time zone should look like on the environment tab? The documentation gives both PGID and PUID equal 1000 on the environment tab. Don't I have to SSH into th

Re: [SlimDevices: SqueezeCenter] LMS Docker on Synology DS920+

2021-11-04 Thread Jaca
Tom Sea wrote: > I still can't understand how to get LMS to work in Docker. I have some > questions: > > For launching via the GUI: > Could someone post what adding time zone should look like on the > environment tab? > The documentation gives both PGID and PUID equal 1000 on the environment >

Re: [SlimDevices: SqueezeCenter] LMS Docker on Synology DS920+

2021-11-04 Thread Tom Sea
Jaca, What is smth? 1x Squeezebox Classic(3), 4x Squeezebox Duet, 3x Squeezebox Controller, 3x Squeezebox Touch, 1x Squeezebox Radio, Logitech Media Server Version: 8.2.0, Synology NAS DS920+ Tom Sea's Profile: http://fo

Re: [SlimDevices: SqueezeCenter] LMS Docker on Synology DS920+

2021-11-04 Thread pputzer
Tom Sea wrote: > Jaca, > What is smth? "something" pputzer's Profile: http://forums.slimdevices.com/member.php?userid=36842 View this thread: http://forums.slimdevices.com/showthread.php?t=115299 _

Re: [SlimDevices: SqueezeCenter] LMS Docker on Synology DS920+

2021-11-04 Thread Tom Sea
Oh, yeah. I am floundering so I thought it had a meaning with Docker or VMs. I appreciate your suggestion with trying LMS on a VM. Is that (VM) plug and play or will I be in the same spot on the learning curve with another application? 1x Squeezebox Classic(3), 4x Squeezebox Duet, 3x Squeezeb

Re: [SlimDevices: SqueezeCenter] LMS Docker on Synology DS920+

2021-11-04 Thread Jaca
Tom Sea wrote: > Oh, yeah. I am floundering so I thought it had a meaning with Docker or > VMs. > > I appreciate your suggestion with trying LMS on a VM. Is that (VM) plug > and play or will I be in the same spot on the learning curve with > another application?Virtual machine manger is a packa