[PR #259] [CLOSED] WIP WIP WIP: Canary notifications #1259

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

📋 Pull Request Information

Original PR: https://github.com/binwiederhier/ntfy/pull/259
Author: @binwiederhier
Created: 5/16/2022
Status: Closed

Base: mainHead: canary


📝 Commits (3)

  • 91594fa Support for underscores in server.yml config options
  • b93d654 Update deps
  • e780b17 Update notifications; canary notifications

📊 Changes

15 files changed (+343 additions, -153 deletions)

View changed files

📝 cmd/access_linux.go (+1 -1)
📝 cmd/app.go (+0 -21)
cmd/config_loader.go (+52 -0)
cmd/config_loader_test.go (+38 -0)
📝 cmd/serve_linux.go (+36 -36)
📝 cmd/user_linux.go (+1 -1)
📝 docs/config.md (+42 -37)
📝 docs/releases.md (+4 -0)
📝 go.mod (+5 -5)
📝 go.sum (+10 -0)
📝 server/errors.go (+2 -0)
📝 server/message_cache.go (+44 -2)
📝 server/server.go (+65 -10)
📝 server/server.yml (+3 -0)
📝 web/package-lock.json (+40 -40)

📄 Description

Relates to #254


🔄 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/259 **Author:** [@binwiederhier](https://github.com/binwiederhier) **Created:** 5/16/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `canary` --- ### 📝 Commits (3) - [`91594fa`](https://github.com/binwiederhier/ntfy/commit/91594faf288d13bd128067436e11345dc7a9d583) Support for underscores in server.yml config options - [`b93d654`](https://github.com/binwiederhier/ntfy/commit/b93d654aca5055b5164d9d09e2cad3c5ad876983) Update deps - [`e780b17`](https://github.com/binwiederhier/ntfy/commit/e780b176220325ef390ef3283d252a725f8b304a) Update notifications; canary notifications ### 📊 Changes **15 files changed** (+343 additions, -153 deletions) <details> <summary>View changed files</summary> 📝 `cmd/access_linux.go` (+1 -1) 📝 `cmd/app.go` (+0 -21) ➕ `cmd/config_loader.go` (+52 -0) ➕ `cmd/config_loader_test.go` (+38 -0) 📝 `cmd/serve_linux.go` (+36 -36) 📝 `cmd/user_linux.go` (+1 -1) 📝 `docs/config.md` (+42 -37) 📝 `docs/releases.md` (+4 -0) 📝 `go.mod` (+5 -5) 📝 `go.sum` (+10 -0) 📝 `server/errors.go` (+2 -0) 📝 `server/message_cache.go` (+44 -2) 📝 `server/server.go` (+65 -10) 📝 `server/server.yml` (+3 -0) 📝 `web/package-lock.json` (+40 -40) </details> ### 📄 Description Relates to #254 --- <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:15 +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#1259
No description provided.