add cloudbeaver

This commit is contained in:
thomas 2022-10-01 02:01:37 +02:00
parent eaeb8ed670
commit f6de507351
14 changed files with 142 additions and 23 deletions

View file

@ -0,0 +1,19 @@
#### authelia
##### Information
Site : https://www.authelia.com/
Source : https://github.com/authelia/authelia
##### Install
```bash
apt install -y wget ca-certificates
wget -qO - https://deb.lgy.fr/install.sh | bash
apt-get update
apt-get install -y authelia
#Edit /etc/authelia/configuration.yml
systemctl enable --now authelia
```