Update activitypub-servers.php
This commit is contained in:
parent
c7ef2a4558
commit
06c071a097
|
@ -4,7 +4,7 @@ if (!defined('_GNUBOARD_')) exit;
|
||||||
return <<<EOF
|
return <<<EOF
|
||||||
{
|
{
|
||||||
"self": {
|
"self": {
|
||||||
"enabled: true,
|
"enabled: true,
|
||||||
"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",
|
||||||
|
@ -14,7 +14,7 @@ return <<<EOF
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"https://mastodon.social": {
|
"https://mastodon.social": {
|
||||||
"enabled": ture,
|
"enabled": ture,
|
||||||
"platform": "mastodon",
|
"platform": "mastodon",
|
||||||
"user": "/users/:username",
|
"user": "/users/:username",
|
||||||
"inbox": "/inbox",
|
"inbox": "/inbox",
|
||||||
|
@ -25,7 +25,7 @@ return <<<EOF
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"https://peertube.local": {
|
"https://peertube.local": {
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"platform": "peertube",
|
"platform": "peertube",
|
||||||
"user": "/accounts/:username",
|
"user": "/accounts/:username",
|
||||||
"inbox": "/inbox",
|
"inbox": "/inbox",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user