Update smbserver.json

Activate filesystem_check_changes
https://github.com/szaimen/aio-smbserver/issues/27

Signed-off-by: Daniel Hartmann <60435198+hartmann-daniel@users.noreply.github.com>
This commit is contained in:
Daniel Hartmann
2026-03-24 23:18:02 +01:00
committed by GitHub
parent c777cbaf45
commit ee41f1814f

View File

@@ -54,6 +54,9 @@
"ui_secret": "SMBSERVER_PASSWORD", "ui_secret": "SMBSERVER_PASSWORD",
"backup_volumes": [ "backup_volumes": [
"nextcloud_aio_smbserver" "nextcloud_aio_smbserver"
],
"nextcloud_exec_commands": [
"php /var/www/html/occ config:system:set filesystem_check_changes --value=1 --type=integer"
] ]
} }
] ]