Merge pull request 'fix(nextcloud): push server is not a trusted proxy' (#62) from fix/nextcloud-trusted-proxies into main

Reviewed-on: #62
Reviewed-by: b12f <b12f@noreply.git.pub.solar>
This commit is contained in:
teutat3s 2023-11-18 22:12:50 +00:00
commit e41127593b
Signed by: pub.solar gitea
GPG key ID: F0332B04B7054873

View file

@ -36,6 +36,7 @@
notify_push = {
enable = true;
bendDomainToLocalhost = true;
};
config = {
@ -46,11 +47,6 @@
dbname = "nextcloud";
dbtableprefix = "oc_";
overwriteProtocol = "https";
trustedProxies = [
"127.0.0.1"
"::1"
];
};
extraOptions = {