Update nextcloud settings

The module has deprecated some of the settings
Make nginx wait for nextcloud to start
This commit is contained in:
Greg Hellings
2024-08-15 02:26:02 +00:00
parent 0b1646c6c1
commit 4ea9df33c9
+7 -2
View File
@@ -15,8 +15,10 @@
adminuser = "greg"; adminuser = "greg";
dbhost = "/run/postgresql"; dbhost = "/run/postgresql";
dbtype = "pgsql"; dbtype = "pgsql";
defaultPhoneRegion = "US"; };
overwriteProtocol = "https"; settings = {
default_phone_region = "US";
overwriteprotocol = "https";
}; };
}; };
@@ -25,6 +27,9 @@
enableACME = true; enableACME = true;
}; };
# Otherwise nginx errors looking for the nextcloud sock file
systemd.services.nginx.after = [ "nextcloud.service" ];
greg.backup.jobs.nextcloud-bkup = { greg.backup.jobs.nextcloud-bkup = {
src = "/var/lib/nextcloud"; src = "/var/lib/nextcloud";
dest = "nextcloud-backup"; dest = "nextcloud-backup";