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:
Eryn Wells 2022-11-20 22:46:43 -08:00
parent 828bcb0f94
commit 46725178d2
4 changed files with 64 additions and 0 deletions

View file

@ -0,0 +1,11 @@
{
"subject": "acct:eryn@erynwells.me",
"links": [
{
"rel": "self",
"type": "application/activity+json",
"href": "https://erynwells.me/activitypub/actor"
}
]
}