fix(server): nextcloud notify push

This commit is contained in:
2025-11-24 18:04:11 +08:00
parent e867539857
commit a1b5bee3e8
+6
View File
@@ -73,6 +73,12 @@ in
"pm.max_spare_servers" = "12"; "pm.max_spare_servers" = "12";
}; };
}; };
# Fixes `The following x-forwarded-for header was received by Nextcloud: "10.88.0.1"`
systemd.services.nextcloud-notify_push = {
environment = {
NEXTCLOUD_URL = lib.mkForce "http://127.0.0.1:8084";
};
};
services.nginx.virtualHosts."nextcloud.imxyy.top" = { services.nginx.virtualHosts."nextcloud.imxyy.top" = {
listen = [ listen = [
{ {