Add budybase

This commit is contained in:
thomas 2023-05-01 00:17:30 +02:00
parent dbef6baf09
commit f6f7521ffe
20 changed files with 122 additions and 12 deletions

View 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
```