Starbix / docker-synclounge

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

How do I set up autoJoin? #6

Open nrgbistro opened 4 years ago

nrgbistro commented 4 years ago

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 up after I select the web client. I don't want users to have to manually type in https://synclounge.domain.com/slserver just to access my room. Is there any way to fix this?