Skip to content

pbogre/jetlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e480236 Β· Apr 24, 2025
Apr 1, 2025
Apr 24, 2025
Feb 28, 2025
Feb 15, 2025
Apr 24, 2025
Jul 25, 2024
Jul 9, 2024
Aug 23, 2024
Apr 24, 2025
Jul 28, 2024
Mar 21, 2025
Mar 21, 2025
Feb 20, 2025
Jan 13, 2025
Mar 24, 2025
Jul 9, 2024

Repository files navigation

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

Visit the usage wiki for details on all the features of Jetlog

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

Contributing

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

Stack

Acknowledgements