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:
parent
01e1f2407b
commit
f43c46e794
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ export const INTEGRATIONS = {
|
||||||
},
|
},
|
||||||
nextcloud: {
|
nextcloud: {
|
||||||
name: 'Nextcloud',
|
name: 'Nextcloud',
|
||||||
configFields: ['base_url', 'username'],
|
configFields: ['base_url', 'username', 'backup_path'],
|
||||||
secretFields: ['password'],
|
secretFields: ['password'],
|
||||||
},
|
},
|
||||||
azure: {
|
azure: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue