site/_includes/layouts/pages/fediverse/instances.njk
Ruben 8d6b84042b
All checks were successful
/ build (push) Successful in 4m44s
redone fediverse page
2025-10-27 18:21:34 -05:00

23 lines
No EOL
1.3 KiB
Text

<!-- instances -->
<article window id="instances">
<div class="header">
<titlebar-icon aria-hidden="true">
<icon-tabler server></icon-tabler>
</titlebar-icon>
<a href="#instances">Instances</a>
<window-controls aria-hidden="true">
<icon-tabler minimize></icon-tabler>
<icon-tabler maximize></icon-tabler>
<close-button aria-hidden="true">
<icon-tabler x></icon-tabler>
</close-button>
</window-controls>
</div>
<window-contents>
<h2><a href="#instances">Instances</a></h2>
<p>An Instance is your home server, where your account and posts will live. We provide multiple options as listed on <a href="/services">our services page</a>, all on different domains with different software aimed to suite the needs of different users and preferences.</p>
<p>Common features shared between these instances are a 100,000 character limit on posts, 5,000 character limit for content warnings, and a 100 megabyte upload limit for files.</p>
{% include "layouts/pages/fediverse/instances-list.njk" %}
<p>All sorts of configurations, limits and moderation are synced between each instances whenever possible.</p>
</window-contents>
</article>