this post was submitted on 04 Sep 2025
117 points (98.3% liked)

Selfhosted

51234 readers
582 users here now

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:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. 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.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

I found tandoor, mealie, etc too bloated and complex for a simple catalogue of recipes. my solutions was mkdocs.

i do have to write out each recipe in markdown but this gives me a chance to read each recipe in detail and understand it before it goes into my catalogue.

top 25 comments
sorted by: hot top controversial new old
[–] itsworkthatwedo@sh.itjust.works 27 points 3 days ago (3 children)
[–] mmhmm@lemmy.ml 6 points 3 days ago

Thank you. I didn't know i was waiting for Cooklang, but I am glad you connected me!

[–] variety4me@lemmy.zip 3 points 3 days ago* (last edited 3 days ago)

Interesting!! I'll look into this! Thanks!!

[–] N0x0n@lemmy.ml 1 points 3 days ago (1 children)

Wow ! I will still try mealie /Tandoor for family purpose and ease of use. If it doesn't work as expected, I will totally try this out !!

One question if you don't mind,

servings Indicates how many people the recipe is for. Used for scaling quantities. Leading number is used for scaling, anything else is ignored but shown as units.

Does this function work well? I didn't saw any examples so maybe you could tell me :)

Thanks !

[–] itsworkthatwedo@sh.itjust.works 2 points 2 days ago (1 children)

I'm not sure as that's not a feature I used at all. I normally scale recipes in my brain, for better or worse hahah.

[–] N0x0n@lemmy.ml 1 points 2 days ago

Haha ! Good to keep your brain cells functioning 👍

[–] curbstickle@anarchist.nexus 10 points 3 days ago (1 children)

Whatever does the trick for you! For me its mealie, because my wife loves to find new recipes online, and I just can't stand dealing with these sites. So import by URL is my main feature, then I tweak it as I go, no more dain bramage from terrible sites.

If you've got the recipe though - yeah markdown or cooklang rocks as a solution!

[–] filcuk@lemmy.zip 5 points 2 days ago* (last edited 2 days ago) (1 children)

I love mealie. I can steal online recipes, catalogue them, adjust them to my liking, plan all the shopping. Definitely a core self hosted service in my house.

e: I was so excited I didn't realise I just parroted everything you said.

[–] curbstickle@anarchist.nexus 2 points 2 days ago

No worries I completely get it!

I can't have gluten, so a big advantage for me is importing and modifying, and yes sometimes taking pictures with notes so I can make easier adjustments next time. Definitely the right fit for us, but I can understand OP wanting something leaner if their needs are lighter for sure.

[–] tiramichu@sh.itjust.works 9 points 3 days ago* (last edited 3 days ago) (1 children)

Same for me with Markdown. Love the simplicity.

I went through a phase a while back of evaluating a bunch of note-taking and to-do apps, and hating almost all of them for being proprietary products with so much vendor lock-in.

I eventually settled on Joplin because it just uses plain old markdown, and allows you to selfhost the storage back-end so you own your data.

So because of that, my recipes are just a folder (and some subfolders) with markdown in Joplin.

[–] rumba@lemmy.zip 1 points 3 days ago

I put my public stuff in a tiddilywiki because I can just take the file and save it to a public spot.

I use Obsidian and Syncthing for my personal stuff though. It has a bunch of searching, organizational, and plugin options.

Markdown ftw.

[–] CallMeAnAI@lemmy.world 5 points 3 days ago* (last edited 3 days ago)

You think manually copying and pasting recipes in is easier than mealie? Okay.

[–] baatliwala@lemmy.world 4 points 3 days ago (1 children)

ठेचा चिकन? Excellent taste my man

[–] variety4me@lemmy.zip 1 points 3 days ago
[–] tequinhu@lemmy.world 4 points 3 days ago (1 children)

Wait, do you guys have editors specifically for recipes?

I write mine in an .epub (using Calibre) and send it to my 7" e-reader

[–] thehatfox@lemmy.world 1 points 3 days ago

So far I just keep recipes in whatever I’m using for notes.

Some of these dedicated programs look interesting though. Thinking about it, it would be handy to have some dedicated cooking features, like being able to search for recipes by ingredients.

[–] bjoern_tantau@swg-empire.de 2 points 3 days ago (2 children)

I'm using the cookbook plugin for Nextcloud.

[–] AbidanYre@lemmy.world 4 points 3 days ago

If mealie was too bloated, Nextcloud definitely isn't going to be the answer.

[–] Routhinator@startrek.website 2 points 3 days ago

This. Its a bit slow but the auto import is a life save and the app is really nice with the ability to easily scale the portions or keep the screen awake.

[–] tequinhu@lemmy.world 1 points 2 days ago

Oh, I see That sounds interesting, perhaps I'll look into it sometime

[–] Appoxo@lemmy.dbzer0.com 2 points 3 days ago (1 children)

I am documenting my recipes in obsidian (which essentially is nothing else than mkdocs :p)

[–] Lem453@lemmy.ca 1 points 3 days ago (2 children)

The main feature I want is portion scaling. So I can type the number of servings and everything gets multiplied. Is that possible in obsidian via a plugin or with mkdocs?

[–] Routhinator@startrek.website 2 points 3 days ago

Nextcloud Cooking app

[–] Appoxo@lemmy.dbzer0.com 0 points 3 days ago

Not sure.
As cooking is like art anyway, I usually wing the amounts beyond the 2nd try.
Only on the 1st try I'll actually hardcore follow the recipe. For unusual large amounts I'll manually calculate.

[–] credics@sh.itjust.works 2 points 3 days ago* (last edited 3 days ago)

I started with WordPress + Cooked, then moved to WordPress only, and am currently looking to convert all recipes to markdown as well. Will give mkdocs a try.