Mastodon vapid init.

This commit is contained in:
2026-01-04 23:56:37 +00:00
parent 963929475c
commit b6d88e79ac
3 changed files with 71 additions and 2 deletions

View File

@@ -51,9 +51,9 @@ defaultSecrets:
- key: otpSecret
default: "{{ random.AlphaNum 128 }}"
- key: vapidPrivateKey
# Must be generated with: bundle exec rake mastodon:webpush:generate_vapid_key
# Generated by vapid-init-job.yaml on first deploy
- key: vapidPublicKey
# Must be generated with: bundle exec rake mastodon:webpush:generate_vapid_key
# Generated by vapid-init-job.yaml on first deploy
- key: activeRecordPrimaryKey
default: "{{ random.AlphaNum 32 }}"
- key: activeRecordDeterministicKey