mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 16:35:53 +02:00
[GH-ISSUE #1255] Automating Web Push Key Generation #888
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#888
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 @goldstar611 on GitHub (Jan 9, 2025).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1255
github.com/binwiederhier/ntfy@630f2957de/cmd/webpush_test.go (L14)I thought about automating web push key generation in a simple manner like
but then I realized that the keys are written to stderr and not stdout!
Question:
@wunter8 commented on GitHub (Jan 10, 2025):
I'm not sure about moving it, but in the meantime, you can do
ntfy webpush keys 2>> server.ymlto append stderr to server.yml.You'll still need to edit the file and adjust the web push email and path config options, though
@binwiederhier commented on GitHub (Feb 1, 2026):
There are lots of things you need to configure when setting up ntfy, so configuring only the web push keys automatically doesn't make sense. Most people will not need/want web push anyway.