+
+
+
+
- Streaming URL:
+ - {instance.configuration.urls.streaming}
+
+
+
+
- Emoji size limit:
+ - {emojiSizeLimit}
+
+
+
+
- Accounts custom CSS:
+ - {accountsCustomCSS}
+
+
+
+
- Accounts max featured tags:
+ - {instance.configuration.accounts.max_featured_tags}
+
+
+
+
- Accounts max profile fields:
+ - {instance.configuration.accounts.max_profile_fields}
+
+
+
+
- Posts max characters:
+ - {instance.configuration.statuses.max_characters}
+
+
+
+
- Posts max attachments:
+ - {instance.configuration.statuses.max_media_attachments}
+
+
+
+
- Posts supported types:
+ -
+ { useJoinWithNewlines(instance.configuration.statuses.supported_mime_types) }
+
+
+
+
+
- Polls max options:
+ - {instance.configuration.polls.max_options}
+
+
+
+
- Polls max characters per option:
+ - {instance.configuration.polls.max_characters_per_option}
+
+
+
+
- Polls min expiration:
+ - {pollMinExpiry}
+
+
+
+
- Polls max expiration:
+ - {pollMaxExpiry}
+
+
+
+
- Media max description characters:
+ - {instance.configuration.media_attachments.description_limit}
+
+
+
+
- Media max image size:
+ - {imageSizeLimit}
+
+
+
+
- Media max video size:
+ - {videoSizeLimit}
+
+
+
+
- Media supported types:
+ -
+ { useJoinWithNewlines(instance.configuration.media_attachments.supported_mime_types) }
+
+
+
+
+ { instance.custom_css &&
+ <>
+
+
Domain Allows
+
+ The following list of domains has been explicitly allowed by the administrator(s) of this instance.
+
This extends to subdomains, so an allowlist entry for domain 'example.com' includes domain 'social.example.com' etc as well.
+
+
+ { data.length !== 0
+ ?
+
Domain Blocks
+
+ The following list of domains has been blocked by the administrator(s) of this instance.
+
All past, present, and future accounts at blocked domains are forbidden from interacting with this instance or accounts on this instance.
+
No data will be sent to the server at the remote domain, and no data will be received from it.
+
This extends to subdomains, so a blocklist entry for domain 'example.com' includes domain 'social.example.com' etc as well.
+
+
+ { data.length !== 0
+ ?