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
nobody should have to deal with kubernetes when it comes to vehicle maintenance.
I run this on a simple docker instance.
That’s just one option, there’s also a normal docker image.
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.