1
0
mirror of https://codeberg.org/fediverse/fep.git synced 2026-08-08 21:45:52 +00:00

35b7: Added related concepts (#835)

Co-authored-by: Steve Bate <svc-github@stevebate.net>
Reviewed-on: https://codeberg.org/fediverse/fep/pulls/835
This commit is contained in:
Steve Bate
2026-04-24 13:12:56 +02:00
committed by silverpill
parent bed639f1c5
commit dc374fb49e
+6
View File
@@ -84,6 +84,12 @@ Examples:
- A multi-tenant deployment where a single server instance hosts per-user domains (`https://alice.example/` and `https://bob.example/`).
- A deployment where multiple communities are modeled as separate tenants with separate administrative control.
Related concepts:
* "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.
* Reverse-proxied cluster: An architecture with multiple single-tenant server instances with a reverse proxy is not considered a multi-tenant *instance* given the definitions in this proposal. However, more broadly, it could be considered a multi-tenant *cluster architecture*.
## Relationship Between Terms
- One server implementation can be deployed as many server instances.