new era nextcloud

This commit is contained in:
2026-06-24 03:15:07 +03:00
parent ee75c68ec3
commit 0893ad28e7
+3
View File
@@ -29,6 +29,7 @@ in
database.createLocally = true;
home = "${xlib.dirs.services-mnt-folder}/nextcloud";
configureRedis = true;
https = true;
caching = {
redis = true;
memcached = true;
@@ -55,6 +56,7 @@ in
];
trusted_proxies = [
"100.64.1.0"
"192.168.1.20"
"109.248.161.5"
];
overwriteprotocol = "https"; # maybe no
@@ -64,6 +66,7 @@ in
notify_push = {
enable = true;
bendDomainToLocalhost = true;
nextcloudUrl = "https://nextcloud.home.arpa";
};
# phpPackage = pkgs.php85;
extraApps = {