i’ve tried grocy a few times over and it’s burned a lot of time and brain cells. is there anything that does this (or even much less than this) and just works?
i understand why it was made this complex - i code and i work with people who want everything to be so theoretically ‘flexible’ that nothing simple works, so i’m used to the abstraction layers. but
i’m done. i don’t care that i lose the work i already put into it. i just want to open the cupboard twice and have the same thing be there both times. help
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don’t control.
Rules:
Be civil: we’re here to support and learn from one another. Insults won’t be tolerated. Flame wars are frowned upon.
No spam posting.
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it’s not obvious why your post topic revolves around selfhosting, please include details to make it clear.
Don’t duplicate the full text of your blog or github here. Just post the link for folks to click.
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
No trolling.
Resources:
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
I was thinking about trying Grocy, but your post scares me! Have you tried with a Docker container?
I added mine to an existing compose file and was up and running in a couple minutes. I only use it for chore tracking so cant speak to the rest of it.
Docker is super easy. But the app itself has its quirks. If you only want shopping/planning, I think there are more suitable apps.
I started using it mostly for tracking stuff in the fridge because too much spoiled because it was hidden somewhere and I forgot about it.
i haven’t tried the docker route - it seems fairly new. it also doesn’t seem like it would fix the issues i ran into. containerization is great for insulating the app from external dependency hell and environmental variation. but the problems i’ve had involve its own code and logic, and corruption of a sqlite database within its own filesystem; wrapping issues like that in a docker container only makes them harder to solve