Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Support] Catduck Templates

Featured Replies

Been running the mealiev1 docker for a while, wife uses it to maintain her recipes. She tried to load up a recipe today and it's only loading five recipes. I then updated it via the Docker interface to make sure it was running the latest nightly, and it is (can this now be run with another tag or do we need to still keep it on nightly?). Anyway, it didn't help the loading of the recipes. 

 

I stopped the container and opened up the db file in DB Browser, and it looks like there are 56 recipes in the recipes table. So something's funky. 

 

Anybody have any ideas? Is there a way to get that recipe data into a valid import that the mealie importer can use? Or any other ideas to get my wife happy again? 🙂

  • Replies 134
  • Views 32k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • @Gragorg and @Dent_, template updated today, so that should not be needed to be added anymore. I left it as an optional field. Should be good!

  • @Timoh94@Timoh94 you are very welcome! The current "omni" is only nightly, and especially for unraid it makes sense to have the one package. It is extremely stable and definitely usable every day. 

  • I had to add a variable in the mealie docker settings for BASE_URL with the url used to get to my instance.     

Posted Images

I am having a similar issue, I went to access a recipe and noticed it was gone. I found the receip online again and added it but it has a (1) appended to the name, when I try to change the name I get the error that the recipe already exists. 

 

Something odd as well, when I try to log in all recipes are gone. If I am logged out the receipes are visible, exist the recipes that originally disappeared. 

 

Any help on this would be great, I love this software.

  • 2 weeks later...

I want to move off the 'nightly' build and on to the 'latest' build. If I change the image then everything works as expected except that the docker image won't run - it just crashes on startup. If I install a second instance of Mealie, and specify the 'latest' version it will run just fine, BUT, I cannot restore a backup from the 'nightly' app as the restore fails (but without telling me why).

 

So it seems I am trapped on the nightly version. I don't understand why this is the case, or how I can get my recipes out of the 'nightly' app and into the 'latest' app.

 

It's driving me nuts, and probably because I'm missing something really stupidly obvious. 😞

 

Help?

  • 2 weeks later...

I'm also haveing the issue where recipes where missing. When I go to add them again they come up with a (1) on the end. Very strange.

  • 4 weeks later...

Any plans to update to v2? Really looking to utilize the openAI image processing for recipes.

  • Author
1 hour ago, BIGtoeknee said:

Any plans to update to v2? Really looking to utilize the openAI image processing for recipes.

This is not such a breaking change as previously. You should be able to just add :nightly to the image and be good to go! 

20 hours ago, CatDuck said:

This is not such a breaking change as previously. You should be able to just add :nightly to the image and be good to go! 

Repository: ghcr.io/mealie-recipes/mealie:nightly ?

 

This is what I have currently as default. 

 

 

  • Author
2 minutes ago, BIGtoeknee said:

Repository: ghcr.io/mealie-recipes/mealie:nightly ?

 

This is what I have currently as default. 

 

 

Yes, you should be on 2.0 then, of check for updates. 

  • 3 weeks later...

Hi,

 

In installed the TeddyCloud Docker, but I have the problem that https don't work.

If I try to open the page I got the errer "Error 401 Unauthorized".

Any idea?

 

I open https://IP:7433

the shows:

172.17.0.2:443 - IP:7443
172.17.0.2:80 - IP:7780

 

The IP:7780 works well.

 

thanks

Oggy

Edited by theoggy

I changed it now to direct network, without Bridge, and Port 443 and 80. Same problem, https don't work.

 

On 11/26/2024 at 11:41 PM, theoggy said:

Hi,

 

In installed the TeddyCloud Docker, but I have the problem that https don't work.

If I try to open the page I got the errer "Error 401 Unauthorized".

Any idea?

 

I open https://IP:7433

the shows:

172.17.0.2:443 - IP:7443
172.17.0.2:80 - IP:7780

 

The IP:7780 works well.

 

thanks

Oggy

solved it.

I change the network to custom, to have a direct IP Adress.

Change the Port on the bottom for Web UI to 80 and SSL Certs to 8443.

Now you can open teddycloud with IP only is http or with https://IP:8443

OK,,, I give up,,, well not really... BUT,,,  I can not get mealie to work !!!

I installed the unraid mealie app and then tried to connect with the apps web-gui,,  will not connect.

 

I have mealie running on my Linux PC using docker and thought install in unraid would be easy,,,, nope....  guess I am forgetting something stupid..

but after three days at this, I am asking,, please,,, can someone give me a step by step for the install of mealie in unraid using postgres... Thanks,, Anne

 

BTW.. I CAN get it to work with sqlite instead of postgres.......

Edited by AnneMarie
add info

I seem to have the same problem as tomahawk when using Swag as reverse proxy, but changing back the ports to standard (3000) didnt do the trick. I've been using swag on a couple of containers for about 2 years now and never encountered that problem. Config for mealie in Swag seems to be quite the standard (unline e.g. for nextcloud), so I dont understand where the error might be.

Frontend port is set to 9925 in mealie-container, Swag config looks like this. I can access locally via 192.168.178.65:9925 without any issues.

Any ideas on this?

 

