Update VAPID key handling and improve push notification encoding
Some checks failed
CI / ci (push) Failing after 1m14s

This commit is contained in:
2026-08-25 23:50:28 +02:00
parent ab42e16eca
commit b27561c91e
5 changed files with 30 additions and 23 deletions

View File

@@ -38,5 +38,5 @@ allow_registration = true
# [push]
# enabled = true
# vapid_private_key = "<base64-encoded PEM private key>"
# vapid_private_key = "<base64url-encoded 32-byte EC private key>"
# vapid_subject = "mailto:you@example.com"