fmt
This commit is contained in:
parent
dfc3480cb8
commit
8bff19048b
1 changed files with 6 additions and 2 deletions
|
@ -12,7 +12,9 @@
|
||||||
(cm/concat-vec
|
(cm/concat-vec
|
||||||
(br/generate-group
|
(br/generate-group
|
||||||
"config"
|
"config"
|
||||||
(br/generate-text-area "config" "Your config.edn:" "{:fqdn \"cloud.your.domain\"
|
(br/generate-text-area
|
||||||
|
"config" "Your config.edn:"
|
||||||
|
"{:fqdn \"cloud.your.domain\"
|
||||||
:issuer \"staging\"
|
:issuer \"staging\"
|
||||||
:pv-storage-size-gb \"400\"
|
:pv-storage-size-gb \"400\"
|
||||||
:pvc-storage-class-name \"local-path\"
|
:pvc-storage-class-name \"local-path\"
|
||||||
|
@ -24,7 +26,9 @@
|
||||||
"9"))
|
"9"))
|
||||||
(br/generate-group
|
(br/generate-group
|
||||||
"auth"
|
"auth"
|
||||||
(br/generate-text-area "auth" "Your auth.edn:" "{:postgres-db-user \"nextcloud\"
|
(br/generate-text-area
|
||||||
|
"auth" "Your auth.edn:"
|
||||||
|
"{:postgres-db-user \"nextcloud\"
|
||||||
:postgres-db-password \"nextcloud-db-password\"
|
:postgres-db-password \"nextcloud-db-password\"
|
||||||
:nextcloud-admin-password \"nextcloud-admin-password\"
|
:nextcloud-admin-password \"nextcloud-admin-password\"
|
||||||
:nextcloud-admin-user \"nextcloud-admin-user\"
|
:nextcloud-admin-user \"nextcloud-admin-user\"
|
||||||
|
|
Loading…
Add table
Reference in a new issue