• 0 Posts
  • 7 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle
  • I tried both tandoor and mealie for recipe management and felt a little better about mealie, mostly because tandoor seemed to have more focus on shopping list and other things, and I didn’t want that at the time. Both are pretty easy to spin up on docker through a compose file.

    Mealie is great for recipe management and the UI is nice. Tandoor was good also, but the UI felt less nice. (All personal preference).

    Right now, I do grocery lists through listionic (I think) because i had it already and it handles oddball lists (gift ideas for s.o., gift ideas for kid, hardware store, etc). I do meal planning through a whiteboard with days of the week. I have four of them I rotate through.







  • What they said. Comment stuff out until it works, then SLOWLY add things back in until it breaks. There is probably one line that you can point to as problematic, and it’ll be easier to troubleshoot that way.

    My homepage dashboard is a bunch of links, any bad url was my fault, usually misformed.

    I had one case where I had placed files for download and found that homepage makes copies on start, so changing those on the fly doesn’t work and requires a restart. (Most yml changes don’t and only need a refresh)

    I believe docker labels also need more effort than just a restart, but I’m no expert there, I was forcefully recreating the image that I added labels to.