mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 10:12:26 -05:00
[docs] Made Advanced its own section (#1883)
* [docs] Made Advanced its own section This splits the Advanced page off from the Getting Started guide and makes it its own thing. It now has some additional sub-sections for bigger topics like caching and enhanced security. This also moves tracing from Getting Started to Advanced as that feels like a more appropriate location for it. The enhanced security looks a little silly with a single section, but I have guides pending for firewall configurations and I'd also like to consolidate our how to provision TLS certificates in there as we repeat this information multiple times. * [docs] Fix all my spelling errors * [docs] Inline the links in sandboxing
This commit is contained in:
parent
5d19fb1b2f
commit
4990099fde
12 changed files with 418 additions and 453 deletions
14
docs/advanced/index.md
Normal file
14
docs/advanced/index.md
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# 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)](host-account-domain.md)
|
||||
* [Using an HTTP proxy for client/outgoing requests](outgoing-proxy.md)
|
||||
* [Caching API responses](caching/api.md)
|
||||
* [Serving and caching assets and media from local storage](caching/assets-media.md)
|
||||
* [Process sandboxing](security/sandboxing.md)
|
||||
* [Tracing](tracing.md)
|
||||
Loading…
Add table
Add a link
Reference in a new issue