ABOUT
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
Approved local installer
DefaultDebian 13
Approved locally2 CPU3072 MB RAM10 GB disk
Config path/opt/mealie/mealie.env
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/mealie.sh'; sha='ee6648168a97489a01982ece972d792b4ae0e2d05d1209ed7cfa1e18450a7c20'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/mealie.shSHA-256 ee6648168a97489a01982ece972d792b4ae0e2d05d1209ed7cfa1e18450a7c20 LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.