Update to 2022-02-23 21:00

This commit is contained in:
Daniel Berteaud
2022-02-23 21:00:08 +01:00
parent 6926fbecae
commit b71ca5c787
3 changed files with 8 additions and 3 deletions

View File

@@ -30,6 +30,9 @@
{% if bitwarden_letsencrypt_cert is defined and bitwarden_letsencrypt_cert == True %}
{{ bitwarden_public_url | urlsplit('hostname') }}
{% endif %}
{% if vaultwarden_letsencrypt_cert is defined and vaultwarden_letsencrypt_cert == True %}
{{ vaultwarden_public_url | urlsplit('hostname') }}
{% endif %}
{% if psono_letsencrypt_cert is defined and psono_letsencrypt_cert == True %}
{{ psono_public_url | urlsplit('hostname') }}
{% endif %}