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