initial commit
This commit is contained in:
commit
3be5ee1703
33 changed files with 2121 additions and 0 deletions
28
webfinger.txt
Normal file
28
webfinger.txt
Normal file
|
@ -0,0 +1,28 @@
|
|||
---
|
||||
permalink: ".well-known/webfinger"
|
||||
layout: null
|
||||
sitemap: false
|
||||
---
|
||||
{
|
||||
"aliases" : [
|
||||
"https://social.lol/@muhh",
|
||||
"https://social.lol/users/muhh"
|
||||
],
|
||||
"links" : [
|
||||
{
|
||||
"href" : "https://social.lol/@muhh",
|
||||
"rel" : "http://webfinger.net/rel/profile-page",
|
||||
"type" : "text/html"
|
||||
},
|
||||
{
|
||||
"href" : "https://social.lol/users/muhh",
|
||||
"rel" : "self",
|
||||
"type" : "application/activity+json"
|
||||
},
|
||||
{
|
||||
"href" : "https://social.lol/authorize_interaction?uri={uri}",
|
||||
"rel" : "http://ostatus.org/schema/1.0/subscribe"
|
||||
}
|
||||
],
|
||||
"subject" : "acct:muhh@social.lol"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue