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; database.createLocally = true;
home = "${xlib.dirs.services-mnt-folder}/nextcloud"; home = "${xlib.dirs.services-mnt-folder}/nextcloud";
configureRedis = true; configureRedis = true;
https = true;
caching = { caching = {
redis = true; redis = true;
memcached = true; memcached = true;
@@ -55,6 +56,7 @@ in
]; ];
trusted_proxies = [ trusted_proxies = [
"100.64.1.0" "100.64.1.0"
"192.168.1.20"
"109.248.161.5" "109.248.161.5"
]; ];
overwriteprotocol = "https"; # maybe no overwriteprotocol = "https"; # maybe no
@@ -64,6 +66,7 @@ in
notify_push = { notify_push = {
enable = true; enable = true;
bendDomainToLocalhost = true; bendDomainToLocalhost = true;
nextcloudUrl = "https://nextcloud.home.arpa";
}; };
# phpPackage = pkgs.php85; # phpPackage = pkgs.php85;
extraApps = { extraApps = {