[PR #382] [MERGED] Fix #381 #641

Closed
opened 2026-02-27 16:39:59 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/retspen/webvirtmgr/pull/382
Author: @tolbkni
Created: 8/7/2014
Status: Merged
Merged: 8/18/2014
Merged by: @retspen

Base: masterHead: websocket


📝 Commits (1)

📊 Changes

5 files changed (+19 additions, -12 deletions)

View changed files

📝 console/views.py (+6 -4)
📝 console/webvirtmgr-novnc (+1 -1)
📝 instance/views.py (+1 -1)
📝 templates/console.html (+2 -2)
📝 vrtManager/instance.py (+9 -4)

📄 Description

Prefer to use vnc websocket port if exists. You should edit xml like this (the websocket attribute):

<graphics type='vnc' port='5900' websocket='5700' listen='127.0.0.1'>
   <listen type='address' address='127.0.0.1'/>
</graphics>

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/retspen/webvirtmgr/pull/382 **Author:** [@tolbkni](https://github.com/tolbkni) **Created:** 8/7/2014 **Status:** ✅ Merged **Merged:** 8/18/2014 **Merged by:** [@retspen](https://github.com/retspen) **Base:** `master` ← **Head:** `websocket` --- ### 📝 Commits (1) - [`b2c1905`](https://github.com/retspen/webvirtmgr/commit/b2c1905b9664da640e52b38bfcbb9620377269c7) Fix #381 ### 📊 Changes **5 files changed** (+19 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `console/views.py` (+6 -4) 📝 `console/webvirtmgr-novnc` (+1 -1) 📝 `instance/views.py` (+1 -1) 📝 `templates/console.html` (+2 -2) 📝 `vrtManager/instance.py` (+9 -4) </details> ### 📄 Description Prefer to use vnc websocket port if exists. You should edit xml like this (the websocket attribute): ``` xml <graphics type='vnc' port='5900' websocket='5700' listen='127.0.0.1'> <listen type='address' address='127.0.0.1'/> </graphics> ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 16:39:59 +03:00
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#641
No description provided.