20 lines
340 B
Plaintext
20 lines
340 B
Plaintext
|
#### 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
|
||
|
```
|