-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Site_URL is not used #3435
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
Comments
The |
I use a reverse proxy. Sorry i should have mentiond it. But do i understand it right that the Site_url is nit designed to really change the url from localhost to a other url? For changing that i must use the reverse proxy? |
Can you provide more details, like your docker compose, and the output messages you are getting from the terminal and your env variables where you set the |
Overall i use Portainer and traefik reverse proxy `
` that would be my docker compose. The labels are copied from other projects where it works completly fine. ` For more information, check the migration guide at https://a.co/7PzMCcy SMTP is not set up so it is no problem that it is not working |
Correct, SITE_URL will simply change a few redirects and UI links, meaning that you should set it to testSite.de. No matter what SITE_URL is set to, the deployment will still be at localhost 8080. If going to testSite.de/admin/signup does not work, it's likely an issue with your reverse proxy. You may also need to add testSite.de to allowedHosts in the frontend vite config file. |
Hello, i try to use the self hosted version of infisical.
I used the docker compose docs and set the Site-Url in environments like that
environment:
But if i start the Container the logs say
Create your infisical Administrator Account at:
http://localhost:8080/admin/signup
I wan't the url to be
https://testsite.de/admin/signup
But i can't get it working
The text was updated successfully, but these errors were encountered: