Reverse-Proxy: Difference between revisions

From FlowerHouseWiki
(Removed redirect to Reverse-Proxy (old version))
Tag: Removed redirect
No edit summary
Line 13: Line 13:
<p>Every incoming packages from outside are forwarded to this IP.</p>
<p>Every incoming packages from outside are forwarded to this IP.</p>
<p>The ReverseProxy also forces outside connections to use HTTPS/SSL and will provide a SSL-Certificate.</p>
<p>The ReverseProxy also forces outside connections to use HTTPS/SSL and will provide a SSL-Certificate.</p>
<p>Previously Nginx Proxy Manager and Authelia was used for ReverseProxy: [Guide https://wiki.flowerhouse.at/index.php/Reverse-Proxy_(old_version)]</p>
<p>Previously Nginx Proxy Manager and Authelia was used for ReverseProxy: [[Reverse-Proxy (old version)|Guide]]</p>
<p>Now Caddy2 is used for the ReverseProxy, because it's more stable and integrated</p>
<p>Now Caddy2 is used for the ReverseProxy, because it's more stable and integrated</p>
__TOC__
__TOC__
== Basic Setup ==
== Basic Setup ==

Revision as of 20:50, 11 February 2023

Reverse-Proxy-LXC
Reverse proxy.png

Network


IP: 192.168.88.3
MAC: 56:59:71:B1:85:BC

System


OS: Debian Bullseye
Files: configuration.yml
users_database.yml
authelia_portal.conf
protected_endpoint.conf
UpdateAuthelia.sh
RAM: 1024MB
Cores: 1
Privileged: No

The ReverseProxy is reachable under 192.168.88.3 which is located in the ServerVLAN.

Every incoming packages from outside are forwarded to this IP.

The ReverseProxy also forces outside connections to use HTTPS/SSL and will provide a SSL-Certificate.

Previously Nginx Proxy Manager and Authelia was used for ReverseProxy: Guide

Now Caddy2 is used for the ReverseProxy, because it's more stable and integrated

Basic Setup