fix(analytics): don't check for bots in api endpoint

This commit is contained in:
Guz
2025-04-04 22:11:39 -03:00
parent 20967a7581
commit 684f0aa144

View File

@@ -6,6 +6,8 @@ in {
services.caddy.virtualHosts.":${toString (port + 1)}" = {
extraConfig = ''
reverse_proxy /api/* http://localhost:${toString port}
reverse_proxy http://localhost:${toString (port + 2)} {
header_up X-Real-Ip {remote_host}
}