logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git

masto-webfinger.json (598B)


  1. {
  2. "subject": "acct:{{nickname}}@{{domain}}",
  3. "aliases": [
  4. "https://{{subdomain}}/@{{nickname}}",
  5. "https://{{subdomain}}/users/{{nickname}}"
  6. ],
  7. "links": [
  8. {
  9. "rel": "http://webfinger.net/rel/profile-page",
  10. "type": "text/html",
  11. "href": "https://{{subdomain}}/@{{nickname}}"
  12. },
  13. {
  14. "rel": "self",
  15. "type": "application/activity+json",
  16. "href": "https://{{subdomain}}/users/{{nickname}}"
  17. },
  18. {
  19. "rel": "http://ostatus.org/schema/1.0/subscribe",
  20. "template": "https://{{subdomain}}/authorize_interaction?uri={uri}"
  21. }
  22. ]
  23. }