[PR #109] [CLOSED] Make VNC listen on 127.0.0.1 by default #427

Closed
opened 2026-02-27 15:58:41 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/retspen/webvirtcloud/pull/109
Author: @nitmir
Created: 5/4/2016
Status: Closed

Base: masterHead: local-vnc


📝 Commits (2)

  • 2c4a6e1 For novnc, only need a tunnel to physical host if connhost is not localhost
  • fd2dc12 Make VNC listen by default only on 127.0.0.1 and add a checkbox on vncsettings to listen on 0.0.0.0

📊 Changes

5 files changed (+53 additions, -3 deletions)

View changed files

📝 console/novncd (+2 -1)
📝 instances/templates/instance.html (+19 -0)
📝 instances/views.py (+11 -0)
📝 vrtManager/create.py (+2 -2)
📝 vrtManager/instance.py (+19 -0)

📄 Description

Make VNC listen on 127.0.0.1 by default on instance creation. When add a checkbox on vncsettings to alow the user to choose to listen globally.

This is one way to fix #95


🔄 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/webvirtcloud/pull/109 **Author:** [@nitmir](https://github.com/nitmir) **Created:** 5/4/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `local-vnc` --- ### 📝 Commits (2) - [`2c4a6e1`](https://github.com/retspen/webvirtcloud/commit/2c4a6e16eb9b07aa8a9364ecd5c49f4e9109b052) For novnc, only need a tunnel to physical host if connhost is not localhost - [`fd2dc12`](https://github.com/retspen/webvirtcloud/commit/fd2dc1296f6426fcd4c4d7f80189058afcc09d2c) Make VNC listen by default only on 127.0.0.1 and add a checkbox on vncsettings to listen on 0.0.0.0 ### 📊 Changes **5 files changed** (+53 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `console/novncd` (+2 -1) 📝 `instances/templates/instance.html` (+19 -0) 📝 `instances/views.py` (+11 -0) 📝 `vrtManager/create.py` (+2 -2) 📝 `vrtManager/instance.py` (+19 -0) </details> ### 📄 Description Make VNC listen on 127.0.0.1 by default on instance creation. When add a checkbox on vncsettings to alow the user to choose to listen globally. This is one way to fix #95 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:58:41 +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/webvirtcloud#427
No description provided.