740 B
740 B
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.
Docker Setup (Recommended)
- Install Docker
- Clone this repo
- Run
docker build -t lubelog . - Run
docker run -d -p 80:5000 --name lubelog lubelog- 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
- Optionally, you can mount a volume to the container to persist data. For example,
Dependencies
- Bootstrap
- LiteDB
- Bootstrap-DatePicker
- SweetAlert2
- CsvHelper
- Chart.js