From 807d546b122401b2c1b9c7a613aeef1b2e768edf Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Wed, 23 Nov 2022 13:05:14 -0700 Subject: Write some more docs --- docs/installation.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/installation.rst') diff --git a/docs/installation.rst b/docs/installation.rst index 32a82a4..660bd3c 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -14,6 +14,7 @@ Prerequisites * SSL support (Takahē *requires* HTTPS) * Something that can run Docker/OCI images * A PostgreSQL 14 (or above) database +* Hosting/reverse proxy that passes the ``HOST`` header down to Takahē * One of these to store uploaded images and media: * Amazon S3 @@ -28,7 +29,7 @@ This means that a "serverless" platform like AWS Lambda or Google Cloud Run is not enough by itself; while you can use these to serve the web pages if you like, you will need to run the Stator runner somewhere else as well. -The flagship Takahē instance, [takahe.social](https://takahe.social), runs +The flagship Takahē instance, `takahe.social `_, runs inside of Kubernetes, with one Deployment for the webserver and one for the Stator runner. -- cgit v1.2.3