mirror of
https://github.com/emrusz/emrusz.git
synced 2025-04-16 11:26:33 -04:00
commit
ed1ab97f9e
2 changed files with 28 additions and 3 deletions
|
@ -1,3 +0,0 @@
|
||||||
{
|
|
||||||
"m.server": "mastodon.rusz.dev:443"
|
|
||||||
}
|
|
28
.well-known/webfinger
Normal file
28
.well-known/webfinger
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
{
|
||||||
|
"subject": "acct:rusz@infosec.exchange",
|
||||||
|
"aliases": [
|
||||||
|
"https://infosec.exchange/@rusz",
|
||||||
|
"https://infosec.exchange/users/rusz"
|
||||||
|
],
|
||||||
|
"links": [
|
||||||
|
{
|
||||||
|
"rel": "http://webfinger.net/rel/profile-page",
|
||||||
|
"type": "text/html",
|
||||||
|
"href": "https://infosec.exchange/@rusz"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"rel": "self",
|
||||||
|
"type": "application/activity+json",
|
||||||
|
"href": "https://infosec.exchange/users/rusz"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"rel": "http://ostatus.org/schema/1.0/subscribe",
|
||||||
|
"template": "https://infosec.exchange/authorize_interaction?uri={uri}"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"rel": "http://webfinger.net/rel/avatar",
|
||||||
|
"type": "image/png",
|
||||||
|
"href": "https://media.infosec.exchange/infosec.exchange/accounts/avatars/109/598/080/592/274/975/original/f7bf111c274ca027.png"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue