# Deploy Jetlog with Easypanel

URL: /templates/jetlog

Jetlog is a self-hostable personal flight tracker and viewer. It provides a world map view of all your flights, detailed statistics, and a clean responsive interface for adding, editing, and deleting flight records. It supports secure authentication with multiple users, data import from MyFlightRadar24 and custom CSV files, and data export to CSV or iCal. Jetlog optionally integrates with external APIs for automatic flight data fetching from a flight number.

## Installation notes

After deployment, log in with the default username and password "admin". Change your password immediately after the first login.

## Benefits

### Personal Flight Tracker

Keep a detailed log of every flight you have taken in one place. Add, edit, and delete records at any time with a simple, intuitive interface.

### World Map Visualization

See all your flights plotted on an interactive world map, giving you a clear picture of your travel history at a glance.

### Detailed Statistics

Gain insights into your travel habits with aggregated statistics covering total distance, number of flights, airports visited, and more.

## Features

### Secure Multi-User Authentication

Protect your data with built-in authentication. Jetlog supports multiple user accounts so everyone in your household can track their own flights.

### Import and Export

Import flight history from MyFlightRadar24 or a custom CSV file. Export your data back to CSV or iCal format for use in other tools.

### Responsive Design

The interface adapts to any screen size, making it easy to log flights from a desktop browser or a mobile device.

### Optional External API Integration

Automatically fetch flight details from a flight number using the adsbdb API. Disable external calls at any time via an environment variable for maximum privacy.

## Configuration

- `appServiceName` (App Service Name, required): jetlog

- `appServiceImage` (App Service Image, required): pbogre/jetlog:1.2

## Services

- jetlog: app (pbogre/jetlog:1.2)

## Resources

- [Github](https://github.com/pbogre/jetlog)

- [Documentation](https://github.com/pbogre/jetlog/wiki)

- [Template source](https://github.com/easypanel-io/templates/tree/main/templates/jetlog)