We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ntfy/cmd/webpush_test.go
Line 14 in 630f295
I thought about automating web push key generation in a simple manner like
ntfy webpush keys >> server.yml
but then I realized that the keys are written to stderr and not stdout!
Question:
The text was updated successfully, but these errors were encountered:
I'm not sure about moving it, but in the meantime, you can do ntfy webpush keys 2>> server.yml to append stderr to server.yml.
ntfy webpush keys 2>> server.yml
You'll still need to edit the file and adjust the web push email and path config options, though
Sorry, something went wrong.
No branches or pull requests
ntfy/cmd/webpush_test.go
Line 14 in 630f295
I thought about automating web push key generation in a simple manner like
ntfy webpush keys >> server.yml
but then I realized that the keys are written to stderr and not stdout!
Question:
The text was updated successfully, but these errors were encountered: