{"id":14240247,"url":"https://github.com/pbogre/jetlog","last_synced_at":"2025-08-11T16:31:53.254Z","repository":{"id":250173179,"uuid":"833693255","full_name":"pbogre/jetlog","owner":"pbogre","description":"Personal flight tracker and viewer","archived":false,"fork":false,"pushed_at":"2024-08-02T09:33:41.000Z","size":12329,"stargazers_count":132,"open_issues_count":12,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-08-02T18:34:36.220Z","etag":null,"topics":["aviation","flights","logging","self-hosted","tracking"],"latest_commit_sha":null,"homepage":"https://github.com/pbogre/jetlog","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pbogre.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-25T14:53:54.000Z","updated_at":"2024-08-02T16:40:30.000Z","dependencies_parsed_at":"2024-07-25T17:09:59.439Z","dependency_job_id":"96da7f62-88df-48cc-9bf3-abb4abef0018","html_url":"https://github.com/pbogre/jetlog","commit_stats":null,"previous_names":["pbogre/jetlog"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pbogre%2Fjetlog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pbogre%2Fjetlog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pbogre%2Fjetlog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pbogre%2Fjetlog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pbogre","download_url":"https://codeload.github.com/pbogre/jetlog/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":216292072,"owners_count":16003864,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aviation","flights","logging","self-hosted","tracking"],"created_at":"2024-08-21T10:00:36.500Z","updated_at":"2025-08-11T16:31:53.211Z","avatar_url":"https://github.com/pbogre.png","language":"TypeScript","funding_links":[],"categories":["Apps","Software","self-hosted"],"sub_categories":["Tools","Miscellaneous"],"readme":"# jetlog\r\n\r\n\u003cp align=\"center\"\u003e\r\n    \u003cimg src=\"https://img.shields.io/docker/pulls/pbogre/jetlog?style=for-the-badge\" /\u003e\r\n    \u003cimg src=\"https://img.shields.io/docker/image-size/pbogre/jetlog?style=for-the-badge\" /\u003e\r\n\u003c/p\u003e\r\n\r\nA self-hostable personal flight tracker and viewer\r\n\r\n![homepage preview](images/homepage.png)|![all flights preview](images/all-flights.png)\r\n:--------------------------------------:|:---------------------------------------------:\r\n\r\n## Table of Contents\r\n\r\n- [Features](#features)\r\n- [Getting Started](#getting-started)\r\n- [Importing \u0026 Exporting](#importing--exporting)\r\n- [Contributing](#contributing)\r\n- [Stack](#stack)\r\n- [Acknowledgements](#acknowledgements)\r\n\r\n## Features\r\n\r\n- 🌍 World map view of your flights\r\n- 📊 Statistics for all your flights\r\n- 📱 Responsive design\r\n- ✅ Add, edit, and delete past flights\r\n- 🔐 Secure authentication\r\n- 👥 Support for multiple users\r\n- 💾 Ability to import and export your data\r\n\r\nVisit the [usage wiki](https://github.com/pbogre/jetlog/wiki/Usage) for details on all the features of Jetlog\r\n\r\n## Getting Started\r\n\r\nHere's a sample `docker-compose.yml` to get started\r\n```yml\r\nservices:\r\n  jetlog:\r\n    image: pbogre/jetlog:latest\r\n    volumes:\r\n      - /your/data/path:/data\r\n    environment:\r\n        JETLOG_PORT: 3000 # optional, default is 3000\r\n        SECRET_KEY: yourLongAndRandomStringOfCharacters123!\r\n    restart: unless-stopped\r\n    ports:\r\n      - 3000:3000\r\n```\r\n\r\nOnce up and running, the default admin account has username and password `admin`. \r\nMake sure that you change the password after the first login!\r\n\r\nFor details about troubleshooting, environment variables, and more installation options\r\nsuch as running Jetlog under a path prefix, have a look at the [installation wiki](https://github.com/pbogre/jetlog/wiki/Installation)\r\n\r\n## Importing \u0026 Exporting\r\n\r\nYou can currently import from MyFlightRadar24, custom CSV;\r\nyou can also export to CSV, iCal\r\n\r\nFor details on how to import your data, have a look at the [importing wiki](https://github.com/pbogre/jetlog/wiki/Importing)\r\n\r\n## Contributing\r\n\r\nIf you would like to contribute to this project by opening an issue or a pull request, \r\nplease read [CONTRIBUTING.md](https://github.com/pbogre/jetlog/blob/main/CONTRIBUTING.md)\r\n\r\n## Stack\r\n\r\n- [FastAPI](https://fastapi.tiangolo.com/)\r\n- [SQLite](https://www.sqlite.org/)\r\n- [React](https://react.dev/)\r\n- [TailwindCSS](https://tailwindcss.com/)\r\n\r\n## Acknowledgements\r\n\r\n- [Favicon](https://www.flaticon.com/free-icon/flight_16863550?term=plane\u0026page=1\u0026position=36\u0026origin=search\u0026related_id=16863550)\r\n- [Airports data](https://ourairports.com/)\r\n- [react-simple-map](https://www.react-simple-maps.io/)\r\n- [World GeoJSON](https://geojson-maps.kyd.au/)\r\n- [adsbdb API](https://www.adsbdb.com/)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpbogre%2Fjetlog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpbogre%2Fjetlog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpbogre%2Fjetlog/lists"}