From b2d44543d9c02490145a26887263940bb836a516 Mon Sep 17 00:00:00 2001 From: LogolicusZ Date: Thu, 4 Jul 2024 21:56:28 +0200 Subject: [PATCH] [c] Updated Readme with Reverse Proxy section --- docs/panel/README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/docs/panel/README.md b/docs/panel/README.md index acaf518..6dfac81 100644 --- a/docs/panel/README.md +++ b/docs/panel/README.md @@ -99,4 +99,17 @@ Sobald das Panel live ist, kann man mit einem Administratorenkonto unter "Admin > [!CAUTION] > Dies erzwingt 2FA sofort auch für den angemeldeten Accounts -![basic administration -> settings -> general -> "Require 2-Factor Authentication" to "All Users"](../../assets/panel/enable-2fa.png) \ No newline at end of file +![basic administration -> settings -> general -> "Require 2-Factor Authentication" to "All Users"](../../assets/panel/enable-2fa.png) + + +## Reverse Proxy + +Das Caddyfile leitet alle Anfragen an `nugget.chat.space` über einen Reverse-Proxy an den Server `10.2.17.1:4090` weiter und sagt Caddy es soll die IP und location des requesters auch mit sended und die standart Konfiguration von Caddy ignorieren. + +```Caddy +nugget.sangelo.space { + reverse_proxy 10.1.30.1:2080 + header_up + header_up +} +``` \ No newline at end of file