Not my project - found this courtesy of Hack-a-Day.
This free and open source software tool is designed to make it easy for individuals to keep track of both the routine maintenance needs of their vehicles, as well as keep track of any previous or upcoming repairs and upgrades.
Demo here: https://demo.lubelogger.com/Login/Index
User/pass: test/1234
I know that I’ll be downvoted to hell , but I would love to integrate it with OCR and an LLM , such that uploading the garage treatment summary would auto-create the necessary records.
Does anyone know about any other self-hosted/open source projects that are like this? As in, “everyone” could find these useful?
Other ones I know about are Mealie (cookbook) and Warracker (Warranty Tracker).
I use Fireflyiii for my money and budgeting.
I tried Firefly but sadly had to give it up. Every action felt like such a slog to do and overkill for what I wanted. I love tracking in detail but it was a bit much even for me. At the end of the day I just want to track in/out + categories and put this data in a few charts. I still find my spreadsheet is better at that.
I moved over to actualbudget! It’s way more intuitive to me and the the simplefin integration my bank transactions are automatically imported
Does it import transactions from your bank? Or is that all manual?
There is Homebox for keeping a list of things you have (and what they are worth) for things like insurance claims.
There is Audiobookshelf for your audiobook collection
There is wanderer for hiking and biking trails
This one always makes me giggle and think of this.
I accidentally spilled it in my garage :(
The good news is: now I can fit 5 cars in my 2 car garage.
LOL! It’s a real product tho. I’m struggling to get through 32 oz. I guess I don’t have the use case of someone like Diddy.
Does this do/can it be used for keeping track of bicycle maintenance? Mostly which components are used (tires, brake pads,…) and when maintenance was done and so on?
I just poked on the demo and I think it could, however it might be a bit clunky. Maybe could be a viable thing to request of the dev. Maybe alongside a donation for a sort of bounty.
I don’t see why not. I haven’t stood it up yet, but I’ve played with the demo. It does have a section for parts/repairs/upgrades.
Give the demo a try, and let us know.
hey i just picked this up last week. i like it.
Yeah, building a simpler version of something like that was on my ever-growing “to do” list but came across this today. Probably going to deploy it this evening or maybe this weekend (whichever day it’s supposed to rain lol).
Is there EV support?
Is there EV support?
Looks like it, yeah:
The UI still shows Fuel, but it seems like you can enter the kWh and it should calculate. Maybe plug some values into the demo to be sure. If you do, let us know!
This’ll give me something to tinker with tomorrow
nobody should have to deal with kubernetes when it comes to vehicle maintenance.
I run this on a simple docker instance.
There’s a normal docker image, If this is all you want. However in all honesty, kubernetes is so nice to work with compared to running multiple docker compose things on the same host or the nightmare of a multi-host docker only lab. Just depends on how much homelab/selfhosting you’re doing. I know I’m grateful they included a helm chart here and I wish more self hosted software projects did as well. Options are always nice to have.