1
0
mirror of https://codeberg.org/fediverse/fep.git synced 2026-08-08 13:35:51 +00:00

Deploying from dc374fb49e [SKIP CI]

This commit is contained in:
silverpill
2026-04-24 11:14:47 +00:00
parent 1aa1a0144b
commit bc5a0608c0
2 changed files with 10 additions and 1 deletions
+9
View File
@@ -686,6 +686,15 @@
<li>A multi-tenant deployment where a single server instance hosts per-user domains (<code>https://alice.example/</code> and <code>https://bob.example/</code>).</li>
<li>A deployment where multiple communities are modeled as separate tenants with separate administrative control.</li>
</ul>
<p>Related concepts:</p>
<ul>
<li>
<p>"Bring your own domain" (BYOD): In general, this does not require a multi-tenant instance although multi-tenant support will typically provide the feature. A user-registered domain can also be used with a single-tenant self-hosted server, for example.</p>
</li>
<li>
<p>Reverse-proxied cluster: An architecture with multiple single-tenant server instances with a reverse proxy is not considered a multi-tenant <em>instance</em> given the definitions in this proposal. However, more broadly, it could be considered a multi-tenant <em>cluster architecture</em>.</p>
</li>
</ul>
<h2 id="relationship-between-terms">Relationship Between Terms<a class="headerlink" href="#relationship-between-terms" title="Permanent link">&para;</a></h2>
<ul>
<li>One server implementation can be deployed as many server instances.</li>
File diff suppressed because one or more lines are too long