Delete activitypub-servers.html

This commit is contained in:
Namhyeon Go 2022-06-30 15:10:20 +09:00 committed by GitHub
parent 6012526394
commit 9bbb2ec028
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,30 +0,0 @@
{
"self": {
"platform": "gnuboard5",
"user": "/?route=activitypub.user&mb_id=:username",
"inbox": "/?route=activitypub.inbox",
"userinbox": "/?route=activitypub.inbox&mb_id=:username",
"docs": [
"https://github.com/gnh1201/gnuboard5-activitypub"
]
},
"mastodon.social": {
"platform": "mastodon",
"user": "/users/:username",
"inbox": "/inbox",
"userinbox": "/user/inbox/:username/inbox",
"accesstoken": "YOUR ACCESSTOKEN HERE",
"docs": [
"https://docs.joinmastodon.org/spec/activitypub/"
]
},
"peertube.local": {
"platform": "peertube",
"user": "/accounts/:username",
"inbox": "/inbox",
"userinbox": "/accounts/:username/inbox",
"docs": [
"https://docs.joinpeertube.org/api-rest-reference.html"
]
}
}