[1.26.2]
Update mealie to 3.3.2
Full Changelog
This release contains bug-fixes related to authentication and fixes a breaking change related to long passwords (>72 bytes). No action is needed for users with long passwords, though it may be worth checking out the MR for more information.
feat: Added url to current version release @Choromanski (#6308)
fix: Re-write Nuxt auth backend and get rid of sidebase auth @michael-genson (#6322)
fix: Remove unused next-auth dependency @p0lycarpio (#6328)
fix: No Redirect On Valid Token @michael-genson (#6327)
fix: Translate log-out string @michael-genson (#6332)
fix: Truncate Long Passwords (>72 bytes) @michael-genson (#6335)
@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
@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
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.