mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 15:35:57 +03:00
[PR #519] [MERGED] Implement Libvirt Serial Console as Console on WebVirtCloud #596
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#596
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?
📋 Pull Request Information
Original PR: https://github.com/retspen/webvirtcloud/pull/519
Author: @GaetanF
Created: 7/17/2022
Status: ✅ Merged
Merged: 7/18/2022
Merged by: @catborise
Base:
master← Head:master📝 Commits (2)
65dce10Implement Libvirt Serial Console as Console on WebVirtCloud9bf3b7eFix process call for consolecallback📊 Changes
10 files changed (+398 additions, -2 deletions)
View changed files
➕
conf/daemon/consolecallback(+100 -0)📝
conf/nginx/webvirtcloud.conf(+10 -1)📝
conf/requirements.txt(+1 -0)📝
conf/supervisor/webvirtcloud.conf(+9 -1)➕
console/socketiod(+195 -0)➕
console/templates/console-xterm.html(+75 -0)📝
console/views.py(+2 -0)📝
vrtManager/instance.py(+2 -0)📝
webvirtcloud.sh(+1 -0)📝
webvirtcloud/settings.py.template(+3 -0)📄 Description
Hello,
As libvirt can manage VNC or Spice Graphical Console, Libvirt also permit to have a serial console. They can be accessed using virsh console from libvirt libs.
I've try to implement them on WebVirtuCloud using an another WebSocket and XTerm librairy.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.