Final rewordings, postgres.ssl, dark/light icon + dir based titles.

This commit is contained in:
qtchaos
2024-01-02 04:13:28 +02:00
parent 927b23873f
commit f6de7b2240
21 changed files with 87 additions and 65 deletions

View File

@@ -2,7 +2,7 @@
title: 'Start self-hosting'
---
# How to self host
# How to self-host
::alert{type="info"}
We **do not** provide support on how to self-host. If you can't figure it out then tough luck. Please do not make GitHub issues or ask in our Discord server for support on how to self-host.
@@ -21,7 +21,7 @@ This method is the easiest to self-host and is recommended for most users.
## Method 2 - Only host the account server
If you want to own your own data, it's possible to selfhost just the account server and nothing else.
If you want to own your own data, it's possible to self-host just the account server and nothing else.
This method is only recommended if you have experience hosting databases or other similar stateful applications.
1. [Set up the Backend!](../4.backend/1.deploy.md)
@@ -29,7 +29,7 @@ This method is only recommended if you have experience hosting databases or othe
## Method 3 - Host everything
If you want an instance that's completely isolated from the official movie-web. You can selfhost all of the parts yourself, though this method is not recommended for inexperienced hosters.
If you want an instance that's completely isolated from the official movie-web. You can self-host all of the parts yourself, though this method is not recommended for inexperienced hosters.
1. [Set up the Proxy!](../2.proxy/1.deploy.md)
2. [Set up the Backend!](../4.backend/1.deploy.md)