Add codimd app.

This commit is contained in:
2025-08-16 07:54:06 -07:00
parent c2f8f7e6a0
commit 10c67169b5
9 changed files with 271 additions and 0 deletions

View File

@@ -75,6 +75,8 @@ prompt_if_unset_config "cloud.domain" "Your public cloud domain" "cloud.${base_d
domain=$(wild-config "cloud.domain")
prompt_if_unset_config "cloud.internalDomain" "Your internal cloud domain" "internal.${domain}"
prompt_if_unset_config "cloud.backup.root" "Existing path to save backups to" ""
prompt_if_unset_secret "cloud.backupPassword" "Backup password (leave empty to generate a random one)" ""
# Derive cluster name from domain if not already set
current_cluster_name=$(wild-config "cluster.name")