feat: Update configuration for Nextcloud and Certbot, add image and video organization scripts

This commit is contained in:
2026-01-08 23:39:55 +01:00
parent 3c6647c215
commit 2c8b753393
12 changed files with 440 additions and 19 deletions
+1 -1
View File
@@ -229,7 +229,7 @@ resource "kubernetes_deployment" "nextcloud_apache" {
volume {
name = "html-data"
host_path {
path = local.nextcloud_data
path = var.nextcloud_data
}
}
volume {