thomas 2ab7cf7938 | ||
---|---|---|
.. | ||
rootfs-api | ||
rootfs-frontend | ||
README.MD | ||
debmaker |
README.MD
mealie
Information
Site : https://mealie.io/
Source : https://github.com/hay-kot/mealie
Install
Require debian 12 (bookworm)
apt install -y wget ca-certificates
wget -qO - https://deb.lgy.fr/install.sh | bash
wget -qO - https://deb.nodesource.com/setup_16.x| bash
echo -e "Package: nodejs\\nPin: version 16.*\\nPin-Priority: 1000" > /etc/apt/preferences.d/nodejs
apt-get update
apt-get install -y mealie-frontend mealie-api
#Edit /etc/default/mealie-api and /etc/default/mealie-frontend
systemctl enable --now mealie-api mealie-frontend