Reverse-Proxy: Difference between revisions

From FlowerHouseWiki
(Tropaion moved page Reverse-Proxy to Reverse-Proxy (old version))
Tag: New redirect
 
(Removed redirect to Reverse-Proxy (old version))
Tag: Removed redirect
Line 1: Line 1:
#REDIRECT [[Reverse-Proxy (old version)]]
{{ContainerInfo
|title = Reverse-Proxy-LXC
|image = Reverse proxy.png
|MAC = 56:59:71:B1:85:BC
|IP = 192.168.88.3
|Privileged = No
|OS = Debian Bullseye
|RAM = 1024MB
|Cores = 1
|Files = [[configuration.yml]]<br>[[users_database.yml]]<br>[[authelia_portal.conf]]<br>[[protected_endpoint.conf]]<br>[[UpdateAuthelia.sh]]
}}
<p>The ReverseProxy is reachable under <syntaxhighlight lang="Bash" inline>192.168.88.3</syntaxhighlight> which is located in the ServerVLAN.</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>Previously Nginx Proxy Manager and Authelia was used for ReverseProxy: [Guide https://wiki.flowerhouse.at/index.php/Reverse-Proxy_(old_version)]</p>
<p>Now Caddy2 is used for the ReverseProxy, because it's more stable and integrated</p>
__TOC__
== 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 https://wiki.flowerhouse.at/index.php/Reverse-Proxy_(old_version)]

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

Basic Setup