mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2026-03-22 00:16:18 +00:00
enhance caddy_disabled_alert.html with additional information and guidance for Caddy integration
This commit is contained in:
@@ -3,6 +3,9 @@
|
|||||||
<div class="alert alert-warning alert-dismissible">
|
<div class="alert alert-warning alert-dismissible">
|
||||||
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>
|
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>
|
||||||
<h5><i class="icon fas fa-exclamation-triangle"></i> {% trans 'Caddy is not enabled' %}</h5>
|
<h5><i class="icon fas fa-exclamation-triangle"></i> {% trans 'Caddy is not enabled' %}</h5>
|
||||||
{% trans 'The App Gateway and Gatekeeper modules require Caddy and the auth-gateway container to be running. Please start the application using <code>docker-compose-caddy.yml</code>.' %}
|
<p>{% trans 'The App Gateway and Gatekeeper modules require Caddy and the auth-gateway container to be running. Please start the application using <code>docker-compose-caddy.yml</code>.' %}</p>
|
||||||
|
<p>{% trans 'Depending on your custom firewall or proxy rules, the way you access wireguard_webadmin may change slightly after enabling Caddy.' %}</p>
|
||||||
|
<p>{% trans 'Switching to Caddy is simple, but it may require a bit of time and attention to review your current setup.' %}</p>
|
||||||
|
<p>{% trans 'For more information, see the discussion:' %} <a href="https://github.com/eduardogsilva/wireguard_webadmin/discussions/" target="_blank" rel="noopener noreferrer">🚀 New Feature Release: Auth Gateway, Zero Trust & Caddy Integration</a></p>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user