From a23c152d8e84acd60f40a0c0a382783ad87124fe Mon Sep 17 00:00:00 2001 From: c6ristian Date: Mon, 29 Jul 2024 21:42:48 +0200 Subject: [PATCH] nextcloud: configure maintenance window start time See: https://docs.nextcloud.com/server/28/admin_manual/configuration_server/background_jobs_configuration.html#maintenance-window-start --- .../chaosknoten/configs/cloud/extra_configuration.config.php.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/templates/chaosknoten/configs/cloud/extra_configuration.config.php.j2 b/playbooks/templates/chaosknoten/configs/cloud/extra_configuration.config.php.j2 index 099da7a..7e6ad56 100644 --- a/playbooks/templates/chaosknoten/configs/cloud/extra_configuration.config.php.j2 +++ b/playbooks/templates/chaosknoten/configs/cloud/extra_configuration.config.php.j2 @@ -13,4 +13,5 @@ $CONFIG = array ( 'mail_domain' => 'cloud.hamburg.ccc.de', 'mail_smtppassword' => '{{ lookup("community.general.passwordstore", "noc/vm-secrets/chaosknoten/cloud/smtp_password", create=false, missing="error") }}', 'mail_smtpdebug' => true, + 'maintenance_window_start' => 1, );