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 <noreply@anthropic.com>
This commit is contained in:
jtricerolph 2026-07-14 11:03:47 +00:00
parent 01e1f2407b
commit f43c46e794

View file

@ -14,7 +14,7 @@ export const INTEGRATIONS = {
},
nextcloud: {
name: 'Nextcloud',
configFields: ['base_url', 'username'],
configFields: ['base_url', 'username', 'backup_path'],
secretFields: ['password'],
},
azure: {