mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe.git
synced 2025-02-25 14:43:04 +01:00
142 lines
2.9 KiB
JSON
142 lines
2.9 KiB
JSON
|
{
|
||
|
"metadata": {
|
||
|
"accountActivationRequired": false,
|
||
|
"features": [
|
||
|
"pleroma_api",
|
||
|
"akkoma_api",
|
||
|
"mastodon_api",
|
||
|
"mastodon_api_streaming",
|
||
|
"polls",
|
||
|
"v2_suggestions",
|
||
|
"pleroma_explicit_addressing",
|
||
|
"shareable_emoji_packs",
|
||
|
"multifetch",
|
||
|
"pleroma:api/v1/notifications:include_types_filter",
|
||
|
"editing",
|
||
|
"media_proxy",
|
||
|
"pleroma_emoji_reactions",
|
||
|
"exposable_reactions",
|
||
|
"profile_directory",
|
||
|
"akkoma:machine_translation",
|
||
|
"custom_emoji_reactions",
|
||
|
"pleroma:get:main/ostatus"
|
||
|
],
|
||
|
"federation": {
|
||
|
"enabled": true,
|
||
|
"exclusions": true,
|
||
|
"mrf_hashtag": {
|
||
|
"federated_timeline_removal": [],
|
||
|
"reject": [],
|
||
|
"sensitive": [
|
||
|
"nsfw"
|
||
|
]
|
||
|
},
|
||
|
"mrf_hellthread": {
|
||
|
"delist_threshold": 5,
|
||
|
"reject_threshold": 10
|
||
|
},
|
||
|
"quarantined_instances": [],
|
||
|
"quarantined_instances_info": {
|
||
|
"quarantined_instances": {}
|
||
|
}
|
||
|
},
|
||
|
"fieldsLimits": {
|
||
|
"maxFields": 10,
|
||
|
"maxRemoteFields": 20,
|
||
|
"nameLength": 512,
|
||
|
"valueLength": 2048
|
||
|
},
|
||
|
"invitesEnabled": true,
|
||
|
"localBubbleInstances": [
|
||
|
"bubble.example.com"
|
||
|
],
|
||
|
"mailerEnabled": true,
|
||
|
"nodeDescription": "A Test Instance",
|
||
|
"nodeName": "Test",
|
||
|
"pollLimits": {
|
||
|
"max_expiration": 31536000,
|
||
|
"max_option_chars": 200,
|
||
|
"max_options": 20,
|
||
|
"min_expiration": 0
|
||
|
},
|
||
|
"postFormats": [
|
||
|
"text/plain",
|
||
|
"text/html",
|
||
|
"text/markdown",
|
||
|
"text/bbcode",
|
||
|
"text/x.misskeymarkdown"
|
||
|
],
|
||
|
"private": false,
|
||
|
"restrictedNicknames": [
|
||
|
".well-known",
|
||
|
"~",
|
||
|
"about",
|
||
|
"activities",
|
||
|
"api",
|
||
|
"auth",
|
||
|
"check_password",
|
||
|
"dev",
|
||
|
"friend-requests",
|
||
|
"inbox",
|
||
|
"internal",
|
||
|
"main",
|
||
|
"media",
|
||
|
"nodeinfo",
|
||
|
"notice",
|
||
|
"oauth",
|
||
|
"objects",
|
||
|
"ostatus_subscribe",
|
||
|
"pleroma",
|
||
|
"proxy",
|
||
|
"push",
|
||
|
"registration",
|
||
|
"relay",
|
||
|
"settings",
|
||
|
"status",
|
||
|
"tag",
|
||
|
"user-search",
|
||
|
"user_exists",
|
||
|
"users",
|
||
|
"web",
|
||
|
"verify_credentials",
|
||
|
"update_credentials",
|
||
|
"relationships",
|
||
|
"search",
|
||
|
"confirmation_resend",
|
||
|
"mfa"
|
||
|
],
|
||
|
"skipThreadContainment": true,
|
||
|
"staffAccounts": [
|
||
|
"http://localhost:8080/users/admin"
|
||
|
],
|
||
|
"suggestions": {
|
||
|
"enabled": false
|
||
|
},
|
||
|
"uploadLimits": {
|
||
|
"avatar": 2000000,
|
||
|
"background": 4000000,
|
||
|
"banner": 4000000,
|
||
|
"general": 100000000
|
||
|
}
|
||
|
},
|
||
|
"openRegistrations": false,
|
||
|
"protocols": [
|
||
|
"activitypub"
|
||
|
],
|
||
|
"services": {
|
||
|
"inbound": [],
|
||
|
"outbound": []
|
||
|
},
|
||
|
"software": {
|
||
|
"name": "akkoma",
|
||
|
"version": "3.4.0-118-g41241bbb-develop"
|
||
|
},
|
||
|
"usage": {
|
||
|
"localPosts": 284658,
|
||
|
"users": {
|
||
|
"total": 72
|
||
|
}
|
||
|
},
|
||
|
"version": "2.0"
|
||
|
}
|