mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 15:45:51 +03:00
[GH-ISSUE #459] Host noVNC over the same port as django interface port. #341
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @crocket on GitHub (Oct 14, 2014).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/459
If I launch noVNC from a remote machine but have no access to the port 6080, I can't use noVNC.
Isn't it possible to have the django web interface port serve as a websocket port, too?
In my company, an HTTP/HTTPS apache httpd reverse proxy is in front of every web service, so it's beneficial to use only one port for django web interface and websocket.
@crocket commented on GitHub (Oct 14, 2014):
https://github.com/jrief/django-websocket-redis could help.