Update activitypub-servers.html

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

View File

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