fix nextcloud

This commit is contained in:
Inex Code 2024-11-29 16:16:07 +03:00
parent 34083ebb25
commit 75b8bfcaea
No known key found for this signature in database

View file

@ -81,6 +81,8 @@
# set what time makes sense for you
autoUpdateApps.startAt = "05:00:00";
enableImagemagick = cfg.enableImageMagick;
settings = {
# further forces Nextcloud to use HTTPS
overwriteprotocol = "https";
@ -99,6 +101,5 @@
useACMEHost = sp.domain;
forceSSL = true;
};
enableImagemagick = cfg.enableImageMagick;
};
}