mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #1023] I cannot restrict public access to my ntfy docker instance. #716
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#716
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 @nikolaos83 on GitHub (Feb 10, 2024).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1023
I'm not sure if this is a bug or I'm doing something dumb but I cannot restrict public access to my ntfy docker instance.
I tried passing the NTFY_AUTH_DEFAULT_ACCESS: deny-all as an environment variable. I tried editing the server.yml. Nothing works. I checked my edits in the container, they are there but the server somehow doesn't restrict access to the public.
I'll restrict public access using a VPN for now but I'd really like to understand what's going on.
@wunter8 commented on GitHub (Feb 10, 2024):
The Discord channel is better for troubleshooting issues like this
@wunter8 commented on GitHub (Feb 10, 2024):
Does this FAQ answer your question, though? https://docs.ntfy.sh/faq/#can-i-disable-the-web-app-can-i-protect-it-with-a-login-screen
@nikolaos83 commented on GitHub (Feb 11, 2024):
Oh? Yes, that surely answers my concerns. I had just deployed ntfy and never had time to understand how it worked.
Thank you!