traccar-web path on server?

NT a year ago

Hey Team, maybe my find commands are poor - what is the path to the traccar-web files on the standard Ubuntu DO install? Thanks

Anton Tananaev a year ago

/opt/traccar/web

NT a year ago

Thanks Anton, I'm looking for MapSelectedDevice.js in particular. And the /opt/traccar/web filestructure doesn't match Git. What am I missing?

Anton Tananaev a year ago

You're missing the fact that the code is compiled. There won't be files in the installer. If you want to customize something, you have to download the source, change it and then compile the result.

NT a year ago

Got it, thanks again.