Set maintenance window for nextcloud
All checks were successful
/ terraform (push) Successful in 26s
/ ansible (push) Successful in 1m37s

This commit is contained in:
Jake Howard 2024-02-21 21:57:03 +00:00
parent 11a93dac55
commit 998d798797
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -56,4 +56,5 @@ $CONFIG = array (
'upgrade.disable-web' => true,
# Allow Nextcloud to talk to Authentik
'allow_local_remote_servers' => true,
'maintenance_window_start' => 18,
);