2024-01-03 14:37:04 -07:00
2024-01-04 15:41:43 -07:00
2024-01-04 17:17:56 -07:00
2023-12-31 20:24:44 -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
2024-01-04 15:41:43 -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 lubelog .
  4. Run docker run -d -p 80:5000 --name lubelog lubelog
    1. Optionally, you can mount a volume to the container to persist data. For example, docker run -d -p 80:5000 -v /path/to/data:/app/data --name lubelog lubelog

Dependencies

  • Bootstrap
  • LiteDB
  • Bootstrap-DatePicker
  • SweetAlert2
  • CsvHelper
  • Chart.js
Description
LubeLogger is a web-based vehicle maintenance and fuel mileage tracker
Readme MIT 9.1 MiB
Languages
JavaScript 49.5%
C# 26.3%
HTML 23.7%
CSS 0.5%