[PR #1008] [MERGED] feat: add support for init.d and OpenRC service management #6964

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

📋 Pull Request Information

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

Base: mainHead: dev


📝 Commits (5)

  • 39daf0b fix(upgrader): remove unused settings import and simplify GitHub proxy checks
  • 13732ff chore: update docs
  • d772dcf chore: update deps
  • db29f2e chore: update translations
  • 5fdd85a feat: add support for init.d and OpenRC service management #335, #988

📊 Changes

26 files changed (+4138 additions, -3476 deletions)

View changed files

📝 app/src/language/ar/app.po (+80 -77)
📝 app/src/language/de_DE/app.po (+295 -283)
📝 app/src/language/en/app.po (+67 -68)
📝 app/src/language/es/app.po (+270 -255)
📝 app/src/language/fr_FR/app.po (+272 -270)
📝 app/src/language/generate.ts (+38 -38)
📝 app/src/language/ja_JP/app.po (+408 -329)
📝 app/src/language/ko_KR/app.po (+354 -275)
📝 app/src/language/messages.pot (+64 -68)
📝 app/src/language/pt_PT/app.po (+257 -245)
📝 app/src/language/ru_RU/app.po (+255 -248)
📝 app/src/language/tr_TR/app.po (+279 -294)
📝 app/src/language/uk_UA/app.po (+268 -300)
📝 app/src/language/vi_VN/app.po (+280 -287)
📝 app/src/language/zh_CN/app.po (+243 -174)
📝 app/src/language/zh_TW/app.po (+247 -178)
📝 cmd/lego_config/main.go (+64 -12)
📝 docs/zh_CN/guide/install-script-linux.md (+4 -14)
📝 go.mod (+17 -17)
📝 go.sum (+38 -0)

...and 6 more files

📄 Description

Close #335
Close #988


🔄 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/1008 **Author:** [@0xJacky](https://github.com/0xJacky) **Created:** 5/7/2025 **Status:** ✅ Merged **Merged:** 5/7/2025 **Merged by:** [@0xJacky](https://github.com/0xJacky) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (5) - [`39daf0b`](https://github.com/0xJacky/nginx-ui/commit/39daf0be535fdff1872f38b40c45e898bf79afc6) fix(upgrader): remove unused settings import and simplify GitHub proxy checks - [`13732ff`](https://github.com/0xJacky/nginx-ui/commit/13732ffb2c9b3c58be457a8bc55493f2dce922e1) chore: update docs - [`d772dcf`](https://github.com/0xJacky/nginx-ui/commit/d772dcfb954828a1ee2b92012bc14e57b5b1279d) chore: update deps - [`db29f2e`](https://github.com/0xJacky/nginx-ui/commit/db29f2e9c5ae23d7b50601439462eb4fcc46adc7) chore: update translations - [`5fdd85a`](https://github.com/0xJacky/nginx-ui/commit/5fdd85a30227d097db7b76cbb9899b15e76bd5f2) feat: add support for init.d and OpenRC service management #335, #988 ### 📊 Changes **26 files changed** (+4138 additions, -3476 deletions) <details> <summary>View changed files</summary> 📝 `app/src/language/ar/app.po` (+80 -77) 📝 `app/src/language/de_DE/app.po` (+295 -283) 📝 `app/src/language/en/app.po` (+67 -68) 📝 `app/src/language/es/app.po` (+270 -255) 📝 `app/src/language/fr_FR/app.po` (+272 -270) 📝 `app/src/language/generate.ts` (+38 -38) 📝 `app/src/language/ja_JP/app.po` (+408 -329) 📝 `app/src/language/ko_KR/app.po` (+354 -275) 📝 `app/src/language/messages.pot` (+64 -68) 📝 `app/src/language/pt_PT/app.po` (+257 -245) 📝 `app/src/language/ru_RU/app.po` (+255 -248) 📝 `app/src/language/tr_TR/app.po` (+279 -294) 📝 `app/src/language/uk_UA/app.po` (+268 -300) 📝 `app/src/language/vi_VN/app.po` (+280 -287) 📝 `app/src/language/zh_CN/app.po` (+243 -174) 📝 `app/src/language/zh_TW/app.po` (+247 -178) 📝 `cmd/lego_config/main.go` (+64 -12) 📝 `docs/zh_CN/guide/install-script-linux.md` (+4 -14) 📝 `go.mod` (+17 -17) 📝 `go.sum` (+38 -0) _...and 6 more files_ </details> ### 📄 Description Close #335 Close #988 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 17:15:07 +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#6964
No description provided.