This commit is contained in:
Boris Rybalkin 2024-04-17 10:02:10 +00:00 committed by GitHub
commit 07d54b957c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 0 deletions

View File

@ -60,6 +60,13 @@ We provide a **DigitalOcean 1-Click Install Image** that you can put on a Digita
That however does assume a single-machine setup. Mastodon scales quite well horizontally. If your needs outgrow the capacity of a single machine, Mastodon can be divided into multiple app servers, background workers, multiple Redis backends, PostgreSQL replicas -- but 1-click install won't cut it.
### Self-Hosting solutions
{{< caption-link url="https://syncloud.org" caption="Syncloud" >}}
### Manual
If you're interested in installing everything on your own, proceed here:
{{< page-ref page="admin/prerequisites" >}}