Do you put the version in each commit? That seems painful
johntash
Does Actual support investment accounts / stocks? I was using beancount/fava for tracking, but have been lazy and haven't updated it in a long time.
It's already been recommended, but I think Grist or a lowcode/nocode thing like baserow or nocodb might work for you.
Also, I'd love to see what you come up with! My cats are picky eaters and I've been wanting to keep track of what wet food they like or not.
I use the Nexus free version. You can cache docker registries and other repos like apt/yum/pypi/etc.
It works pretty well, but could be overkill compared to some of the other options.
If the operator doesn't allow it for some reason, uninstall it and try with the helm chart instead?
Or is there a reason to use the operator?
Why not?
You can use docker exec with garage docker image.
I'm on mobile but I think you just need something like: docker exec containerid ./garage stats
Garage is the simplest of the three imo.
I've only used it in a cluster, but it should be even simpler for one instance
What mobile issues do you have? I use it both on desktop and mobile with sync mode turned on in the PWA.
I like it, it seems pretty stable to me. I didn't use it much before the query/template stuff was changed. I think both are fine right now, but don't really know what it looked like before.
There's also "space-script" now which is basically like mini javascript plugins you can write inside your notes. It's what drew me away from trilium in the end.
I don't blame you for taking a break if you ran into breaking changes though. That's one benefit to keeping your notes in regular markdown files too.
Any comparisons to SilverBullet.md? It's my favorite so far
I like the approach of ci pipelines just running a make command or at least a script, so that it's easy to run locally too before pushing the changes up.