From daf6d4896f62fca927c8533d7a1f81f4928054f6 Mon Sep 17 00:00:00 2001 From: sn0w Date: Mon, 26 Aug 2019 00:12:05 +0200 Subject: [PATCH] update docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92bbc1c..f5edd55 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ Use `./pleroma.sh mod [regex]` to mod any file that ships with pleroma, without To reach Gopher or SSH, just uncomment the port-forward in your `docker-compose.yml`. To reach HTTP you will have to configure a "reverse-proxy". -Older versions of this script contained a huge amount of scripting to support all kinds of reverse-proxy setups. +Older versions of this project contained a huge amount of scripting to support all kinds of reverse-proxy setups. This newer version tries to focus only on providing good pleroma tooling. That makes the whole process a bit more manual, but also more flexible.