Add budybase
This commit is contained in:
parent
dbef6baf09
commit
f6f7521ffe
20 changed files with 122 additions and 12 deletions
21
ressources/babybuddy/README.MD
Normal file
21
ressources/babybuddy/README.MD
Normal file
|
@ -0,0 +1,21 @@
|
|||
#### babybuddy
|
||||
|
||||
##### Information
|
||||
Site : https://docs.baby-buddy.net/
|
||||
|
||||
Source : https://github.com/babybuddy/babybuddy
|
||||
|
||||
##### Install
|
||||
|
||||
```bash
|
||||
apt install -y wget ca-certificates
|
||||
wget -qO - https://deb.lgy.fr/install.sh | bash
|
||||
apt-get update
|
||||
|
||||
|
||||
apt-get install -y babybuddy
|
||||
|
||||
#Edit /etc/babybuddy/production.py
|
||||
|
||||
systemctl enable --now babybuddy
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue