logo

pleroma

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

pleroma-webfinger.json (736B)


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