From 43034bba4574f03c5d88f4380767c40e64d60c6e Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sun, 19 Jul 2026 00:43:51 +0200 Subject: Refactor and clean up code --- molecule/raspberrypi/converge.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'molecule') diff --git a/molecule/raspberrypi/converge.yml b/molecule/raspberrypi/converge.yml index ebbb1cbe..499b37cf 100644 --- a/molecule/raspberrypi/converge.yml +++ b/molecule/raspberrypi/converge.yml @@ -47,7 +47,7 @@ pihole_password: "{{ ('changeme' | hash('sha256') | hash('sha256'))[:64] }}" pihole_dhcp_enabled: false wireguard_autostart_connection: "" - proxy_type: "nginx" + proxy_type: "caddy" gateway_enabled: true gateway_local_ipv4_subnet: "10.0.0.0/24" grafana_dashboards: @@ -87,7 +87,7 @@ - role: "usbutils" - role: "wireguard" - role: "gateway" - - role: "proxy" + - role: "caddy" - role: "wg_portal" - role: "pihole" - role: "prometheus" -- cgit v1.2.3