temporary change to be able to use localhost as fqdn
This commit is contained in:
parent
521e3a5040
commit
d81814a33f
1 changed files with 1 additions and 1 deletions
|
@ -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?)
|
||||
|
|
Loading…
Reference in a new issue