-
-
Notifications
You must be signed in to change notification settings - Fork 218
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
Reverse proxy base url #72
Comments
Yeah another users has also raised a similar issue, I think its how i've got the baseurl set up, looking into it now should have an answer shortly :) |
Hello Could you test this for me
i'm guessing you would just need to change the base url to your reserves proxy url. |
I have this working for myself with this docker compose file -> will update main after i get from the gym
|
With the new compose config it's now redirecting to the login page on successful auth with URL https://books.example.com/auth/login?callbackUrl=https://books.example.com/:3001/signin?csrf=true&error=SessionRequired. |
Awesome I'll get this pushed to main and write some docs |
https://docs.peppermint.sh/proxy Here is a link to the guide that i wrote which should aid in anyone trying to set up peppermint behind a sub domain |
Allow us to set the port in the base url. I have mine sitting behind reverse proxy and I end up at baseurl:5020 when the reverse proxy handles the the 80>5020 transversal.
The text was updated successfully, but these errors were encountered: