fix tinyauth not being added properly
All checks were successful
Deploy Containers / Prepare (push) Successful in 33s

This commit is contained in:
2025-07-30 00:12:30 -04:00
parent 58a5a97533
commit 2a64f5a379
3 changed files with 216 additions and 231 deletions

View File

@@ -11,10 +11,8 @@
# Sites
{% for site in caddy_sites %}
{{ site.domains | join(', ') }} {
{% if site.import_snippets is defined %}
{% for snippet in site.import_snippets %}
import {{ snippet }}
{% endfor %}
{% if site.import_tinyauth is defined %}
import tinyauth_forwarder *
{% endif %}
{% if site.tls is defined %}