Add bitwarden-desktop
new version gitea glpi fix authelia systemd service
This commit is contained in:
parent
ae4191cffb
commit
96d076a0ed
9 changed files with 91 additions and 4 deletions
11
README.MD
11
README.MD
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue