Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/fpv-tracker/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"port": 8384,
"categories": ["utilities", "data"],
"description": "FPV Training Tracker is a self-hosted Progressive Web App for tracking FPV freestyle drone training. It monitors training sessions, trick mastery across 5 skill levels, phase progression through a 20-week schedule, equipment status, and trip preparation. Features a mobile-first dark-themed UI with offline support, auto-saving session forms, crash logging, and JSON import/export.",
"tipi_version": 2,
"tipi_version": 3,
"min_tipi_version": "4.5.0",
"version": "sha-6c4b3b3",
"source": "https://github.com/cori/flowchart",
Expand Down
2 changes: 1 addition & 1 deletion apps/fpv-tracker/docker-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"services": [
{
"name": "fpv-tracker",
"image": "ghcr.io/cori/flowchart:sha-6c4b3b3",
"image": "ghcr.io/cori/flowchart:sha-50a15ac",
"isMain": true,
"environment": [
{ "key": "NODE_ENV", "value": "production" },
Expand Down