nextcloud fixes
This commit is contained in:
@@ -153,6 +153,11 @@ in
|
||||
settings = {
|
||||
log_type = "file";
|
||||
loglevel = 1;
|
||||
trusted_proxies = [
|
||||
config.my.localhost
|
||||
config.my.localhost6
|
||||
config.my.routerip
|
||||
];
|
||||
trusted_domains = [
|
||||
config.my.ips.${config.networking.hostName}
|
||||
"localhost"
|
||||
@@ -160,7 +165,7 @@ in
|
||||
"cloud.servidos.lat"
|
||||
];
|
||||
overwriteprotocol = "https";
|
||||
overwrite.cli.url = "${cfg.url}";
|
||||
"overwrite.cli.url" = "${cfg.url}";
|
||||
forwarded_for_headers = [ "HTTP_X_FORWARDED_FOR" ];
|
||||
default_phone_region = "MX";
|
||||
allow_local_remote_servers = true;
|
||||
|
||||
Reference in New Issue
Block a user