Does anyone use self-hosted recipe server/software like Mealie?
Hello,
I'm into self-hosting and when my daughter (elementary school) started writing her own recipe book, I kinda went "She is young, she shouldn't be doing this in paper form" and I started looking around for a solution for kinda non-existing problem.
I stumbled upon Mealie, which is server that can be used in docker and is self-hosted recipe book/website. It seems like you can come in and say like "I have these ingrediants, what can I do?", it also seems to be able to generate shopping lists based on your selected recipe, you can use checkboxes when bringing all the ingredients on the kitchen board/table/top (non-English native speaker here) and so on.
It seems like the right software for me, but before I delve into it, I wanted to ask if someone else possibly runs such service for themselves at their home. Is there somebody who is using something like this? It doesn't have to be Mealie, specifically. But it should be server-side service, not some smartphone app. I know there are other such services, which are also open-source, but I forgot the names, sorry.
Thanks for any relevant answers!
I've been using Mealie for a number of years now.
Not to my knowledge, but I also haven't explored that kind of functionality, perhaps it can be achieved with additional settings/configuration.
Yes, this is one of its very useful features.
My primary use for Mealie is:
I love it. I use it with postgres so I can get "fuzzy search" results, would recommend. It's pretty easy to get up and running, but I'd be happy to help if I can!
I've always wanted to spin it up and I think I will this weekend!
Just using a big list of bookmarks in Docmost at the moment.
I also have a big list, but GitHub stars. Although I do love DocMost, it's a fantastic wiki.
Thank you for your reply. It is the best of what I could get - someone using it.
I have technical question: When I use docker for it to run, how do I set up postgres? Do J have to set it up myself or is it part of docker container or do I have to choose when first starting it up? I would love to use this option.
And just to add to the first thing you quoted: According to @shiruken, you can search recipe based on what ingredients you have at hand (in case you haven't looked at other replies).
Once again, thank you for your reply!
Postgres is a separate container, it's a database backend. To give you a quick explanation of DB backends (that a technical someone will probably hate, but I'm trying to keep it simple):
By default, Mealie uses sqlite, which requires no additional setup. It's just a DB file that lives inside the container (or rather/ideally, on the file system where you have a volume or bind mount set up). Postgres is a separate service (therefore separate container) that your Mealie will need to "talk to".
So you'll want to:
mealie-user)mealie-db), and grantmealie-userpermissions formealie-dbFor context, here's the snippets of my
docker-compose.yamlreferencing my Mealie and Postgres:I know differences between SQLite and Postgres, I just didn't want to spin up my own database. I'd rather have it all inside one docker container.
In the meantime I went on Mealie website and started going through the docs and it seems they have it all-in-one now and you just select which way you want to go (Postgres here). If I understand that correctly, this will start Postgres and Mealie containers at once and all the work will likely be done automatically. I will try and start it up in upcoming hours, as I still have something else to do.
Thank you for your reply. I will come back to it if the process isn't as automatic as I hope.
It looks like their docs walk you through spinning up your own postgres. So it's still not all-in-one, but they help simplify the setup!
Happy to help if I can, happy meal-ing!
Confirming that you can indeed do this with the Recipe Finder feature. You can specify any ingredients (or tools) and it surfaces an "Almost Ready to Make" recipe list based on what you've selected.
Thank you for confirming that!
I've been using a LaTex project to maintain recipe book. It's nice because I can print it off in a three-ring binder. Happy to share it as a template if that route is interesting to you. With an LLM its very easy to maintain now and doesn't require more than a git repo from a hosting perspective.
Thank you for the reply. It isn't for me though, I want to use it in the family, so ease of use is of utmost importance, this is why I'm going the server route and others will just use it, not manage it.
Your reply might come handy to some more technical people out there though, so thanks for replying!
Well, fwiw, now I basically just feed it a URL from a recipe I like, and it translates it to LaTex in a second. Or I've been able to take a photo of a recipe from my phone and do the same thing. But I understand if that's too much effort.
The sad truth of recipe solutions is its hard to overcome the convenience of paper and pen. Web interfaces always feel a bit clunky for this, but hey if you can make it work, well done!
The thing is there are some recipes I always go find on the web everytime I want to cook them. And to save the hassle of finding the exact same one each time, I will spin up my own personal solution and build up the recipes I use myself.
And then there are those 200+ recipes my wife has in paper form...
I run Mealie, but an older version of it for now. My only word of warning about it is that the author/maintainer has introduced multiple breaking changes in updates in the past. So don't just auto-update or blindly update your image version, be sure to read the changelog.
Other than that I do like it a lot, it's a great recipe book that translates ingredients effectively into a shopping list.
Thank you for the warning! It will come in useful, I'm sure.
I would like to make our recipes digital and on top of that, why not run a service like Mealie when I have to write them all down anyway. It could have photos attached, easy sharing (even with "outside" world), easy editting, easy search... And the shopping list and "what can I do with these ingredients" is just the topping on the cake.
This is the opposite of an answer to your question, but if you don't want an additional thing to self host, there's also some decent options.
I use mela, primarily because it supports iCloud syncing, grocery list export to the "Reminders" app, and I can also export all of the recipes to pdf, html, or markdown (which I've used to share recipes here in the past). Its internal files are just custom JSON, so they'd be easy enough to export/import as well. It cost $6.99 which seemed fair to support the developer.
I think mealie can likely do all of that too (in fact, I have thought about switching, but I don't have anything else I'm self hosting yet...so I haven't made the plunge).