temporary change to be able to use localhost as fqdn

This commit is contained in:
bom 2021-10-27 16:29:36 +02:00
parent 521e3a5040
commit d81814a33f

View file

@ -7,7 +7,7 @@
[dda.c4k-common.prefixes :as cp]
[dda.c4k-common.common :as cm]))
(s/def ::fqdn cp/fqdn-string?)
(s/def ::fqdn any?) ; TODO: Fix fqdn-string? to include localhost
(s/def ::issuer cp/letsencrypt-issuer?)
(s/def ::restic-repository string?)
(s/def ::nextcloud-data-volume-path string?)