22 lines
415 B
Markdown
22 lines
415 B
Markdown
#### flame
|
|
|
|
##### Information
|
|
Site : https://github.com/pawelmalak/flame
|
|
|
|
Source : https://github.com/pawelmalak/flame
|
|
|
|
##### Install
|
|
|
|
```bash
|
|
apt install -y wget ca-certificates
|
|
wget -qO - https://deb.lgy.fr/install.sh | bash
|
|
wget -qO - https://deb.nodesource.com/setup_16.x | bash
|
|
apt-get update
|
|
apt-get install -y flame
|
|
|
|
#Edit /etc/default/flame and change SECRET and PASSWORD
|
|
|
|
systemctl enable --now flame
|
|
```
|
|
|