traccar: route tracking through caddy for tls
All checks were successful
Build and Deploy / deploy (push) Successful in 1m36s

This commit is contained in:
2026-04-12 20:59:19 -04:00
parent f2ca84ab53
commit fd27d8d985
2 changed files with 12 additions and 13 deletions

View File

@@ -68,10 +68,6 @@ rec {
port = 64738;
proto = "both";
};
traccar_tracking = {
port = 5056;
proto = "tcp";
};
};
# Ports bound to localhost / VPN only. The flake asserts none of
@@ -205,6 +201,10 @@ rec {
port = 8082;
proto = "tcp";
};
traccar_tracking = {
port = 5056;
proto = "tcp";
};
};
};