From bf65c6ef44a54fc46d3a207a0c40f936cfd2b1f4 Mon Sep 17 00:00:00 2001 From: Eduardo Silva Date: Wed, 18 Mar 2026 10:57:11 -0300 Subject: [PATCH] enhance caddy_disabled_alert.html with additional information and guidance for Caddy integration --- templates/app_gateway/caddy_disabled_alert.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/templates/app_gateway/caddy_disabled_alert.html b/templates/app_gateway/caddy_disabled_alert.html index db66cf7..b84b6fa 100644 --- a/templates/app_gateway/caddy_disabled_alert.html +++ b/templates/app_gateway/caddy_disabled_alert.html @@ -3,6 +3,9 @@
{% trans 'Caddy is not enabled' %}
- {% trans 'The App Gateway and Gatekeeper modules require Caddy and the auth-gateway container to be running. Please start the application using docker-compose-caddy.yml.' %} +

{% trans 'The App Gateway and Gatekeeper modules require Caddy and the auth-gateway container to be running. Please start the application using docker-compose-caddy.yml.' %}

+

{% trans 'Depending on your custom firewall or proxy rules, the way you access wireguard_webadmin may change slightly after enabling Caddy.' %}

+

{% trans 'Switching to Caddy is simple, but it may require a bit of time and attention to review your current setup.' %}

+

{% trans 'For more information, see the discussion:' %} 🚀 New Feature Release: Auth Gateway, Zero Trust & Caddy Integration

{% endif %}