[PR #334] [MERGED] wsproxy patch #507

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

📋 Pull Request Information

Original PR: https://github.com/retspen/webvirtcloud/pull/334
Author: @catborise
Created: 6/26/2020
Status: Merged
Merged: 6/28/2020
Merged by: @retspen

Base: masterHead: wsproxy


📝 Commits (2)

📊 Changes

11 files changed (+299 additions, -276 deletions)

View changed files

📝 .github/workflows/linter.yml (+11 -2)
📝 Dockerfile (+20 -7)
📝 README.md (+6 -0)
📝 conf/nginx/webvirtcloud.conf (+12 -0)
📝 console/templates/console-spice-full.html (+4 -12)
📝 console/templates/console-spice-lite.html (+6 -14)
📝 console/templates/console-vnc-full.html (+232 -234)
📝 console/templates/console-vnc-lite.html (+2 -3)
📝 console/views.py (+2 -1)
📝 static/js/spice-html5/spice.css (+0 -2)
📝 webvirtcloud/settings.py.template (+4 -1)

📄 Description

Hi retspen,

  1. update docker image file and some minor additions
  2. organize nginx to forward 6080 to 80 if user want to use reverse proxy.
  3. add reverse proxy instruciton to readme
  4. update console pages.

🔄 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/334 **Author:** [@catborise](https://github.com/catborise) **Created:** 6/26/2020 **Status:** ✅ Merged **Merged:** 6/28/2020 **Merged by:** [@retspen](https://github.com/retspen) **Base:** `master` ← **Head:** `wsproxy` --- ### 📝 Commits (2) - [`c0f7078`](https://github.com/retspen/webvirtcloud/commit/c0f707854a267c6f449e7f845d80684007709400) wsproxy patch - [`61060c0`](https://github.com/retspen/webvirtcloud/commit/61060c0b069bdb3f3a69f71ba53af1c4eb0de2b6) update super-linter ci ### 📊 Changes **11 files changed** (+299 additions, -276 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/linter.yml` (+11 -2) 📝 `Dockerfile` (+20 -7) 📝 `README.md` (+6 -0) 📝 `conf/nginx/webvirtcloud.conf` (+12 -0) 📝 `console/templates/console-spice-full.html` (+4 -12) 📝 `console/templates/console-spice-lite.html` (+6 -14) 📝 `console/templates/console-vnc-full.html` (+232 -234) 📝 `console/templates/console-vnc-lite.html` (+2 -3) 📝 `console/views.py` (+2 -1) 📝 `static/js/spice-html5/spice.css` (+0 -2) 📝 `webvirtcloud/settings.py.template` (+4 -1) </details> ### 📄 Description Hi retspen, 1. update docker image file and some minor additions 2. organize nginx to forward 6080 to 80 if user want to use reverse proxy. 3. add reverse proxy instruciton to readme 4. update console pages. --- <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:58 +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#507
No description provided.