server: services: nextcloud add maintenance window

This commit is contained in:
2024-06-08 16:04:00 +02:00
parent 60118fc7f7
commit a119ae47f0

View File

@@ -21,6 +21,7 @@
logfile = "nextcloud.log";
overwriteprotocol = "https";
default_phone_region = "DE";
redis = {
host = "/run/redis-nextcloud/redis.sock";
port = 0;
@@ -28,6 +29,7 @@
"memcache.local" = "\\OC\\Memcache\\Redis";
"memcache.distributed" = "\\OC\\Memcache\\Redis";
"memcache.locking" = "\\OC\\Memcache\\Redis";
"maintenance_window_start" = "1";
};
config = {
dbtype = "pgsql";