mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #829] Nullify / unset default-user and default-password in client configuration? #583
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#583
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 @tomeon on GitHub (Aug 2, 2023).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/829
❓ Nullify / unset
default-useranddefault-passwordin client configuration ❓First, thanks for
ntfy-- it was easy to set up a self-hosted instance and has been a real treat to use.I am using
ntfyversion 2.5.0 on NixOS 23.05. Here's my situation, slightly fictionalized for brevity and security:My question is: what, if anything, can I use in place of the
???s above in order to disable authentication for the topichttps://ntfy.sh/needs-to-use-public-host-for-reasons? I've tried using each of the four combinations in the Cartesian product of{"", null} x {"", null}foruserandpassword, but none them work (which is to say that I continue to get401s fromntfy sub --from-config).Am I holding it wrong? Or is this not possible at present? I can of course list
userandpasswordfor each of the subscriptions on my self-hosted instance, which is effective but cumbersome.Thank you!