Files
lubelog/README.md
Hargata Softworks 3d96984735 Update README.md
2024-02-22 20:06:43 -07:00

1.6 KiB

image

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

Visit our website: https://lubelogger.com

Support this project by Subscribing on Patreon or Making a Donation

Note: Commercial users are required to maintain an active Patreon subscripton to be compliant with our licensing model.

Why

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

Showcase

Promotional Brochure

Screenshots

Demo

Try it out before you download it! The live demo resets every 20 minutes.

Live Demo Login using username "test" and password "1234"

Download

LubeLogger is available as both a Docker image and a Windows Standalone Executable.

Read this Getting Started Guide on how to download either of them

Docker Setup (Manual Build)

  1. Install Docker
  2. Clone this repo
  3. CHECK culture in .env file, default is en_US, also setup SMTP for user management if you want that.
  4. Run docker build -t lubelogger -f Dockerfile .
  5. CHECK docker-compose.yml and make sure the mounting directories look correct.
  6. If using traefik, use docker-compose.traefik.yml
  7. Run docker-compose up

Dependencies

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