18_Mealie
mealie
Mealie is a self hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend application 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
Ports
| Hote | Container | IP |
|---|
| 9925 | 9000/tcp | 0.0.0.0 |
| 9925 | 9000/tcp | :: |
Volumes
| Source (hote) | Destination | Type | Mode |
|---|
/home/debian/docker/mealie/backups | /app/backups | bind | rw |
/home/debian/docker/mealie/config | /app/config | bind | rw |
/home/debian/docker/mealie/data | /app/data | bind | rw |
Integration Claude Code — MCP
| Statut MCP | MCP actif |
|---|
| Outils (prefix) | mcp__mealie__ |
|---|
| Configuration | Script Python : C:\Users\eliob\.claude\mcp_mealie.py | Auth : OAuth2 Bearer Token via POST /api/auth/token |
|---|
Outils disponibles
get_recipesget_recipecreate_recipecreate_recipe_from_urldelete_recipeget_categoriesget_tagsget_cookbooksget_cookbookget_meal_planadd_meal_plan_entryget_shopping_listsget_shopping_listadd_shopping_item
Ce que nous pouvons faire ensemble
- Parcourir et rechercher des recettes par catégorie ou tag
- Importer automatiquement une recette depuis une URL
- Planifier les repas de la semaine
- Gérer les listes de courses (ajout d'ingrédients)
- Créer une recette depuis une description ou un texte fourni
Sauvegarde de la base de données
Sauvegarde automatique quotidienne de la base SQLite de Mealie vers kDrive Infomaniak. Mise en place le 2026-06-01.
Paramètres
| Script | /opt/backups/vps_backup.sh |
|---|
| Cron | Tous les jours à 2h du matin (0 2 * * *) |
|---|
| Type base | SQLite — /app/data/mealie.db (dans le container) |
|---|
| Méthode | docker cp mealie:/app/data/mealie.db |
|---|
| Taille base | ~2.9 Mo |
|---|
| Format archive | .7z (compression niveau 5) |
|---|
| Destination | kDrive Infomaniak — TOOJUX/jux_vps/mealie (dossier ID 1427921) |
|---|
| Rétention | 7 jours glissants |
|---|
| Nommage fichier | mealie_db_YYYY-MM-DD.7z |
|---|
No comments to display
No comments to display