pbogre / jetlog

Personal flight tracker and viewer

Home Page:https://github.com/pbogre/jetlog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jetlog

A self-hostable personal flight tracker and viewer

homepage preview all flights preview

Table of Contents

Features

  • ๐ŸŒ World map view of all your flights
  • ๐Ÿ“Š Statistics for all your flights
  • ๐Ÿ“ฑ Responsive design
  • โœ… Add, edit, and delete past flights
  • ๐Ÿ’พ 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
    restart: unless-stopped
    ports:
      - 3000:3000

For details about troubleshooting, environment variables, and more installation options, have a look at the installation wiki

Importing & Exporting

You can currently import from the following formats

  • MyFlightRadar24
  • Custom CSV

You can currently export to the following formats

  • 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

About

Personal flight tracker and viewer

https://github.com/pbogre/jetlog

License:GNU General Public License v2.0


Languages

Language:TypeScript 56.9%Language:Python 39.6%Language:Dockerfile 1.2%Language:Shell 0.7%Language:JavaScript 0.7%Language:HTML 0.6%Language:CSS 0.4%