Update nextcloud settings
The module has deprecated some of the settings Make nginx wait for nextcloud to start
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user