Skip to content

OwnTracks-RecorderΒ #2129

Description

@MickLesk

Name of the Script

OwnTracks-Recorder

Script Type

CT (LXC Container)

Does this script support arm64?

arm64 supported

πŸ“‹ Script Details

Stores and serves the location data published by the OwnTracks apps (iOS/Android) β€” history in a local LMDB store, web interface plus HTTP API for maps, tracks and friend positions. Self-hosted alternative to commercial location sharing. Requested in discussion #800.

  • No source build. I initially assessed this as a C build because the GitHub release carries no binaries β€” wrong: upstream runs its own apt repository with a trixie suite. Verified ot-recorder 1.0.1-0-deb13.0 at repo.owntracks.org/debian. Installed via setup_deb822_repo + apt install ot-recorder, updates through apt.
  • Mosquitto is installed alongside; the recorder subscribes on 127.0.0.1:1883. Web UI on 8083, configured through /etc/default/ot-recorder.
  • Storage moved to /opt/owntracks_data via OTR_STORAGEDIR so the tracking history sits outside the app directory.
  • Note: Mosquitto ships with its default config, which permits anonymous connections. Flagged as a warning β€” authentication and TLS are needed before port 1883 leaves the LAN.

Source: https://github.com/owntracks/recorder

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions