[GH-ISSUE #368] I was able to configure the noVNC proxy address? #272

Closed
opened 2026-02-27 16:38:41 +03:00 by kerem · 2 comments
Owner

Originally created by @tossp on GitHub (Jul 18, 2014).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/368

/console/webvirtmgr-novnc

#line 11
LISTEN_PORT = '3389'

/console/views.py

#line 10
WS_PORT = 3389
WS_HOST = 'internet ip'

// line 39
    wsproxy_port = WS_PORT
    #wsproxy_host = request.get_host()
    wsproxy_host = WS_HOST

There are better ways to configure it?

Thanks to google translator :)

Originally created by @tossp on GitHub (Jul 18, 2014). Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/368 /console/webvirtmgr-novnc ``` python #line 11 LISTEN_PORT = '3389' ``` /console/views.py ``` python #line 10 WS_PORT = 3389 WS_HOST = 'internet ip' // line 39 wsproxy_port = WS_PORT #wsproxy_host = request.get_host() wsproxy_host = WS_HOST ``` There are better ways to configure it? Thanks to google translator :)
kerem closed this issue 2026-02-27 16:38:41 +03:00
Author
Owner

@retspen commented on GitHub (Jul 18, 2014):

Yes you are right. But I can move WS_PORT and WS_HOST to the file settings.py like global variables.

<!-- gh-comment-id:49473631 --> @retspen commented on GitHub (Jul 18, 2014): Yes you are right. But I can move WS_PORT and WS_HOST to the file settings.py like global variables.
Author
Owner

@retspen commented on GitHub (Jul 18, 2014):

Done - f14d31eef5

<!-- gh-comment-id:49476684 --> @retspen commented on GitHub (Jul 18, 2014): Done - f14d31eef5fd3bddaa048a747166fca6837b6485
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtmgr#272
No description provided.