[PR #354] [MERGED] fixes and others #516

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

📋 Pull Request Information

Original PR: https://github.com/retspen/webvirtcloud/pull/354
Author: @catborise
Created: 8/21/2020
Status: Merged
Merged: 8/22/2020
Merged by: @retspen

Base: masterHead: master


📝 Commits (6)

  • 43f1461 update novnc 1.1.0 ->1.2.0
  • 6d52587 fix messages.error error
  • 83ba6da fix instance create error handling
  • c2bd8d8 add nginx configuration files for os type
  • 7dd9127 Automatic install option for Webvirtcloud is added (beta)
  • 372ba5a fix create user error

📊 Changes

62 files changed (+114033 additions, -59933 deletions)

View changed files

📝 README.md (+17 -6)
📝 admin/forms.py (+8 -7)
conf/nginx/centos_nginx.conf (+37 -0)
conf/nginx/debian_nginx.conf (+85 -0)
conf/nginx/ubuntu_nginx.conf (+85 -0)
📝 console/templates/console-vnc-full.html (+93 -101)
📝 console/templates/console-vnc-lite.html (+0 -1)
install.sh (+13 -0)
📝 instances/views.py (+173 -175)
📝 static/js/novnc/app/error-handler.js (+8 -0)
📝 static/js/novnc/app/images/windows.svg (+25 -45)
static/js/novnc/app/locale/README (+1 -0)
static/js/novnc/app/locale/ja.json (+73 -0)
📝 static/js/novnc/app/locale/sv.json (+7 -8)
📝 static/js/novnc/app/locale/zh_CN.json (+17 -17)
📝 static/js/novnc/app/styles/base.css (+88 -19)
📝 static/js/novnc/app/styles/lite.css (+5 -0)
📝 static/js/novnc/app/ui.js (+165 -144)
📝 static/js/novnc/app/webutil.js (+8 -8)
📝 static/js/novnc/core/base64.js (+4 -4)

...and 42 more files

📄 Description

hi retspen,

here some fixes and updates.

i added a installation script for centos, ubuntu, debian. for now i made some tests but needs more. it does not matter not breaks anything.


🔄 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/354 **Author:** [@catborise](https://github.com/catborise) **Created:** 8/21/2020 **Status:** ✅ Merged **Merged:** 8/22/2020 **Merged by:** [@retspen](https://github.com/retspen) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (6) - [`43f1461`](https://github.com/retspen/webvirtcloud/commit/43f1461e299fecb72fe05958d37c33702c3dbe94) update novnc 1.1.0 ->1.2.0 - [`6d52587`](https://github.com/retspen/webvirtcloud/commit/6d52587e609eb8c7d364a84087703b54412b901e) fix messages.error error - [`83ba6da`](https://github.com/retspen/webvirtcloud/commit/83ba6da57263bb2ab6fe14f2b2ae495d844f61d7) fix instance create error handling - [`c2bd8d8`](https://github.com/retspen/webvirtcloud/commit/c2bd8d8547f0bfc9ec1023bb3095ba3d72bffd55) add nginx configuration files for os type - [`7dd9127`](https://github.com/retspen/webvirtcloud/commit/7dd9127572508f3373465b7a8a187bb3b438c467) Automatic install option for Webvirtcloud is added (beta) - [`372ba5a`](https://github.com/retspen/webvirtcloud/commit/372ba5a0f2349402db2172af26ced67176bfff56) fix create user error ### 📊 Changes **62 files changed** (+114033 additions, -59933 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+17 -6) 📝 `admin/forms.py` (+8 -7) ➕ `conf/nginx/centos_nginx.conf` (+37 -0) ➕ `conf/nginx/debian_nginx.conf` (+85 -0) ➕ `conf/nginx/ubuntu_nginx.conf` (+85 -0) 📝 `console/templates/console-vnc-full.html` (+93 -101) 📝 `console/templates/console-vnc-lite.html` (+0 -1) ➕ `install.sh` (+13 -0) 📝 `instances/views.py` (+173 -175) 📝 `static/js/novnc/app/error-handler.js` (+8 -0) 📝 `static/js/novnc/app/images/windows.svg` (+25 -45) ➕ `static/js/novnc/app/locale/README` (+1 -0) ➕ `static/js/novnc/app/locale/ja.json` (+73 -0) 📝 `static/js/novnc/app/locale/sv.json` (+7 -8) 📝 `static/js/novnc/app/locale/zh_CN.json` (+17 -17) 📝 `static/js/novnc/app/styles/base.css` (+88 -19) 📝 `static/js/novnc/app/styles/lite.css` (+5 -0) 📝 `static/js/novnc/app/ui.js` (+165 -144) 📝 `static/js/novnc/app/webutil.js` (+8 -8) 📝 `static/js/novnc/core/base64.js` (+4 -4) _...and 42 more files_ </details> ### 📄 Description hi retspen, here some fixes and updates. i added a installation script for centos, ubuntu, debian. for now i made some tests but needs more. it does not matter not breaks anything. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:59: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/webvirtcloud#516
No description provided.