debmaker/ressources/mealie/README.MD

25 lines
575 B
Markdown

#### mealie
##### Information
Site : https://mealie.io/
Source : https://github.com/hay-kot/mealie
##### Install
Require debian 12 (bookworm)
```bash
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
```