-
I'm still figuring out things and just ported (a simple version) of traccar on my cluster. Any ideas how can I access the TCP ports needed outside my network? For example some GPS trackers require IP/port combo. With a quick Google search I can see this is possible, but testing with the traccar Android app and my hostname doesn't seem to work. Of course, ingress is working fine and I can access the web UI |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I can see a config.yaml that has some cloudflared configuration with the following contents:
The easiest guess is that I need to define my service here and it "should" work (unless I need to change more configs) |
Beta Was this translation helpful? Give feedback.
I gave up since my GPS trackers require a static IP to function. They only resolve hostnames when setting up, and then use the IP. If anyone ever lands here, my approach (also mentioned by @onedr0p) was the "correct" one. Keep in mind that you must use a different hostname for each service you expose