Add mealie

This commit is contained in:
thomas 2022-11-19 19:56:01 +01:00
parent 0394ae6c11
commit d020bef34c
33 changed files with 332 additions and 19 deletions

View file

@ -0,0 +1,19 @@
#### 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
```