diff --git a/apps/fpv-inventory/config.json b/apps/fpv-inventory/config.json index dc274e4..aa6d96f 100644 --- a/apps/fpv-inventory/config.json +++ b/apps/fpv-inventory/config.json @@ -7,15 +7,15 @@ "port": 8385, "categories": ["utilities", "data"], "description": "FPV Inventory is a self-hosted web app for tracking your FPV drone parts and components. It lets you catalog parts with statuses (unused, in-use, broken, retired, lost), attach photos, view part history, and filter by location or build. Built with Deno and SQLite, it features a dark-themed mobile-friendly UI with no external dependencies.", - "tipi_version": 4, + "tipi_version": 5, "min_tipi_version": "4.5.0", - "version": "sha-0a57147", + "version": "sha-88eef08", "source": "https://github.com/cori/fpv-inventory", "website": "https://github.com/cori/fpv-inventory", "exposable": true, "supported_architectures": ["arm64", "amd64"], "created_at": 1740700800000, - "updated_at": 1773187200000, + "updated_at": 1773705600000, "dynamic_config": true, "form_fields": [ { diff --git a/apps/fpv-inventory/docker-compose.json b/apps/fpv-inventory/docker-compose.json index 3e0c8b1..b60fff4 100644 --- a/apps/fpv-inventory/docker-compose.json +++ b/apps/fpv-inventory/docker-compose.json @@ -3,7 +3,7 @@ "services": [ { "name": "fpv-inventory", - "image": "ghcr.io/cori/fpv-inventory:sha-0a57147", + "image": "ghcr.io/cori/fpv-inventory:sha-88eef08", "isMain": true, "environment": [ { "key": "DB_PATH", "value": "/data/fpv-inventory.db" },