Private
Public Access
2
0

4 Commits

Author SHA1 Message Date
5d6d402612 Update seb4itik/byow/galaxy.yml
All checks were successful
Publish collection to Galaxy / publish (push) Successful in 39s
2026-04-08 11:58:22 +02:00
9c9861f74e caddy: fix bug default custom_cer_file
Some checks failed
Publish collection to Galaxy / publish (push) Has been cancelled
2026-04-08 12:57:23 +03:00
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 3 additions and 3 deletions

View File

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

View File

@@ -178,8 +178,8 @@
} }
{% 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 | default(caddy_sites_defaults.custom_cert_file) }} {{ site.custom_cert_key_file | default(caddy_sites_defaults.custom_cert_key_file) }}
{% endif %} {% endif %}
{% if site.filter_blacklist | default(caddy_sites_defaults.filter_blacklist) | length > 0 %} {% if site.filter_blacklist | default(caddy_sites_defaults.filter_blacklist) | length > 0 %}