mirror of
https://github.com/oqyude/nixos.git
synced 2026-08-08 23:53:11 +03:00
new era nextcloud
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user