mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #1474] Allow entry for all authenticated users in auth-access #1041
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#1041
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?
Originally created by @Alloc86 on GitHub (Oct 26, 2025).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1474
💡 Idea
I am running a private Ntfy instance with default access being deny-all. As users can only be created manually by myself and I want each of them to be able to subscribe to everything I was looking for an option to specify an auth-access entry like "authenticated:*:read-only". But it seems it currently only supports either specifying an individual user name or any unauthenticated user (*/everyone).
PS: I tried adding a "*:*:read-only" entry, but that seems to basically override "auth-default-access" then, meaning it also makes it read-only for non-authenticated users.
So it would be really helpful (to myself at least ;) ) if there was a special username just like "everyone" that would be used to specify rules for any user that is logged in (and not admin) and not matched by a more specific rule.
💻 Target components
ntfy server, config parsing and ACL rule matching
@binwiederhier commented on GitHub (Jan 18, 2026):
Not a bad idea. Not trivial and a dangerous area to tinker with. I'd be happy to accept PRs.