Create activitypub-servers.html

This commit is contained in:
Namhyeon Go 2022-06-30 15:03:09 +09:00 committed by GitHub
parent 0add8a416b
commit acb704c821
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

20
activitypub-servers.html Normal file
View File

@ -0,0 +1,20 @@
{
"self": {
"platform": "gnuboard5",
"user": "/?route=activitypub.user&mb_id=:username",
"inbox": "/?route=activitypub.inbox",
"user-inbox": "/?route=activitypub.inbox&mb_id=:username"
},
"mastodon.social": {
"platform": "mastodon",
"user": "/users/:username"
"inbox": "/inbox",
"user-inbox": "/user/inbox/:username/inbox"
},
"peertube.local": {
"platform": "peertube",
"user": "/accounts/:username",
"inbox": "/inbox",
"user-inbox": "/accounts/:username/inbox"
}
}