LubeLogger: Self-Hosted, Open-Source, Unconventionally-Named Vehicle Maintenance Records and Fuel Mileage Tracker
-
Ah, I responded above thinking you already had ntfy set up. Ntfy is so cool, I definitely recommend taking a look at it. I use it for notifications from Home Assistant, Uptime Kuma, Proxmox, etc. There are other similar things out there like Gotify, but I seem to prefer ntfy.
I use a few of those already, I'll have to check it out later.
-
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
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?
-
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 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.
-
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.
-
Ah, I responded above thinking you already had ntfy set up. Ntfy is so cool, I definitely recommend taking a look at it. I use it for notifications from Home Assistant, Uptime Kuma, Proxmox, etc. There are other similar things out there like Gotify, but I seem to prefer ntfy.
how do you use it with proxmox, and for what kind of notifications?
-
Ntfy's public server costs money. Something that's need-to-know when suggesting an app to someone who's curious about its functionality.
I already have a small cluster that I run shit on, so that's they way I would take.
they have paid features, but it is very useful even with just the free features and limits
-
nobody should have to deal with kubernetes when it comes to vehicle maintenance.
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.
-
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
Is there EV support?
-
Is there EV support?
Looks like it, yeah:
-
Is it lovingly aimed at grease monkeys or also at normie vehicle owners?
I took a look at the demo site and felt a bit overwhelmed.
It's for people that like tracking things in detail, greasemonkey or no. I use it mostly for the gas mileage feature but also set up a couple of service reminders and added my service receipts. All easy to do but if you miss a fuel up it's kind of annoying to track it right.
-
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.
-
how do you use it with proxmox, and for what kind of notifications?
From the GUI go to Datacenter - Notifications. Add a Notification Target of the Webhook type. Mine looks like this:
See the ntfy documentation for different types of authorization, tags (emojis), etc.
Then edit the default Notification Matcher and enable your new target.
By default I get notifications of successful/failed backup jobs. I want to set something up for drive health using SMART, but I'm just sitting down to figure that out now.
-
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 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).
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
-
I use Fireflyiii for my money and budgeting.
Does it import transactions from your bank? Or is that all manual?
-
I accidentally spilled it in my garage
The good news is: now I can fit 5 cars in my 2 car garage.
-
It's for people that like tracking things in detail, greasemonkey or no. I use it mostly for the gas mileage feature but also set up a couple of service reminders and added my service receipts. All easy to do but if you miss a fuel up it's kind of annoying to track it right.
Thank you. It makes sense that the demo shows ALL the features and I wouldn't need to use all. It's probably better for my OCD to skip this tool
-
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.
-
I accidentally spilled it in my garage
The good news is: now I can fit 5 cars in my 2 car garage.
-
From the GUI go to Datacenter - Notifications. Add a Notification Target of the Webhook type. Mine looks like this:
See the ntfy documentation for different types of authorization, tags (emojis), etc.
Then edit the default Notification Matcher and enable your new target.
By default I get notifications of successful/failed backup jobs. I want to set something up for drive health using SMART, but I'm just sitting down to figure that out now.
oh nice! I see this is a relatively new feature. thanks!