mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 16:35:53 +02:00
[GH-ISSUE #1416] NTFY_AUTH_USERS does not create users #997
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#997
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 @stefanvanherwijnen on GitHub (Aug 5, 2025).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1416
🐞 Describe the bug
When defining
NTFY_AUTH_USERSin the docker compose configuration, the defined user is not available in ntfy.💻 Components impacted
ntfy server inside a docker container
💡 Screenshots and/or logs
🔮 Additional context
There are also some issues with escaping the
$character in the hashed passwords. Not a ntfy problem, but it will sometimes break the docker compose configuration.docker-compose.yaml
@binwiederhier commented on GitHub (Aug 5, 2025):
The auth users feature is not available yet. It will be in about 10min though when I cut the 2.14.0 release.
@stefanvanherwijnen commented on GitHub (Aug 5, 2025):
That makes sense, I couldn't really find anything in the source code either at this moment.
Thanks 👍 .
@binwiederhier commented on GitHub (Aug 5, 2025):
Okay, it's released.