mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-10 00:08:52 +02:00
[GH-ISSUE #590] Support for password-file in subscribe entries in client.yml #449
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#449
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 @arjan-s on GitHub (Jan 19, 2023).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/590
I would like to request support for a
password-fileoption next to the existingpasswordoption inside thesubscribeoption inclient.yml. The reason for requesting this is that I use agenix for handling my serverside secrets, and as such I can't hardcode passwords in config files. The password for a ntfy subscription could for instance be published in/run/agenix/ntfy_topic_pw, and I would like ntfy to be able to read it from there.@arjan-s commented on GitHub (Jan 21, 2023):
I solved this by assigning
$NTFY_USERusingEnvironmentFilein my systemd service. The approach suggested in this issue still has my preference, but at least it works now. :)@binwiederhier commented on GitHub (Feb 2, 2026):
Similar to this ticket (https://github.com/binwiederhier/ntfy/issues/1492), I don't really want to support this. The config file can easily be made private.