[PR #410] [MERGED] Add support for local socket connections #649

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

📋 Pull Request Information

Original PR: https://github.com/retspen/webvirtmgr/pull/410
Author: @rmk40
Created: 8/31/2014
Status: Merged
Merged: 9/1/2014
Merged by: @retspen

Base: masterHead: master


📝 Commits (1)

  • 65973c9 Add support for local socket connections

📊 Changes

4 files changed (+69 additions, -4 deletions)

View changed files

📝 servers/forms.py (+18 -0)
📝 servers/views.py (+14 -2)
📝 templates/servers.html (+22 -1)
📝 vrtManager/connection.py (+15 -1)

📄 Description

This patch adds support for connecting to Libvirt via local socket.
In many cases users are running WebVirtMgr on the same system as
Libvirt, such as on an unRAID deployment. Connecting via local
socket works with "out of the box" Libvirt deployments and is easier
to configure for most users.


🔄 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/410 **Author:** [@rmk40](https://github.com/rmk40) **Created:** 8/31/2014 **Status:** ✅ Merged **Merged:** 9/1/2014 **Merged by:** [@retspen](https://github.com/retspen) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`65973c9`](https://github.com/retspen/webvirtmgr/commit/65973c914455e82627f8e96176ae4da7dcf19ca1) Add support for local socket connections ### 📊 Changes **4 files changed** (+69 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `servers/forms.py` (+18 -0) 📝 `servers/views.py` (+14 -2) 📝 `templates/servers.html` (+22 -1) 📝 `vrtManager/connection.py` (+15 -1) </details> ### 📄 Description This patch adds support for connecting to Libvirt via local socket. In many cases users are running WebVirtMgr on the same system as Libvirt, such as on an unRAID deployment. Connecting via local socket works with "out of the box" Libvirt deployments and is easier to configure for most users. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 16:40:00 +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#649
No description provided.