wouterdebie / locast2tuner

Locast to Emby/Plex/Channels server
https://wouterdebie.github.io/locast2tuner/
MIT License
52 stars 8 forks source link

Help with Synology Docker Install #66

Closed hdmllr closed 3 years ago

hdmllr commented 3 years ago

While I have been able to get locast2tuner up and running on a windows linux machine, I am struggling to get it to launch via docker on a synology server. It fails on the login, so I think I am not mapping the config file correctly when I am launching it with the docker interface. Can anyone advise on the mount path that I should be using to map the physical config file to the container?

eiddor commented 3 years ago

The app is going to look for the file /app/config/config, so you want to map whatever your local directory is to /app/config/

hdmllr commented 3 years ago

Thanks eiddor. This is the mount path that I was trying. I guess it is something else. I'll double-check that I have the config file set-up correctly.

eiddor commented 3 years ago

See if you can grab a log from the container and we might be able to narrow it down.

hdmllr commented 3 years ago

2021-07-18

eiddor commented 3 years ago

Looks like the config file itself is the problem, but I'm not 100% sure. If you moved your windows config file over then you may have to remove the CR/LFs. It might be easier to build it from scratch or start with the default one and edit it.

hdmllr commented 3 years ago

Thanks for the suggestion. I'll try to build it from scratch as I am only using a few parameters.