mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-22 03:36:39 +00:00
504b3a9162
* [docs] Don't run SQLite on networked storage This updates our documentation to include warnings against running SQLite on networked storage. It also slightly reorganises and consolidates some admonitions on the Getting Started page because it was getting a bit too busy with repeated information. * [docs] Reword a few things
1 KiB
1 KiB
Advanced
In this section we touch on a number of more advanced topics, primarily related around deploying, operating and tuning GoToSocial.
We consider these topics advanced because applying them incorrectly does have the possibility of causing client and federation issues. Applying any of these configuration changes may also make it harder for you to debug an issue with your GoToSocial instance if you don't understand the changes that you're making.
Guides
- Split-domain deployment (API vs. account domain)
- Using an HTTP proxy for client/outgoing requests
- Provisioning TLS certificates
- Caching API responses
- Serving and caching assets and media from local storage
- Process sandboxing
- Firewall configuration
- Tracing
- Metrics
- Replicating SQLite
- SQLite on networked storage