Update README.MD

This commit is contained in:
thomas 2022-02-20 23:39:01 +01:00
parent b69d1ee47f
commit dd50775655
1 changed files with 15 additions and 2 deletions

View File

@ -16,8 +16,9 @@ debmake_runAllStep
### package are available without compilation
- [joplin-server](#joplin-server)
- [gotify](#gotify)
- [rss-bridge](#rss-bridge)
- [vaultwarden](#vaultwarden)
- [vaultwarden and vaultwarden-web](#vaultwarden-and-vaultwarden-web)
- [zigbee2mqtt](#zigbee2mqtt)
- [element-web](#element-web)
@ -35,6 +36,18 @@ apt-get install -y joplin-server
systemctl enable --now joplin-server
```
#### gotify
```bash
apt install -y python 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
```
#### rss-bridge
@ -54,7 +67,7 @@ systemctl restart apache2
```
#### vaultwarden
#### vaultwarden and vaultwarden-web
```bash
wget -qO - https://deb.lgy.fr/install.sh | bash