I use nextcloud cookbook but I would really love another or a federated alternative. It does its job but I don’t think other people I know would use it.

  • Monkey With A Shell
    link
    fedilink
    English
    01 year ago

    Mealie previously, now Homechart. Mealie is probably better suited to the specific purpose, but Homechart includes a mess of other functions.

  • @AreaKode@lemmy.world
    link
    fedilink
    English
    01 year ago

    I’ve been using RecipeSage for a while now. It replaced Paprika for me. Runs easily in Docker, and it can create a recipe from a URL.

    • @thayer@lemmy.ca
      link
      fedilink
      English
      01 year ago

      Yep, this is how we’ve kept ours for over 20 years. Even if you don’t use the command line, most graphical file browsers will search through text files without issue.

  • @Nibodhika@lemmy.world
    link
    fedilink
    English
    01 year ago

    I’ve tried several, but I’ve had a major incident and lost all of the recipes I had because of a database corruption.

    So I decided against keeping recipes in databases. I migrated to Notion, but I kept looking for a replacement since that’s not self-hosted. Eventually I ran across Silverbullet, and I’ve been using it for everything, so far it’s been great. Not exactly specifically what you asked but it can be used for it and works great.

        • @BearOfaTime@lemm.ee
          link
          fedilink
          English
          01 year ago

          Hahah, enjoy my upvote for speaking what all of us have thought at one time or another.

          I think I’ve finally hit an ok point with backups: 3 copies of everything at home (on spinning disks), with one backup in the cloud. And I’m working on building a backup system between my brother’s house and mine.

  • @kevincox@lemmy.ml
    link
    fedilink
    English
    01 year ago

    I ended up creating my own because I couldn’t find something that did what I want a few years ago when I started looking. My main requirement was easy scaling of ingredients. It has a handful of features around that such as scaling by specifying servings, scaling by setting the amount of a particular ingredient (example making pancakes with leftover buttermilk, pour the buttermilk into the bowl then scale the recipe based on how much was left) and ingredient conversion. In most other ways it is pretty basic and free-form but it does the job. It stores data in a user-provided provider so other people never send me their recipes.

    https://recipes.kevincox.ca/

  • @numbermess@lemmy.world
    link
    fedilink
    English
    01 year ago

    I guess this doesn’t qualify as self-hosted but I’m gonna comment anyway. I really like Pestle for iOS. I love the way it cuts the shit out of those 5,000,000 paragraph long introductions before the actual recipe and just grand the important parts. It’s very handy.

    • @cfi@lemmy.world
      link
      fedilink
      English
      01 year ago

      I was in the exact same boat as you, but its pretty much there now. You can set a specific user group (i.e. Default) to have its recipes be public and then redirect index to that page.

      Also I recommend upgrading because IIRC there’s a security vuln with that old version of Mealie

  • kubok
    link
    fedilink
    01 year ago

    I simply use Joplin subnotebooks. I have one for home cooking and one for brewing beer. Markdown works well enough for me in terms of portability and readability. It also syncs between my devices, so I have several copies of my recipes.

    For home brewing, I have written a few scripts that convert BeerXML to Markdown for easy importing. I create the recipes in my home brewing software (currently Kleiner Brauhelfer), export the BeerXML file and convert it to Markdown for secondary storing.

  • @Couldbealeotard@lemmy.world
    link
    fedilink
    English
    01 year ago

    Paprika. I haven’t used anything else aside from having a folder of word documents.

    Paprika allows you to copy/paste the URL of a recipe and it will download only the recipe. No more scrolling through a blog and a dozen ads looking for what you want. You can then create categories and tag recipes for any combination of categories.

    It also has extra functions like meal planners, pantry inventory, and shopping list generators based on the meal plan and pantry, but I don’t use those.

    It syncs between devices. The only real downside is you must purchase per platform type. If you bought the windows licence and you want it on your phone you must separately purchase the Android licence.

    • Arkhive (they/she)
      link
      fedilink
      English
      01 year ago

      Could you elaborate on “move to obsidian”? I’m already storing some recipes in my vault, but I would be interested in further features like shopping list generation and other filtering options.

      • @thegreekgeek@midwest.social
        link
        fedilink
        English
        01 year ago

        I’m trying to find that out myself, just started playing with it yesterday. Right now I’ve got a personal store of recipes in CopyMeThat, and that’s got some nice features like meal planning and shopping lists but its not integrated into anything.

        I’ve seen a few approaches so far, some guy on the forums has all the ingredients stored in the front matter and uses dataviewjs to display them in the note which allows for unit conversion but I think that’s too much, I still want to be able to read them without obsidian.

        Right now I’ve got tags and method and ingredients in the front matter along with checklist add-on formatted tasks in the main part of the note. Eventually I want to have it pull a recipe at random and put it in my weekly note or something.