From f43c46e794c5568c338a0e93755e84f1038d52ae Mon Sep 17 00:00:00 2001 From: jtricerolph Date: Tue, 14 Jul 2026 11:03:47 +0000 Subject: [PATCH] Add backup_path config field to Nextcloud integration Allows a Nextcloud subdirectory to be specified as the target for stack-level backups run by the management backup service. Co-Authored-By: Claude Sonnet 4.6 --- src/integrations/schema.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/integrations/schema.js b/src/integrations/schema.js index 1ccd040..dce8074 100644 --- a/src/integrations/schema.js +++ b/src/integrations/schema.js @@ -14,7 +14,7 @@ export const INTEGRATIONS = { }, nextcloud: { name: 'Nextcloud', - configFields: ['base_url', 'username'], + configFields: ['base_url', 'username', 'backup_path'], secretFields: ['password'], }, azure: {