Delete activitypub-servers.php
This commit is contained in:
parent
9fd591e015
commit
4217f6349f
|
@ -1,37 +0,0 @@
|
||||||
<?php
|
|
||||||
if (!defined('_GNUBOARD_')) exit;
|
|
||||||
|
|
||||||
return <<<EOF
|
|
||||||
{
|
|
||||||
"self": {
|
|
||||||
"enabled: true,
|
|
||||||
"platform": "gnuboard5",
|
|
||||||
"user": "/?route=activitypub.user&mb_id=:username",
|
|
||||||
"inbox": "/?route=activitypub.inbox",
|
|
||||||
"accesstoken": "YOUR ACCESSTOKEN HERE",
|
|
||||||
"docs": [
|
|
||||||
"https://github.com/gnh1201/gnuboard5-activitypub"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"https://mastodon.social": {
|
|
||||||
"enabled": false,
|
|
||||||
"platform": "mastodon",
|
|
||||||
"user": "/users/:username",
|
|
||||||
"inbox": "/inbox",
|
|
||||||
"accesstoken": "YOUR ACCESSTOKEN HERE",
|
|
||||||
"docs": [
|
|
||||||
"https://docs.joinmastodon.org/spec/activitypub/"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"https://peertube.local": {
|
|
||||||
"enabled": false,
|
|
||||||
"platform": "peertube",
|
|
||||||
"user": "/accounts/:username",
|
|
||||||
"inbox": "/inbox",
|
|
||||||
"accesstoken": "YOUR ACCESSTOKEN HERE",
|
|
||||||
"docs": [
|
|
||||||
"https://docs.joinpeertube.org/api-rest-reference.html"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
EOF;
|
|
Loading…
Reference in New Issue
Block a user