[PR #945] [MERGED] feat: maintenance mode #739 #6933

Closed
opened 2026-03-01 17:14:59 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/0xJacky/nginx-ui/pull/945
Author: @0xJacky
Created: 4/7/2025
Status: Merged
Merged: 4/7/2025
Merged by: @0xJacky

Base: devHead: feat/maintenance-mode


📝 Commits (1)

📊 Changes

33 files changed (+3698 additions, -2222 deletions)

View changed files

api/pages/maintenance.go (+78 -0)
api/pages/maintenance.tmpl (+89 -0)
api/pages/router.go (+11 -0)
📝 api/sites/list.go (+22 -12)
📝 api/sites/router.go (+4 -0)
📝 api/sites/site.go (+24 -0)
📝 api/streams/streams.go (+9 -11)
📝 app/src/api/site.ts (+9 -0)
📝 app/src/components/Notification/notifications.ts (+22 -6)
📝 app/src/constants/errors/cert.ts (+1 -0)
📝 app/src/constants/index.ts (+6 -0)
📝 app/src/language/ar/app.po (+248 -179)
📝 app/src/language/de_DE/app.po (+248 -179)
📝 app/src/language/en/app.po (+248 -179)
📝 app/src/language/es/app.po (+248 -179)
📝 app/src/language/fr_FR/app.po (+248 -179)
📝 app/src/language/ko_KR/app.po (+248 -179)
📝 app/src/language/messages.pot (+242 -188)
📝 app/src/language/ru_RU/app.po (+248 -179)
📝 app/src/language/tr_TR/app.po (+256 -179)

...and 13 more files

📄 Description

Close #739


🔄 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/945 **Author:** [@0xJacky](https://github.com/0xJacky) **Created:** 4/7/2025 **Status:** ✅ Merged **Merged:** 4/7/2025 **Merged by:** [@0xJacky](https://github.com/0xJacky) **Base:** `dev` ← **Head:** `feat/maintenance-mode` --- ### 📝 Commits (1) - [`5d3f478`](https://github.com/0xJacky/nginx-ui/commit/5d3f47808659a785aecad862720795add6e4db2e) feat: maintenance mode #739 ### 📊 Changes **33 files changed** (+3698 additions, -2222 deletions) <details> <summary>View changed files</summary> ➕ `api/pages/maintenance.go` (+78 -0) ➕ `api/pages/maintenance.tmpl` (+89 -0) ➕ `api/pages/router.go` (+11 -0) 📝 `api/sites/list.go` (+22 -12) 📝 `api/sites/router.go` (+4 -0) 📝 `api/sites/site.go` (+24 -0) 📝 `api/streams/streams.go` (+9 -11) 📝 `app/src/api/site.ts` (+9 -0) 📝 `app/src/components/Notification/notifications.ts` (+22 -6) 📝 `app/src/constants/errors/cert.ts` (+1 -0) 📝 `app/src/constants/index.ts` (+6 -0) 📝 `app/src/language/ar/app.po` (+248 -179) 📝 `app/src/language/de_DE/app.po` (+248 -179) 📝 `app/src/language/en/app.po` (+248 -179) 📝 `app/src/language/es/app.po` (+248 -179) 📝 `app/src/language/fr_FR/app.po` (+248 -179) 📝 `app/src/language/ko_KR/app.po` (+248 -179) 📝 `app/src/language/messages.pot` (+242 -188) 📝 `app/src/language/ru_RU/app.po` (+248 -179) 📝 `app/src/language/tr_TR/app.po` (+256 -179) _...and 13 more files_ </details> ### 📄 Description Close #739 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 17:14:59 +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#6933
No description provided.