Private
Public Access
2
0

2 Commits

Author SHA1 Message Date
05f415d727 Update seb4itik/byow/galaxy.yml
All checks were successful
Publish collection to Galaxy / publish (push) Successful in 39s
2026-04-08 11:50:39 +02:00
8109fcd18b caddy: Fix bug default custom_cert
Some checks failed
Publish collection to Galaxy / publish (push) Has been cancelled
2026-04-08 12:50:03 +03:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
namespace: "seb4itik" namespace: "seb4itik"
name: "byow" name: "byow"
version: "0.3.3" version: "0.3.4"
readme: "README.md" readme: "README.md"
authors: authors:
- "S. Namèche <sebastien@itik.fr>" - "S. Namèche <sebastien@itik.fr>"

View File

@@ -178,7 +178,7 @@
} }
{% endfor %} {% endfor %}
{% if site.custom_cert | default (false) %} {% if site.custom_cert | default (caddy_sites_defaults.custom_cert) %}
tls {{ site.custom_cert_file }} {{ site.custom_cert_key_file }} tls {{ site.custom_cert_file }} {{ site.custom_cert_key_file }}
{% endif %} {% endif %}