From df92775e77b2bb94560717bc5aa6f5fecead08e8 Mon Sep 17 00:00:00 2001 From: Philip Haupt <“der.mad.mob@gmail.com”> Date: Sun, 12 Oct 2025 23:12:18 +0200 Subject: [PATCH] fix custom name --- nextcloud/main.yaml | 12 ++++++------ nextcloud/src/values.yaml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/nextcloud/main.yaml b/nextcloud/main.yaml index 3e17879..482a58b 100644 --- a/nextcloud/main.yaml +++ b/nextcloud/main.yaml @@ -94,7 +94,7 @@ data: if ($autoconfig_enabled) { $AUTOCONFIG["directory"] = getenv('NEXTCLOUD_DATA_DIR') ?: "/var/www/html/data"; } - custom.php: |- + custom.config.php: |-