[PR #247] [MERGED] Only for devleopment: macOS support for ntfy serve #1254

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

📋 Pull Request Information

Original PR: https://github.com/binwiederhier/ntfy/pull/247
Author: @binwiederhier
Created: 5/11/2022
Status: Merged
Merged: 5/21/2022
Merged by: @binwiederhier

Base: mainHead: macos-server


📝 Commits (10+)

  • 577cd0f ios
  • a282588 macOS server support, this is just to support iOS development, not for prod
  • 891257c Merge branch 'main' into macos-server
  • 60c5ccf Merge branch 'main' of github.com:binwiederhier/ntfy into macos-server
  • cd27d47 APNs data
  • 63719ca Translated using Weblate (Portuguese (Brazil))
  • da7a1f6 Merge branch 'main' into macos-server-ORIGIN
  • 42c3c6e Re-add simple target to be able to build on macOS
  • ab01d0f Merge branch 'macos-server-ORIGIN' into macos-server
  • c330651 Switch to build tags "noserver" instead of using _linux suffix

📊 Changes

14 files changed (+1289 additions, -1064 deletions)

View changed files

📝 .gitignore (+1 -0)
📝 .goreleaser.yml (+2 -0)
📝 Makefile (+77 -42)
📝 cmd/access.go (+2 -0)
📝 cmd/access_test.go (+0 -0)
📝 cmd/serve.go (+2 -0)
📝 cmd/serve_test.go (+0 -0)
📝 cmd/user.go (+2 -0)
📝 cmd/user_test.go (+0 -0)
📝 go.mod (+10 -8)
📝 go.sum (+21 -24)
📝 server/server_firebase.go (+37 -3)
📝 web/package-lock.json (+1100 -986)
📝 web/public/static/langs/pt_BR.json (+35 -1)

📄 Description

No description provided


🔄 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/247 **Author:** [@binwiederhier](https://github.com/binwiederhier) **Created:** 5/11/2022 **Status:** ✅ Merged **Merged:** 5/21/2022 **Merged by:** [@binwiederhier](https://github.com/binwiederhier) **Base:** `main` ← **Head:** `macos-server` --- ### 📝 Commits (10+) - [`577cd0f`](https://github.com/binwiederhier/ntfy/commit/577cd0fcea513c438dd11c1dc4f35f2fa8bd639c) ios - [`a282588`](https://github.com/binwiederhier/ntfy/commit/a2825880bc05c8e4391f21de348647647fcf5d11) macOS server support, this is just to support iOS development, not for prod - [`891257c`](https://github.com/binwiederhier/ntfy/commit/891257cce8e27a28e5d87767138155a4245f1b30) Merge branch 'main' into macos-server - [`60c5ccf`](https://github.com/binwiederhier/ntfy/commit/60c5ccf34b0f1ddc1e31545a85244d3ca1b0a44a) Merge branch 'main' of github.com:binwiederhier/ntfy into macos-server - [`cd27d47`](https://github.com/binwiederhier/ntfy/commit/cd27d47f4b497c509d91247cfd76e6dd164e2277) APNs data - [`63719ca`](https://github.com/binwiederhier/ntfy/commit/63719ca0a056abd10079e1a2af2140ac05e326f5) Translated using Weblate (Portuguese (Brazil)) - [`da7a1f6`](https://github.com/binwiederhier/ntfy/commit/da7a1f656f538f26c4b945bfaf22eebfb9a92cc7) Merge branch 'main' into macos-server-ORIGIN - [`42c3c6e`](https://github.com/binwiederhier/ntfy/commit/42c3c6eb2969afae2eb9824e57f0e06130f4b886) Re-add simple target to be able to build on macOS - [`ab01d0f`](https://github.com/binwiederhier/ntfy/commit/ab01d0f04e8d0d4e9e4f8c69673d5d9898411002) Merge branch 'macos-server-ORIGIN' into macos-server - [`c330651`](https://github.com/binwiederhier/ntfy/commit/c33065151e95fb0bfbed598f03192cb780a36c7e) Switch to build tags "noserver" instead of using _linux suffix ### 📊 Changes **14 files changed** (+1289 additions, -1064 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) 📝 `.goreleaser.yml` (+2 -0) 📝 `Makefile` (+77 -42) 📝 `cmd/access.go` (+2 -0) 📝 `cmd/access_test.go` (+0 -0) 📝 `cmd/serve.go` (+2 -0) 📝 `cmd/serve_test.go` (+0 -0) 📝 `cmd/user.go` (+2 -0) 📝 `cmd/user_test.go` (+0 -0) 📝 `go.mod` (+10 -8) 📝 `go.sum` (+21 -24) 📝 `server/server_firebase.go` (+37 -3) 📝 `web/package-lock.json` (+1100 -986) 📝 `web/public/static/langs/pt_BR.json` (+35 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 01:01:14 +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#1254
No description provided.