Mise à jour de 'README.MD'

This commit is contained in:
thomas 2022-01-23 22:13:15 +01:00
parent 28691ff877
commit 010f073bb0
1 changed files with 25 additions and 0 deletions

View File

@ -11,4 +11,29 @@
allstep
```
### package are available without compilation
#### vaultwarden
```bash
wget -qO - https://deb.lgy.fr/install.sh | bash
apt install vaultwarden vaultwarden-web
#Edit /etc/default/vaultwarden
systemctl enable --now vaultwarden
```
#### joplin server
```bash
apt install -y python 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 joplin-server
#Edit /etc/default/joplin-server
systemctl enable --now joplin-server
```