[1.23.2]
Update mealie to 3.0.2
Full Changelog
Continued bug fixes addressing regressions introduced during the frontend upgrade.
A patch for a recently discovered XSS vulnerability. Thanks to @B1tBreaker for reporting the vulnerability.
fix: meal planner date range is correctly set @mariodz95 (#5725)
fix: Update admin_backups.py to handle API backup file uploads correctly. @duckhead (#5715)
fix: Mealplan Regressions @michael-genson (#5748)
fix: Patch XSS Vulnerability @michael-genson (#5754)
fix: multiple regressions on data management page @Kuchenpirat (#5758)
fix: style of recipe actions to be compliant with design schema @felixschndr (#5736)
fix: RTL Settings Ignored @michael-genson (#5762)
@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.