Starbix / docker-synclounge

🐳 Dockerfile for SyncLounge
https://synclounge.tv
MIT License
19 stars 5 forks source link

Server part of applet doesn't appear to work #12

Open rettw78 opened 4 years ago

rettw78 commented 4 years ago

I have ports forwarded into 8088, and 8089, using the combined docker image for both web app and server. Firewall shows connections on both, server shows both ports listening and webapp works when accessing at the http://domain:8088, but when I tell the app to use a Custom server and I specify http://domain:8089 it won't connect (where domain is fqdn I chose to run the docker image with). I have also tried adding /slserver as part of URL when typing the server address to connect to. Not sure what is going on or how to troubleshoot it. Running this on on Archlinux server with latest updates - this is my first experience with Docker.

Any help would be greatly appreciated.

Rett Walters

rettw78 commented 4 years ago

Please disregard - I figured out that the url should be http://domain:8089/slserver Thanks,

Rett