-
Notifications
You must be signed in to change notification settings - Fork 375
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
Admin profile shown after login #574
Comments
yes it does. but because of link redirection. to fix refresh page. then enter full url like: http://localhost:8000 |
@catborise I'm trying to use WebVirtCloud in production. I configured SSL/TLS. SSL/TLS is defined on the Nginx reverse proxy. This way: User access: https://webvirtcloud.mydomain.com -> Proxy redirect: http://IP:8085 docker-compose.yml:
nginx webvirtcloud.conf: proxy_pass http://IP:8085; Access via domain name worked and I can access the VM consoles because port 443 was defined. settings.py:
I don't know where to set port 8000. Maybe I'm confusing the ports usage. |
sorry for late answer. can you please add LOGIN_REDIRECT_URL="/instances/" to settings.py file and restart webvirtcloud app |
By configuring WebVirtCloud in docker, I was able to add the compute node without any issues. However, after changing the admin user's password, this profile is shown every time after login.
What configuration should I do so that it is no longer shown after login?
I remove screen data because of the image being shared here.
The text was updated successfully, but these errors were encountered: