Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content

Mealie

8 Topics 90 Posts
  • Mealie - Package Updates

    Pinned
    65
    0 Votes
    65 Posts
    17k Views
    Package UpdatesP
    [1.34.0] Update mealie to 3.11.0 Full Changelog You can now use a relative date when filtering by "Last Made" in the recipe finder and meal planner! Existing rules using an absolute date will continue to work, but will be updated to a relative date when edited. Ingredients are pluralized more naturally depending on your language. In English, for instance, you will see "2 cups onion chopped" instead of "2 cups onions chopped". Languages where the latter is preferred will keep the old behavior, and some languages (such as Japanese) forego plurals entirely. Check out the MR for more details. Note that this is only applicable for parsed recipes with foods that have both singular and plural forms defined. We've improved the drop down search logic to better match what you type (no more typing "onion" and having to scroll down to the 5th or 6th item to find it). Drop down fields also check aliases now, too! feat: Dynamic Placeholders UI @​michael-genson (#​7034) feat: Add Docker metadata to published images @​michael-genson (#​7052) feat: Customize Ingredient Plural Handling @​michael-genson (#​7057) feat: Improve recipe filter search ordering @​michael-genson (#​7061) feat: Further improve recipe filter search and shopping list and recipe ingredient editor @​michael-genson (#​7063) fix: handle numeric recipeCategory from LLM/site to prevent import failure @​jknndy (#​7026) fix: Search bar width @​michael-genson (#​7060)
  • Open AI Integration

    6
    4 Votes
    6 Posts
    2k Views
    archosA
    @nebulon said in Open AI Integration: you have to prefix the env variables with export statement, as env.sh is a .sh file. So like: export OPENAI_API_KEY=... Ah, I didn’t know that – thanks a lot for the reply! Problem solved
  • Cannot make LDAP users Admin

    5
    1
    0 Votes
    5 Posts
    874 Views
    J
    @jdaviescoates yes
  • configuration lost since update?

    Solved
    3
    1 Votes
    3 Posts
    893 Views
    C
    Hi @joseph thanks for helping. It worked indeed: export OPENAI_API_KEY=xx in the app/data/env.sh fix the openAI connection.
  • Mealie is amazing

    4
    4 Votes
    4 Posts
    2k Views
    C
    @girish I was using Tandoor before but I switched to Mealie. The UI is much better, the application has less bug and the OpenAI integration is amazing. I haven't found a single thing that Tandoor does better than Mealie
  • Add OIDC Support?

    2
    1
    0 Votes
    2 Posts
    650 Views
    girishG
    We tried this a while ago but haven't figured it out yet - https://git.cloudron.io/packages/mealie-app/-/tree/oidc (oidc branch)
  • Problem with uploading images.

    Solved
    3
    0 Votes
    3 Posts
    876 Views
    archosA
    Yes resolved, thank you for the correction.
  • Mealie on Cloudron: Validate Docker

    Solved mealie docker
    2
    1
    1 Votes
    2 Posts
    953 Views
    nebulonN
    The validation code seems to be at https://github.com/hay-kot/mealie/blob/8d79773bf65eb6bfd9021963324d53a25aab3cde/mealie/routes/admin/admin_about.py#L62 however I don't quite understand what it tries to check here. I don't think this is relevant on Cloudron though.