[PR #1552] [MERGED] Support "ntfy serve" on Windows #1637

Closed
opened 2026-05-07 01:03:01 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/binwiederhier/ntfy/pull/1552
Author: @binwiederhier
Created: 1/17/2026
Status: Merged
Merged: 1/17/2026
Merged by: @binwiederhier

Base: mainHead: windows-server


📝 Commits (6)

📊 Changes

19 files changed (+308 additions, -117 deletions)

View changed files

📝 .goreleaser.yml (+8 -6)
📝 Makefile (+16 -1)
📝 client/config.go (+3 -0)
client/config_darwin.go (+18 -0)
client/config_unix.go (+18 -0)
client/config_windows.go (+14 -0)
📝 cmd/serve.go (+11 -41)
cmd/serve_unix.go (+55 -0)
cmd/serve_windows.go (+100 -0)
📝 cmd/subscribe.go (+9 -45)
📝 cmd/subscribe_darwin.go (+2 -4)
📝 cmd/subscribe_unix.go (+0 -4)
📝 cmd/subscribe_windows.go (+2 -4)
📝 docs/install.md (+18 -8)
📝 docs/releases.md (+2 -1)
📝 go.mod (+1 -1)
📝 server/config.go (+6 -2)
server/config_unix.go (+8 -0)
server/config_windows.go (+17 -0)

📄 Description

  • Build server on Windows
  • Windows server support

🔄 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/binwiederhier/ntfy/pull/1552 **Author:** [@binwiederhier](https://github.com/binwiederhier) **Created:** 1/17/2026 **Status:** ✅ Merged **Merged:** 1/17/2026 **Merged by:** [@binwiederhier](https://github.com/binwiederhier) **Base:** `main` ← **Head:** `windows-server` --- ### 📝 Commits (6) - [`9f3883e`](https://github.com/binwiederhier/ntfy/commit/9f3883eaf057e6347bfea288b9dc22bc5a7186d1) Build server on Windows - [`6d5cc6a`](https://github.com/binwiederhier/ntfy/commit/6d5cc6aeac8828413d47c54f46ff99b90b2fed47) Windows server support - [`dfd1252`](https://github.com/binwiederhier/ntfy/commit/dfd12528f3bd74f166be5d619fe99bfe29e12263) Manual nits - [`353fedb`](https://github.com/binwiederhier/ntfy/commit/353fedb93f5c6d2eb68c40d5c5ff79f14d70a6a6) Docs, lint - [`220372d`](https://github.com/binwiederhier/ntfy/commit/220372d65a49877a040c515887769b3b87d41a81) Move client config file logic, docs - [`64b0bd6`](https://github.com/binwiederhier/ntfy/commit/64b0bd63af3a5044c1367c03c8a3ebd7a1ded09f) Deps ### 📊 Changes **19 files changed** (+308 additions, -117 deletions) <details> <summary>View changed files</summary> 📝 `.goreleaser.yml` (+8 -6) 📝 `Makefile` (+16 -1) 📝 `client/config.go` (+3 -0) ➕ `client/config_darwin.go` (+18 -0) ➕ `client/config_unix.go` (+18 -0) ➕ `client/config_windows.go` (+14 -0) 📝 `cmd/serve.go` (+11 -41) ➕ `cmd/serve_unix.go` (+55 -0) ➕ `cmd/serve_windows.go` (+100 -0) 📝 `cmd/subscribe.go` (+9 -45) 📝 `cmd/subscribe_darwin.go` (+2 -4) 📝 `cmd/subscribe_unix.go` (+0 -4) 📝 `cmd/subscribe_windows.go` (+2 -4) 📝 `docs/install.md` (+18 -8) 📝 `docs/releases.md` (+2 -1) 📝 `go.mod` (+1 -1) 📝 `server/config.go` (+6 -2) ➕ `server/config_unix.go` (+8 -0) ➕ `server/config_windows.go` (+17 -0) </details> ### 📄 Description - **Build server on Windows** - **Windows server support** --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 01:03:01 +02: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/ntfy#1637
No description provided.