binwiederhier / ntfy

Send push notifications to your phone or desktop using PUT/POST
https://ntfy.sh
Apache License 2.0
18.55k stars 730 forks source link

Make it easier to generate & load VAPID keys from files #1136

Open nogweii opened 5 months ago

nogweii commented 5 months ago

:bulb: Idea Two parts of this idea:

  1. Add a CLI parameter added to webpush keys to not print the generated keys but write a file that contains the public & private key components. (JSON? YAML?)
  2. Add a new parameter to serve to be able to read the file instead of needing to pass it literally.

:computer: Target components The server