traccar: route tracking through caddy for tls
All checks were successful
Build and Deploy / deploy (push) Successful in 1m36s
All checks were successful
Build and Deploy / deploy (push) Successful in 1m36s
This commit is contained in:
@@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user