server {
    listen 443 ssl;
    listen [::]:443 ssl;

    server_name recipes.*;

    include /config/nginx/ssl.conf;

    client_max_body_size 0;

    # enable for ldap auth (requires ldap-location.conf in the location block)
    #include /config/nginx/ldap-server.conf;

    # enable for Authelia (requires authelia-location.conf in the location block)
    #include /config/nginx/authelia-server.conf;

    # enable for Authentik (requires authentik-location.conf in the location block)
    #include /config/nginx/authentik-server.conf;

    location / {
        # enable the next two lines for http auth
        #auth_basic "Restricted";
        #auth_basic_user_file /config/nginx/.htpasswd;

        # enable for ldap auth (requires ldap-server.conf in the server block)
        #include /config/nginx/ldap-location.conf;

        # enable for Authelia (requires authelia-server.conf in the server block)
        #include /config/nginx/authelia-location.conf;

        # enable for Authentik (requires authentik-server.conf in the server block)
        #include /config/nginx/authentik-location.conf;

        include /config/nginx/proxy.conf;
        include /config/nginx/resolver.conf;
        set $upstream_app 192.168.178.65;
        set $upstream_port 9925;
        set $upstream_proto http;
        proxy_pass $upstream_proto://$upstream_app:$upstream_port;

    }
}

 

Edited by fsnetworks

  • 2 weeks later...
On 11/5/2024 at 1:42 PM, BIGtoeknee said:

Repository: ghcr.io/mealie-recipes/mealie:nightly ?

 

This is what I have currently as default. 

 

 

Unfortunately, I have the same issue. No import from image available.

 

Just to ensure I didn't bork something up, I actually created a new docker instance and the same problem exists as :nightly.

  • 1 month later...

Could a breaking change happen recently? I can no longer access via reverse proxy. If I try the web page comes up slowly, and when you try logging in a generic 'Something went wrong' error happens. Access through the WebGUI link is working flawless, but using NPM seems broken somehow.

 

I don't really see anything in the container logs so I'm not sure where to begin.

How do I get off nightly updates and to PR release? I can't seem to find a reference.

Ok, maybe someone can help.. I can't seem to find anyone having this issue, I can't be the only one:

 

Running Mealie from Unraid Apps.  Having issue with sending emails.  Configured via Gmail SMTP with app password.  Fails to send a test email.  I do not believe it is failing with actual SMTP send, but I could be wrong.  I get the following error in the LOG:

 

'ascii' codec can't encode character '\xa0' in position 24: ordinal not in range(128)

 

I've tried a few things, but I keep getting this error.  My docker variables related to SMTP are as follows:

  -e 'SMTP_FROM_EMAIL'='[email protected]'
  -e 'SMTP_HOST'='smtp.gmail.com'
  -e 'SMTP_USER'='[email protected]'
  -e 'SMTP_PASSWORD'='xxxx xxxx xxxx xxxx'
  -e 'SMTP_PORT'='587'
  -e 'SMTP_AUTH_STRATEGY'='TLS'
  -e 'SMTP_FROM_NAME'='Mealie'

 

The error is related to non-breaking space character, but I don't see anything in the config related to that.

screenshot.png

  • 3 weeks later...

Hi,

 

how do I unlock my account? I reset the password via email - still locked. Checked FAQ and used this command:

 

docker exec -it mealie bash

python /opt/mealie/lib/python3.12/site-packages/reset_locked_users.py

 

Throws me an error:

python: can't open file '/opt/mealie/lib/python3.12/site-packages/reset_locked_users.py': [Errno 2] No such file or directory

 

Problem is not to change the password but to unlock the account.

 

This command however works:

 

docker exec -it mealie bash

python /opt/mealie/lib/python3.12/site-packages/mealie/scripts/change_password.py

 

Navigated to the path and there is change_password.py but no reset_locked_users.py

 

@crankyCowboy had the same issue, see his post above. He just waited over night to unlock but this cannot be the only solution, right?

 

  • 3 months later...

I installed mealie today, but am unable to migrate my paprika recipes. The log states:

"422 Unprocessable Entity "POST /api/groups/migrations HTTP/1.1"

Also, get a similar "unprocessable entity" error when I try to upload an image of a recipe.

Any suggestions appreciated!

  • 3 months later...

I also just got into Mealie and I dont quite understand why this template is still on nightly and not on the latest stable now instead.
Its up to version 3.3.0 now

:)

Edited by isvein

  • 3 weeks later...

I believe there is a latest tag right now. According to the Mealie setup on the website, it is listed.

  • 2 months later...

I tried adding the TZ variable and basically it ignores it. Tried values of CET and Germany/Berlin but doesn't seem to affect anything. Only way I know to check is with the backup timestamp.

Also, is there a yaml file for direct editing or only the docker template?

2 hours ago, frank_sp61 said:

I tried adding the TZ variable and basically it ignores it

Unraid automatically adds the TZ value to every container managed by templates with the timezone Unraid is set to.

Interesting. The backups I perform in Mealie are exactly 1 hour behind.

Also, if I want to deploy LDAP, there are a bunch of variables I need to add. Is there a yaml or do I just do it 1-by-1 in the template?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.