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;
|
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";
|
||||||
|
|
Loading…
Reference in a new issue