From 6a0fd11c6bd782a42b0b90d2f2365859a7953bb7 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Thu, 18 Jun 2026 16:30:12 +0200 Subject: Implement support for conditional proxy (nginx or caddy) --- molecule/raspberrypi/converge.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'molecule') diff --git a/molecule/raspberrypi/converge.yml b/molecule/raspberrypi/converge.yml index d282354f..13a4dcaa 100644 --- a/molecule/raspberrypi/converge.yml +++ b/molecule/raspberrypi/converge.yml @@ -47,6 +47,7 @@ pihole_password: "{{ ('changeme' | hash('sha256') | hash('sha256'))[:64] }}" pihole_dhcp_enabled: false wireguard_autostart_connection: "" + proxy_type: "nginx" gateway_enabled: true gateway_local_ipv4_subnet: "10.0.0.0/24" grafana_dashboards: @@ -82,7 +83,7 @@ - role: "usbutils" - role: "wireguard" - role: "gateway" - - role: "nginx" + - role: "proxy" - role: "wg_portal" - role: "pihole" - role: "prometheus" -- cgit v1.2.3