From acb704c8212b3bc0d22f2de121c14c20596ba904 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Thu, 30 Jun 2022 15:03:09 +0900 Subject: [PATCH] Create activitypub-servers.html --- activitypub-servers.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 activitypub-servers.html diff --git a/activitypub-servers.html b/activitypub-servers.html new file mode 100644 index 0000000..ac12d92 --- /dev/null +++ b/activitypub-servers.html @@ -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" + } +}