[PR #997] [MERGED] feat: platform windows #1179

Closed
opened 2026-02-26 12:10:44 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

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

Base: devHead: feat/platform-windows


📝 Commits (9)

  • bfba7ba feat: use risefront to replace overseer in order to supports Windows
  • 3859849 fix: standard streams for new process and error message
  • d9433cb enhance(main): ignore net.ErrClosed
  • bcf0b9c chore: update risefront
  • 45d98f5 chore: update service file to ensure socket file is created correctly
  • e634c75 fix: catch process termination signal to clear socket file
  • ac94137 chore: go mod tidy
  • 6de8e44 enhance: use risefront.restart()
  • 85a4644 perf(ci): generate version only

📊 Changes

8 files changed (+58 additions, -37 deletions)

View changed files

📝 .air.toml (+1 -1)
📝 .github/workflows/build.yml (+1 -1)
📝 go.mod (+3 -1)
📝 go.sum (+4 -12)
📝 install.sh (+2 -0)
📝 internal/upgrader/upgrade.go (+2 -3)
📝 main.go (+41 -19)
📝 nginx-ui.service (+4 -0)

📄 Description

Close #337
Close #581
Close #682
Close #717
Close #772
Close #982


🔄 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/997 **Author:** [@0xJacky](https://github.com/0xJacky) **Created:** 5/2/2025 **Status:** ✅ Merged **Merged:** 5/3/2025 **Merged by:** [@0xJacky](https://github.com/0xJacky) **Base:** `dev` ← **Head:** `feat/platform-windows` --- ### 📝 Commits (9) - [`bfba7ba`](https://github.com/0xJacky/nginx-ui/commit/bfba7ba2c2e2b95b25dd6e06d1794828b9fe3663) feat: use `risefront` to replace `overseer` in order to supports Windows - [`3859849`](https://github.com/0xJacky/nginx-ui/commit/3859849bfb2e38b70b3f9f5ec0dbaf97b99696dd) fix: standard streams for new process and error message - [`d9433cb`](https://github.com/0xJacky/nginx-ui/commit/d9433cb00fa7e7eef535a671bccf38cb94b864e1) enhance(main): ignore net.ErrClosed - [`bcf0b9c`](https://github.com/0xJacky/nginx-ui/commit/bcf0b9c664fe4254cfb31685a146c6aa50e4cc7b) chore: update `risefront` - [`45d98f5`](https://github.com/0xJacky/nginx-ui/commit/45d98f524ee64c744a1dc8fa37eecbf5a30f3919) chore: update service file to ensure socket file is created correctly - [`e634c75`](https://github.com/0xJacky/nginx-ui/commit/e634c75804c94e4622c87ffd8ad24d6273039024) fix: catch process termination signal to clear socket file - [`ac94137`](https://github.com/0xJacky/nginx-ui/commit/ac9413703f47456fa5abfe0362cf65cb6645bc03) chore: go mod tidy - [`6de8e44`](https://github.com/0xJacky/nginx-ui/commit/6de8e44cd62a4394582448bc6d6eb4fb0d12a47d) enhance: use risefront.restart() - [`85a4644`](https://github.com/0xJacky/nginx-ui/commit/85a46448389b7eb7811102f673d70688f27556c4) perf(ci): generate version only ### 📊 Changes **8 files changed** (+58 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `.air.toml` (+1 -1) 📝 `.github/workflows/build.yml` (+1 -1) 📝 `go.mod` (+3 -1) 📝 `go.sum` (+4 -12) 📝 `install.sh` (+2 -0) 📝 `internal/upgrader/upgrade.go` (+2 -3) 📝 `main.go` (+41 -19) 📝 `nginx-ui.service` (+4 -0) </details> ### 📄 Description Close #337 Close #581 Close #682 Close #717 Close #772 Close #982 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 12:10:44 +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#1179
No description provided.