mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[PR #1552] [MERGED] Support "ntfy serve" on Windows #1637
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#1637
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:windows-server📝 Commits (6)
9f3883eBuild server on Windows6d5cc6aWindows server supportdfd1252Manual nits353fedbDocs, lint220372dMove client config file logic, docs64b0bd6Deps📊 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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.