This commit is contained in:
2025-06-28 17:41:19 +03:00
parent 0e4d975dc2
commit f78a37bd74
3 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -14,7 +14,7 @@
database.createLocally = true;
home = "/mnt/nextcloud";
config = {
dbtype = "mysql";
dbtype = "pgsql";
dbuser = "nextcloud";
#dbhost = "/run/postgresql";
dbname = "nextcloud";
@@ -26,8 +26,8 @@
log_type = "file";
trusted_domains = [
"nextcloud.zeroq.ru"
#"100.64.0.0"
#"192.168.1.18"
"100.64.0.0"
"192.168.1.18"
#"localhost"
];
};