20 lines
369 B
Plaintext
20 lines
369 B
Plaintext
|
#### mealie
|
||
|
|
||
|
##### Information
|
||
|
Site : https://mealie.io/
|
||
|
|
||
|
Source : https://github.com/hay-kot/mealie
|
||
|
|
||
|
##### Install
|
||
|
|
||
|
```bash
|
||
|
apt install -y wget ca-certificates
|
||
|
wget -qO - https://deb.lgy.fr/install.sh | bash
|
||
|
apt-get update
|
||
|
apt-get install -y mealie
|
||
|
|
||
|
#Edit /etc/default/mealie-api and /etc/default/mealie-frontend
|
||
|
|
||
|
systemctl enable --now mealie-api mealie-frontend
|
||
|
```
|