summaryrefslogtreecommitdiffstats
path: root/docs/installation.rst
diff options
context:
space:
mode:
authorAndrew Godwin2022-11-23 13:05:14 -0700
committerAndrew Godwin2022-11-23 13:05:14 -0700
commit807d546b122401b2c1b9c7a613aeef1b2e768edf (patch)
tree5fde095ba1e0276e649ee72861304664e08ce1f3 /docs/installation.rst
parentc8ad22a7046a785a40cd64b1ac2ed564c22586af (diff)
downloadtakahe-807d546b122401b2c1b9c7a613aeef1b2e768edf.tar.gz
takahe-807d546b122401b2c1b9c7a613aeef1b2e768edf.tar.bz2
takahe-807d546b122401b2c1b9c7a613aeef1b2e768edf.zip
Write some more docs
Diffstat (limited to 'docs/installation.rst')
-rw-r--r--docs/installation.rst3
1 files changed, 2 insertions, 1 deletions
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 <https://takahe.social>`_, runs
inside of Kubernetes, with one Deployment for the webserver and one for the
Stator runner.