Refactor: Mealie (#9308)

* Refactor: Mealie

Updated Node.js version and adjusted database setup. Improved installation steps for Python dependencies and NLTK data.

* Update mealie.sh

* Modify mealie-install.sh for dependencies and config

Updated dependencies and added environment variables for Mealie installation.

* Update logo URL and increase RAM requirement

* Increase default RAM allocation from 2048 to 3072

* Update Mealie installation script for versioning and settings

* Update mealie.sh
This commit is contained in:
CanbiZ
2025-12-01 18:29:51 +01:00
committed by GitHub
parent 01cba0213f
commit 1b40a62959
3 changed files with 80 additions and 95 deletions
+2 -2
View File
@@ -12,7 +12,7 @@
"interface_port": 9000,
"documentation": "https://mealie.io/",
"website": "https://mealie.io/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/mealie.webp",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@master/webp/mealie.webp",
"description": "Mealie is a self hosted recipe manager, meal planner and shopping list with a RestAPI backend and a reactive frontend built in Vue for a pleasant user experience for the whole family. Easily add recipes into your database by providing the URL and Mealie will automatically import the relevant data, or add a family recipe with the UI editor. Mealie also provides an API for interactions from 3rd party applications.",
"install_methods": [
{
@@ -20,7 +20,7 @@
"script": "ct/mealie.sh",
"resources": {
"cpu": 2,
"ram": 2048,
"ram": 3072,
"hdd": 10,
"os": "Debian",
"version": "13"