Code Monkey home page Code Monkey logo

lubelog's Introduction

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.

Dependencies

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

Docker Setup (GHCR)

  1. Install Docker
  2. Run docker pull ghcr.io/hargata/lubelogger:latest
  3. CHECK culture in .env file, default is en_US, this will change the currency and date formats.
  4. If not using traefik, use docker-compose-notraefik.yml
  5. Run docker-compose up

Docker Setup (Manual Build)

  1. Install Docker
  2. Clone this repo
  3. CHECK culture in .env file, default is en_US
  4. Run docker build -t lubelogger -f Dockerfile .
  5. CHECK docker-compose.yml and make sure the mounting directories look correct.
  6. If not using traefik, use docker-compose-notraefik.yml
  7. Run docker-compose up

Additional Docker Instructions

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 up

# or variant with traefik labels:

docker compose -f docker-compose.traefik.yml up

lubelog's People

Contributors

hargata avatar ffcoder avatar florianschroen avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.