jetlog

jetlog

Docker app from campu0999's Repository

Overview

Personal flight tracker and viewer Share permissions can be finicky, check your selected PUID and PGID exist in Unraid (in terminal type 'cat /etc/passwd' to see all users) and that your chosen user has permission on the file share. https://hub.docker.com/r/pbogre/jetlog/

jetlog

A self-hostable personal flight tracker and viewer

homepage preview all flights preview

Table of Contents

Features

  • 🌍 World map view of your flights
  • 📊 Statistics for all your flights
  • 📱 Responsive design
  • ✅ Add, edit, and delete past flights
  • 🔐 Secure authentication
  • 👥 Support for multiple users
  • 💾 Ability to import and export your data

Getting Started

Here's a sample docker-compose.yml to get started

services:
  jetlog:
    image: pbogre/jetlog:latest
    volumes:
      - /your/data/path:/data
    environment:
        JETLOG_PORT: 3000 # optional, default is 3000
        SECRET_KEY: yourLongAndRandomStringOfCharacters123!
    restart: unless-stopped
    ports:
      - 3000:3000

Once up and running, the default admin account has username and password admin. Make sure that you change the password after the first login!

For details about troubleshooting, environment variables, and more installation options such as running Jetlog under a path prefix, have a look at the installation wiki

Importing & Exporting

You can currently import from MyFlightRadar24, custom CSV; you can also export to CSV, iCal

For details on how to import your data, have a look at the importing wiki

Privacy Notice

Jetlog itself does not collect any user data outside of your own setup. However, it relies on external APIs (adsbdb) for some features such as automatic flight fetching from the flight number. Since you cannot always be sure of how external APIs use your data, you may wish to opt out of these by setting the ENABLE_EXTERNAL_APIS environment variable to false.

Contributing

If you would like to contribute to this project by opening an issue or a pull request, please read CONTRIBUTING.md

Stack

Acknowledgements

Install Jetlog on Unraid in a few clicks.

Find Jetlog in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.

Open the Apps tab on your Unraid server Search Community Apps for Jetlog Review the template variables and paths Click Install

Download Statistics

121,183
Total Downloads
2,688
This Month
4,124
Avg / Month

Total Downloads Over Time

Loading chart...

Related apps

Explore more like this

Explore all

Details

Repository
pbogre/jetlog:latest
Last Updated2026-06-26
First Seen2024-11-09

Runtime arguments

Web UI
http://[IP]:[PORT:3000]/
Network
bridge
Shell
sh
Privileged
false

Template configuration

JETLOG_PORTPorttcp
Target
3000
Default
3000
Value
3000
PUIDVariable
Default
1000
Value
1000
PGIDVariable
Default
1000
Value
1000
APP_PATHVariable
Default
/mnt/user/appdata/jetlog
Value
/mnt/user/appdata/jetlog
DATA_PATHPathrw
Target
/data
Default
/mnt/user/appdata/jetlog/data
Value
/mnt/user/appdata/jetlog/data
SECRET_KEYVariable

Enter a long random string of characters