[PR #356] [MERGED] Unix Socket Mode #1280

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

📋 Pull Request Information

Original PR: https://github.com/binwiederhier/ntfy/pull/356
Author: @koro666
Created: 7/3/2022
Status: Merged
Merged: 7/3/2022
Merged by: @binwiederhier

Base: mainHead: unix-socket-mode


📝 Commits (4)

  • 9f358d4 Add socket mode to configuration struct.
  • 8931648 Add socket mode command-line option.
  • ed1673b Set socket mode after creation.
  • 8532b5b Update documentation.

📊 Changes

4 files changed (+15 additions, -1 deletions)

View changed files

📝 cmd/serve.go (+4 -0)
📝 docs/config.md (+1 -0)
📝 server/config.go (+4 -0)
📝 server/server.go (+6 -1)

📄 Description

An attempt at adding an option to control the file mode of the Unix socket.


🔄 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/356 **Author:** [@koro666](https://github.com/koro666) **Created:** 7/3/2022 **Status:** ✅ Merged **Merged:** 7/3/2022 **Merged by:** [@binwiederhier](https://github.com/binwiederhier) **Base:** `main` ← **Head:** `unix-socket-mode` --- ### 📝 Commits (4) - [`9f358d4`](https://github.com/binwiederhier/ntfy/commit/9f358d47938420717fe9d63dc669cbe7ab3f7991) Add socket mode to configuration struct. - [`8931648`](https://github.com/binwiederhier/ntfy/commit/89316487e365e48d8e36d4c8f2126dd5fd2e81e2) Add socket mode command-line option. - [`ed1673b`](https://github.com/binwiederhier/ntfy/commit/ed1673beeddf477a29392e2a976fa1210813f785) Set socket mode after creation. - [`8532b5b`](https://github.com/binwiederhier/ntfy/commit/8532b5b7ea9716fc35a88b5e7f82e4050349f864) Update documentation. ### 📊 Changes **4 files changed** (+15 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `cmd/serve.go` (+4 -0) 📝 `docs/config.md` (+1 -0) 📝 `server/config.go` (+4 -0) 📝 `server/server.go` (+6 -1) </details> ### 📄 Description An attempt at adding an option to control the file mode of the Unix socket. --- <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:21 +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#1280
No description provided.