Create activitypub-servers.html
This commit is contained in:
parent
0add8a416b
commit
acb704c821
20
activitypub-servers.html
Normal file
20
activitypub-servers.html
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user