Skip to content
  • 0 Votes
    2 Posts
    0 Views
    stefano@mastodon.bsd.cafeS
    @grahamperrin hello!Having a different domain name ("mastodon.bsd.cafe") that serves another handle ("bsd.cafe") is totally legit and supported. For example: curl -s -H "Accept: application/jrd+json" \ "https://mastodon.bsd.cafe/.well-known/webfinger?resource=acct:stefano@mastodon.bsd.cafe" | jq{ "subject": "acct:stefano@bsd.cafe", "aliases": [ "https://mastodon.bsd.cafe/@stefano", "https://mastodon.bsd.cafe/users/stefano" ], "links": [ { "rel": "http://webfinger.net/rel/profile-page", "type": "text/html", "href": "https://mastodon.bsd.cafe/@stefano" }, { "rel": "self", "type": "application/activity+json", "href": "https://mastodon.bsd.cafe/users/stefano" }, { "rel": "http://ostatus.org/schema/1.0/subscribe", "template": "https://mastodon.bsd.cafe/authorize_interaction?uri={uri}" }, { "rel": "http://webfinger.net/rel/avatar", "type": "image/png", "href": "https://media.bsd.cafe/bsdmmedia01/accounts/avatars/110/740/169/477/916/693/original/dfa8f1b9beefa405.png" } ]}The " "subject": "acct:stefano@bsd.cafe"" shows that this is the correct handle to consider, but some fediverse implementations (Fediwall, it seems) just seem to ignore. So everything's fine here.