Add bitwarden-desktop

new version gitea glpi
fix authelia systemd service
This commit is contained in:
thomas 2022-06-25 20:07:29 +02:00
parent ae4191cffb
commit 96d076a0ed
9 changed files with 91 additions and 4 deletions

View file

@ -49,6 +49,7 @@ To enter in temporary filesystem
- [adguardhome](#adguardhome) ([site](https://adguard.com/fr/adguard-home/overview.html)) ([src](https://github.com/AdguardTeam/AdguardHome))
- [authelia](#authelia) ([site](https://www.authelia.com/)) ([src](https://github.com/authelia/authelia))
- [bitwarden-desktop](#bitwarden-desktop) ([site](https://bitwarden.com/)) ([src](https://github.com/bitwarden/clients/))
- [element-web](#element-web) ([site](https://element.io/)) ([src](https://github.com/vector-im/element-web))
- [flame](#flame) ([site](https://github.com/pawelmalak/flame)) ([src](https://github.com/pawelmalak/flame))
- [gitea](#gitea) ([site](https://gitea.io)) ([src](https://github.com/go-gitea/gitea/))
@ -91,6 +92,15 @@ apt-get install -y authelia
systemctl enable --now authelia
```
#### bitwarden-desktop
```bash
apt install -y wget ca-certificates
wget -qO - https://deb.lgy.fr/install.sh | bash
apt-get update
apt-get install -y bitwarden-desktop
```
#### element-web
```bash
@ -194,7 +204,6 @@ apt install -y wget ca-certificates
wget -qO - https://deb.lgy.fr/install.sh | bash
apt-get update
apt-get install -y joplin
```
#### joplin-server