Add mealie
This commit is contained in:
parent
0394ae6c11
commit
d020bef34c
33 changed files with 332 additions and 19 deletions
19
ressources/mealie/README.MD
Normal file
19
ressources/mealie/README.MD
Normal 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
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue