*`link_name`:WhenenabledPleromawilladda`name`parametertotheurloftheupload,forexample`https://instance.tld/media/corndog.png?name=corndog.png`. This is needed to provide the correct filename in Content-Disposition headers when using filters like `Pleroma.Upload.Filter.Dedupe`
*`safe_dm_mentions`:Ifsettotrue,onlymentionsatthebeginningofapostwillbeusedtoaddresspeopleindirectmessages.Thisistopreventaccidentalmentioningofpeoplewhentalkingaboutthem(e.g."@friend hey i really don't like @enemy").Default:`false`.
`Phoenix`endpointconfiguration,allconfigurationoptionscanbeviewed[here](https://hexdocs.pm/phoenix/Phoenix.Endpoint.html#module-dynamic-configuration), only common options are listed here
*`http`-alistcontaininghttpprotocolconfiguration,allconfigurationoptionscanbeviewed[here](https://hexdocs.pm/plug_cowboy/Plug.Cowboy.html#module-options), only common options are listed here. For deployment using docker, you need to set this to `[ip: {0,0,0,0}, port: 4000]` to make pleroma accessible from other containers (such as your nginx server).
*`extra_cookie_attrs`-alistof`Key=Value`stringstobeaddedasnon-standardcookieattributes.Defaultsto`["SameSite=Lax"]`.Seethe[SameSitearticle](https://www.owasp.org/index.php/SameSite) on OWASP for more info.
*ForTwitter,[registeranapp](https://developer.twitter.com/en/apps), configure callback URL to https://<your_host>/oauth/twitter/callback
*ForFacebook,[registeranapp](https://developers.facebook.com/apps), configure callback URL to https://<your_host>/oauth/facebook/callback, enable Facebook Login service at https://developers.facebook.com/apps/<app_id>/fb-login/settings/
*ForGoogle,[registeranapp](https://console.developers.google.com), configure callback URL to https://<your_host>/oauth/google/callback
*ForMicrosoft,[registeranapp](https://portal.azure.com), configure callback URL to https://<your_host>/oauth/microsoft/callback