2024-01-06 10:42:13 -07:00
2024-01-06 10:28:09 -07:00
hm.
2024-01-06 10:13:28 -07:00
2024-01-06 09:00:35 -07:00
2024-01-03 14:37:04 -07:00
2024-01-04 15:41:43 -07:00
2024-01-06 08:53:45 -07:00
2024-01-04 17:17:56 -07:00
2023-12-31 20:24:44 -07:00
2024-01-06 09:30:10 -07:00
2023-12-31 20:24:44 -07:00
2023-12-31 20:24:44 -07:00
2024-01-05 14:15:21 -07:00
hm.
2024-01-06 10:13:28 -07:00

image

A self-hosted, open-source vehicle service records and maintainence tracker.

Why

Because nobody should have to deal with a homemade spreadsheet or a shoebox full of receipts when it comes to vehicle maintainence.

  1. Install Docker
  2. Clone this repo
  3. Run docker build -t lubelogger -f Dockerfile .
  4. CHECK docker-compose.yaml and make sure the mounting directories look correct.
  5. Run docker-compose up

Dependencies

  • Bootstrap
  • LiteDB
  • Bootstrap-DatePicker
  • SweetAlert2
  • CsvHelper
  • Chart.js

Docker

manual

  • build
docker build -t hargata/lubelog:latest .
  • run
docker run -d hargata/lubelog:latest

add -v for persistent volumes as needed. Have a look at the docker-compose.yml for examples.

docker-compose

  • build image
docker compose build
  • run
docker compose build
Description
LubeLogger is a web-based vehicle maintenance and fuel mileage tracker
Readme MIT 15 MiB
Version 1.5.0 Latest
2025-08-20 10:04:37 -05:00
Languages
JavaScript 45.6%
C# 29.2%
HTML 24.7%
CSS 0.5%