From 19dd9b0978cca5f8ddddd5ea8d495329bf684003 Mon Sep 17 00:00:00 2001 From: Sommerwiesel Date: Wed, 18 Jun 2025 16:25:08 +0200 Subject: [PATCH] Rewrite README again --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 96daccf..5609207 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,12 @@ Based upon patches from: You'll have to set these up yourself: +- Docker Compose V2 - PostgreSQL 16 Server - 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