summaryrefslogtreecommitdiff
path: root/config/config.md
diff options
context:
space:
mode:
authorEgor Kislitsyn <egor@kislitsyn.com>2018-12-07 15:55:28 +0700
committerhref <href@random.sh>2018-12-14 13:05:29 +0100
commit658edb166fc91e77399ff6022a48076db5404fb1 (patch)
tree0ef6709fb7b828f44c936cfe0d6729d5a43d4586 /config/config.md
parent30dc81667c56216e712564975ed60c062676490b (diff)
downloadpleroma-658edb166fc91e77399ff6022a48076db5404fb1.tar.gz
pleroma-658edb166fc91e77399ff6022a48076db5404fb1.zip
fix and improve web push; add configuration docs
Diffstat (limited to 'config/config.md')
-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..2401e9aed 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
+
+Web Push Notifications configuration. You could use a 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