A bunch of activityPub stuff based on Eugen's tutorial
https://blog.joinmastodon.org/2018/06/how-to-implement-a-basic-activitypub-server/
This commit is contained in:
parent
828bcb0f94
commit
46725178d2
4 changed files with 64 additions and 0 deletions
11
static/.well-known/webfinger?resource=acct:eryn@erynwells.me
Normal file
11
static/.well-known/webfinger?resource=acct:eryn@erynwells.me
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"subject": "acct:eryn@erynwells.me",
|
||||
|
||||
"links": [
|
||||
{
|
||||
"rel": "self",
|
||||
"type": "application/activity+json",
|
||||
"href": "https://erynwells.me/activitypub/actor"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue