diff options
author | kaniini <nenolod@gmail.com> | 2019-01-25 15:16:12 +0000 |
---|---|---|
committer | kaniini <nenolod@gmail.com> | 2019-01-25 15:16:12 +0000 |
commit | 6383fa3a5d1a269315001b445dafc73a059dd8cb (patch) | |
tree | 555b7a6506d466fe4a12d0c62b25546746e5be66 /docs | |
parent | b9cd5117a1388a7ba4ce40eebe96464576da0514 (diff) | |
parent | a45a90348046902df831d3a69f98677d8a0329db (diff) | |
download | pleroma-6383fa3a5d1a269315001b445dafc73a059dd8cb.tar.gz |
Merge branch 'oembed_provider' into 'develop'
Opengraph/TwitterCard::summary for statuses and user profiles
See merge request pleroma/pleroma!533
Diffstat (limited to 'docs')
-rw-r--r-- | docs/config.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/config.md b/docs/config.md index 6bf7b9ea7..5464fa90d 100644 --- a/docs/config.md +++ b/docs/config.md @@ -211,3 +211,9 @@ curl "http://localhost:4000/api/pleroma/admin/invite_token?admin_token=somerando * `max_jobs`: The maximum amount of parallel federation jobs running at the same time. * `initial_timeout`: The initial timeout in seconds * `max_retries`: The maximum number of times a federation job is retried + +## Pleroma.Web.Metadata +* `providers`: a list of metadata providers to enable. Providers availible: + * Pleroma.Web.Metadata.Providers.OpenGraph + * Pleroma.Web.Metadata.Providers.TwitterCard +* `unfurl_nsfw`: If set to `true` nsfw attachments will be shown in previews |