summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorhref <href+git-pleroma@random.sh>2018-12-14 18:50:44 +0000
committerhref <href+git-pleroma@random.sh>2018-12-14 18:50:44 +0000
commit980131b4db4f2da319d9054889bdb962aa8c837e (patch)
tree271e2ad818a0417fd2e4fe67276466e5d5a866ac /config
parent91236c60c7aa266c1e874ebdd2aa44becfc6709b (diff)
parent412df2cd3845802daf80c6d45db13f23f1e1b78b (diff)
downloadpleroma-980131b4db4f2da319d9054889bdb962aa8c837e.tar.gz
pleroma-980131b4db4f2da319d9054889bdb962aa8c837e.zip
Merge branch 'pleroma-feature/compat/push-subscriptions' into 'develop'
Improve web push Closes #393, #422, and #452 See merge request pleroma/pleroma!524
Diffstat (limited to 'config')
-rw-r--r--config/config.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/config.md b/config/config.md
index 165f5d9f8..d4dad77b1 100644
--- a/config/config.md
+++ b/config/config.md
@@ -154,3 +154,11 @@ An example:
config :pleroma, :mrf_user_allowlist,
"example.org": ["https://example.org/users/admin"]
```
+
+## :web_push_encryption, :vapid_details
+
+Web Push Notifications configuration. You can use the mix task `mix web_push.gen.keypair` to generate it.
+
+* ``subject``: a mailto link for the administrative contact. It’s best if this email is not a personal email address, but rather a group email so that if a person leaves an organization, is unavailable for an extended period, or otherwise can’t respond, someone else on the list can.
+* ``public_key``: VAPID public key
+* ``private_key``: VAPID private key