debmaker/ressources/mealie
thomas 2ab7cf7938 update 2023-01-01 23:02:32 +01:00
..
rootfs-api update 2023-01-01 23:02:32 +01:00
rootfs-frontend Add mealie 2022-11-19 19:56:01 +01:00
README.MD Update version 2022-11-21 22:52:21 +01:00
debmaker update version 2022-12-08 06:42:53 +01:00

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