• perishthethought@lemm.ee
    link
    fedilink
    English
    arrow-up
    2
    ·
    2 months ago

    I’m new to this app and confused. If I install/configure OwnTracks, what else do I get from Dawarich?

    • enemenemu@lemm.ee
      link
      fedilink
      English
      arrow-up
      3
      ·
      2 months ago

      Dawarich cleans a gpx route (if I understood it right), translates gps points to real world locations, calculated distances, and shows a map.

      I track my position with gpslogger, yet I’ve got no direct map and the trash gps points at home is large

  • N0x0n@lemmy.ml
    link
    fedilink
    English
    arrow-up
    1
    ·
    2 months ago

    Very cool project, thank you ! I will give it a try on my next bike escapade !


    Android GPS logger:

    You may also want to check your environment, as there can be inaccuracy due to clouds, buildings, sunspots, alien invasion, etc.

  • Kokesh@lemmy.world
    cake
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    2 months ago

    I’m trying to get Dawarich up on my server via Docker. It runs via local IP, but when I access via domain.com:6001 (port I’ve set in docker-compose.yml), I get error stating this is not allowed host and I should add it via config.hosts << “domain.com:6001” When I do add domain.com:6001 to APPLICATION_HOSTS in environment in docker-compose and create new containers with compose up -d, I still get error. I’ve also tried this, but the port seems to throw it off and not including the port does the same.