[PR #442] [MERGED] Enhance/ota #4048

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

📋 Pull Request Information

Original PR: https://github.com/0xJacky/nginx-ui/pull/442
Author: @0xJacky
Created: 7/21/2024
Status: Merged
Merged: 7/22/2024
Merged by: @0xJacky

Base: devHead: enhance/ota


📝 Commits (3)

  • 7ef4fec fix: cannot ota upgrade when connect to remote node #424
  • f5a0a9e enhance(upgrader): gracefully replace the old exe with the new exe
  • d389bb0 feat: batch upgrade nginx-ui on remote nodes #424.

📊 Changes

37 files changed (+2064 additions, -1290 deletions)

View changed files

📝 api/system/router.go (+3 -0)
📝 api/system/upgrade.go (+1 -2)
📝 app/README.md (+44 -0)
📝 app/components.d.ts (+1 -0)
📝 app/src/App.vue (+3 -1)
📝 app/src/api/translations.ts (+3 -4)
📝 app/src/components/ChatGPT/ChatGPT.vue (+0 -1)
📝 app/src/components/SetLanguage/SetLanguage.vue (+1 -1)
📝 app/src/components/StdDesign/StdDataDisplay/StdCurd.vue (+47 -58)
📝 app/src/components/StdDesign/StdDataDisplay/StdTable.vue (+71 -44)
📝 app/src/language/en/app.po (+127 -83)
📝 app/src/language/es/app.po (+129 -83)
📝 app/src/language/fr_FR/app.po (+129 -83)
📝 app/src/language/ko_KR/app.po (+129 -83)
📝 app/src/language/messages.pot (+127 -83)
📝 app/src/language/ru_RU/app.po (+129 -83)
📝 app/src/language/vi_VN/app.po (+129 -83)
📝 app/src/language/zh_CN/app.mo (+0 -0)
📝 app/src/language/zh_CN/app.po (+129 -84)
📝 app/src/language/zh_TW/app.po (+129 -83)

...and 17 more files

📄 Description

  • fix: cannot ota upgrade when connect to remote node #424
  • enhance(upgrader): gracefully replace the old exe with the new exe
  • feat: batch upgrade nginx-ui on remote nodes. #424

🔄 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/0xJacky/nginx-ui/pull/442 **Author:** [@0xJacky](https://github.com/0xJacky) **Created:** 7/21/2024 **Status:** ✅ Merged **Merged:** 7/22/2024 **Merged by:** [@0xJacky](https://github.com/0xJacky) **Base:** `dev` ← **Head:** `enhance/ota` --- ### 📝 Commits (3) - [`7ef4fec`](https://github.com/0xJacky/nginx-ui/commit/7ef4fec89611d915110af3e0bc396e858fc9f627) fix: cannot ota upgrade when connect to remote node #424 - [`f5a0a9e`](https://github.com/0xJacky/nginx-ui/commit/f5a0a9ed50e196fb7142eb4314a94f0fcab05ed7) enhance(upgrader): gracefully replace the old exe with the new exe - [`d389bb0`](https://github.com/0xJacky/nginx-ui/commit/d389bb07aebd62248a357747a7a0b8418a7339d4) feat: batch upgrade nginx-ui on remote nodes #424. ### 📊 Changes **37 files changed** (+2064 additions, -1290 deletions) <details> <summary>View changed files</summary> 📝 `api/system/router.go` (+3 -0) 📝 `api/system/upgrade.go` (+1 -2) 📝 `app/README.md` (+44 -0) 📝 `app/components.d.ts` (+1 -0) 📝 `app/src/App.vue` (+3 -1) 📝 `app/src/api/translations.ts` (+3 -4) 📝 `app/src/components/ChatGPT/ChatGPT.vue` (+0 -1) 📝 `app/src/components/SetLanguage/SetLanguage.vue` (+1 -1) 📝 `app/src/components/StdDesign/StdDataDisplay/StdCurd.vue` (+47 -58) 📝 `app/src/components/StdDesign/StdDataDisplay/StdTable.vue` (+71 -44) 📝 `app/src/language/en/app.po` (+127 -83) 📝 `app/src/language/es/app.po` (+129 -83) 📝 `app/src/language/fr_FR/app.po` (+129 -83) 📝 `app/src/language/ko_KR/app.po` (+129 -83) 📝 `app/src/language/messages.pot` (+127 -83) 📝 `app/src/language/ru_RU/app.po` (+129 -83) 📝 `app/src/language/vi_VN/app.po` (+129 -83) 📝 `app/src/language/zh_CN/app.mo` (+0 -0) 📝 `app/src/language/zh_CN/app.po` (+129 -84) 📝 `app/src/language/zh_TW/app.po` (+129 -83) _...and 17 more files_ </details> ### 📄 Description - [x] fix: cannot ota upgrade when connect to remote node [#424](https://github.com/0xJacky/nginx-ui/issues/424) - [x] enhance(upgrader): gracefully replace the old exe with the new exe - [x] feat: batch upgrade nginx-ui on remote nodes. #424 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 11: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/nginx-ui#4048
No description provided.