Co-authored-by: mrjvs <jellevs@gmail.com>
This commit is contained in:
William Oldham
2023-12-11 22:11:25 +00:00
parent 845b7d7efa
commit ed407e2d76
22 changed files with 10202 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# 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.
::
The movie-web application is made of two parts: the proxy and the client. Click the following links to find out more:
- [Setup the Proxy](2.proxy.md)
- [Setup the Client](3.client.md)