20 lines
315 B
Markdown
20 lines
315 B
Markdown
#### gotify
|
|
|
|
##### Information
|
|
Site : https://gotify.net/
|
|
|
|
Source : https://github.com/gotify
|
|
|
|
##### Install
|
|
|
|
```bash
|
|
apt install -y wget ca-certificates
|
|
wget -qO - https://deb.lgy.fr/install.sh | bash
|
|
apt-get update
|
|
apt-get install -y gotify-server
|
|
|
|
#Edit /etc/gotify/config.yml
|
|
|
|
systemctl enable --now gotify
|
|
```
|