From 3e4004c24313c7f2347e698aa2dfafafcc3854ae Mon Sep 17 00:00:00 2001 From: Sommerwiesel Date: Wed, 18 Jun 2025 16:17:35 +0200 Subject: [PATCH] Rewrite Readme again --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 319e00f..7ee4bd1 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,13 @@ Based upon patches from: You'll have to set these up yourself: -- HAProxy 2.x with my config under etc/haproxy/haproxy.conf - PostgreSQL 16 Server -- (optional) PGBouncer, recommended when you want to host a public instance to pool connections to PSQL -- (optional) Anubis https://github.com/TecharoHQ/anubis, recommended when you want to host a public instance to prevent DDoS from bots and ai - Nginx Web Server (1.26 or higher for quic support) +- HAProxy 2.x with my config under etc/haproxy/haproxy.conf +- (optional) PGBouncer, recommended if you want to host a public instance to pool connections to PSQL, otherwise you might run into DB pool errors +- (optional) Anubis https://github.com/TecharoHQ/anubis, recommended if you want to host a public instance and not get DDoS'ed from bots and ai +- Docker Compose V2 + # Build instructions