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:
parent
b71b46bdb0
commit
7bb3d87ced
|
@ -13,6 +13,7 @@
|
|||
https = true;
|
||||
configureRedis = true;
|
||||
settings = {
|
||||
maintenance_window_start = "1";
|
||||
log_type = "file";
|
||||
mail_smtpmode = "sendmail";
|
||||
mail_sendmailmode = "pipe";
|
||||
|
|
Loading…
Reference in a new issue