-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invites broken #7
Comments
My current workout to this is to simply correct the link again. When I get |
If you set the DOMAIN variable to synclounge.domain.com it should resolve that issue. I however ran into an additional issue: the container run file prepends http always, not https, and for whatever reason the invite url does not follow the 301 redirect rule I have setup in nginx to send http requests to https. For that I opened up the run.sh file and manually changed it from http to https. All working now, but I will likely have to change this manually whenever I update. Would be great to have a way of changing this using variables! See screenshots attached for full settings config. |
In your docker-compose file, try setting the docker env variable to domain.com/slweb. Add the /slweb at the end |
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 fromlocalhost
tosynclounge.domain.com
, it redirects me to:https://localhost/#/join?server=https://synclounge.domain.com/slserver&room=xxxx&owner=xxxx&password=xxxx&
.Is there an environment variable I can set that would resolve this?
The text was updated successfully, but these errors were encountered: