From 4990099fdeee5ac362295de3879d4b291e629c76 Mon Sep 17 00:00:00 2001 From: Daenney Date: Mon, 12 Jun 2023 15:38:53 +0200 Subject: [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 --- docs/advanced/security/index.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docs/advanced/security/index.md (limited to 'docs/advanced/security/index.md') diff --git a/docs/advanced/security/index.md b/docs/advanced/security/index.md new file mode 100644 index 000000000..63ee73c9a --- /dev/null +++ b/docs/advanced/security/index.md @@ -0,0 +1,10 @@ +# Enhanced security + +These guides cover improving the security posture of your GoToSocial deployment. They don't involve tweaking settings in GoToSocial, but rather additional things you can do to better lock down your instance. + +!!! note + Anything in these guides is meant to ehance the security of your GoToSocial deployment; they are not a replacement for good security practices like keeping your systems patched and up to date. + +## Guides + +* [Sandboxing the GoToSocial binary](sandboxing.md) -- cgit v1.2.3