docker-synclounge icon indicating copy to clipboard operation
docker-synclounge copied to clipboard

🐳 Dockerfile for SyncLounge

Results 9 docker-synclounge issues
Sort by recently updated
recently updated
newest added

Since the apparent update of app.synclounge.tv a few days ago (UI overhaul, not sure what under the hood changes accompany it), the server no longer appears to be working. Attempting...

When I click `invite` on the top right corner, the link it copies looks like: `http://localhost/invite/xxxx`, which obviously does not work. Even when I correct the domain from `localhost` to...

Hi, I'm using the latest docker image. Every few hours the server side of things keeps breaking. The only error I get in logs is this: `Catch all: /slserver/socket.io/?EIO=3&transport=polling&t=N65ptcV` What...

Currently, if I run the container with weboot='' and serverroot=/server, I get a blank page when going to http:///. Checking my browser's dev tools' network section, it seems like it's...

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...

The instructions for docker deployment say to set the `WEB_ROOT` variable when deploying, however this does not rebuild the app, so none of the static assets are available. This can...

Just thought I'd throw a pr together for this. I added an automated nightly build to the repo that'll push to docker hub if you set the `DOCKER_USERNAME` and `DOCKER_PASSWORD`...

I am using the alpine version and have tried setting the following environment vars: ``` environment: - autoJoin=true - autoJoinServer=https://synclounge.domain.com/slserver - autoJoinRoom=room ``` Unfortunately, the server selection screen still shows...

I'm not using your nginx package as i reverse proxy seperately, my config is as follow ``` location /slweb { proxy_pass http://192.168.1.105:8088/slweb; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade";...