debmaker/ressources/authelia/README.MD

20 lines
340 B
Plaintext
Raw Permalink Normal View History

2022-10-01 02:01:37 +02:00
#### 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
```