INTERACT FORUM

More => Old Versions => JRiver Media Center 30 for Linux => Topic started by: HaWi on December 01, 2022, 01:46:40 pm

Title: Docker version
Post by: HaWi on December 01, 2022, 01:46:40 pm
Is the Linux version for .32 still beta? I'm asking because I don't see the docker version yet.
Many thanks for any insights
Hans
Title: Re: Docker version
Post by: max096 on December 02, 2022, 02:31:17 pm
Itīs not about MC being beta or anything like that the builds are just failing for some reason running into 1h timeouts, not sure why yet.

Works fine for this image https://hub.docker.com/r/shiomax/jrivermc

Note that if you wanna try that one now. I would not count on in place upgrades to work. Make a backup and probably also a new "config" folder, restore from the backup.
Title: Re: Docker version
Post by: HaWi on December 02, 2022, 03:52:24 pm
Itīs not about MC being beta or anything like that the builds are just failing for some reason running into 1h timeouts, not sure why yet.

Works fine for this image https://hub.docker.com/r/shiomax/jrivermc

Note that if you wanna try that one now. I would not count on in place upgrades to work. Make a backup and probably also a new "config" folder, restore from the backup.

Thanks Max, I will try that
Title: Re: Docker version
Post by: HaWi on December 04, 2022, 03:41:14 pm
I managed to get this running. Looks very good. One thing I noticed was that I can no longer access it via VNC. Is there a way to get  VNC viewer working again?
Many thanks,
Hans
Title: Re: Docker version
Post by: max096 on December 04, 2022, 07:52:19 pm
I managed to get this running. Looks very good. One thing I noticed was that I can no longer access it via VNC. Is there a way to get  VNC viewer working again?
Many thanks,
Hans

There is by setting VNC_LISTEN to ALLOW_ALL, then you can access it from anywhere. The main reason that this is currently disabled by default is because there is at this point no way to setup authentication for direct VNC connections in the image. So be aware that anyone that can reach the URL will be able to access VNC without authentication. If you donīt need authentication in your local network you can enable that and if you did make it publically available, just donīt do that for port 5900.

That and making it possible to not setup username / password at all (if desired) are the main two things that are not quite up to par with the previous image. At this point as Im sure you have noticed it forces you to set a username / password combination for the web login.

The other image is updated now too if any of that is a dealbreaker for you.
Title: Re: Docker version
Post by: HaWi on December 05, 2022, 10:28:49 am
Thank you so much Max, this is great. I'm only accessing MC locally so 5900 is not open on my router. That should prevent anyone outside the LAN from getting in, right?
I love the new image so I am planning to stick with it. Are you going to maintain them both or make an eventual switch to the new one exclusively?
EDIT: Just updated my container and it works perfectly on VNC now.
Title: Re: Docker version
Post by: max096 on December 05, 2022, 10:45:53 pm
Thank you so much Max, this is great. I'm only accessing MC locally so 5900 is not open on my router. That should prevent anyone outside the LAN from getting in, right?

Yes, if youīre unsure you can make a wifi hotspot on your phone to test with on a PC/notebook, or download a VNC client on your phone. Its probably pretty unusable on a phone sized screen, but you only have to check if it lets you connect with another internet connection.

I love the new image so I am planning to stick with it. Are you going to maintain them both or make an eventual switch to the new one exclusively?

Eventually, only the new one is the plan. But no concrete plans when thats gonna be.
Title: Re: Docker version
Post by: HaWi on December 06, 2022, 09:50:31 am
Thanks Max, I switched my phone to cellular and VNC Connect was not possible. However, when my phone is connected to WiFi, no problem getting connected.
Title: Re: Docker version
Post by: max096 on December 06, 2022, 02:13:41 pm
However, when my phone is connected to WiFi, no problem getting connected.

Yeah, well ofc that would work. Seems to be working then.
Title: Re: Docker version
Post by: HaWi on December 06, 2022, 03:29:52 pm
Yup, works brilliantly, thank you so much.
Title: Re: Docker version
Post by: HaWi on December 10, 2022, 10:00:06 am
Just to confirm that I could update the new image with Portainer, running in Synology docker, again. Thanks very much, Max.