feat(nextcloud): add maintenance window start setting

Introduces a new configuration for setting the maintenance window start in the Nextcloud settings. This ensures better scheduling and coordination for maintenance activities.
This commit is contained in:
Harald Hoyer 2024-11-13 09:40:54 +01:00
parent b71b46bdb0
commit 7bb3d87ced

View file

@ -13,6 +13,7 @@
https = true; https = true;
configureRedis = true; configureRedis = true;
settings = { settings = {
maintenance_window_start = "1";
log_type = "file"; log_type = "file";
mail_smtpmode = "sendmail"; mail_smtpmode = "sendmail";
mail_sendmailmode = "pipe"; mail_sendmailmode = "pipe";