Skip to content

Allow using different webfinger domain than url hostname

Kevin Wallace requested to merge doof/pleroma:webfinger_domain into develop

If :webfinger_domain is set for Pleroma.Web.Endpoint, that domain will be used when computing the full ActivityPub actor name ("@user@domain.tld"). Otherwise, the hostname configured in :url is used, as before.

This allows an instance to, e.g., serve at https://pleroma.domain.tld/, but assign actor names directly under domain.tld.

Merge request reports