Add authelia in README.MD
This commit is contained in:
parent
f6b3822e95
commit
eaba9effe3
11
README.MD
11
README.MD
|
@ -14,6 +14,7 @@ debmaker_run
|
|||
|
||||
### packages available in shared repository
|
||||
|
||||
- [authelia](#authelia)
|
||||
- [element-web](#element-web)
|
||||
- [gotify](#gotify)
|
||||
- [grocy](#grocy)
|
||||
|
@ -24,6 +25,16 @@ debmaker_run
|
|||
- [wallabag](#wallabag)
|
||||
- [zigbee2mqtt](#zigbee2mqtt)
|
||||
|
||||
#### authelia
|
||||
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
|
||||
|
||||
#### element-web
|
||||
|
||||
```bash
|
||||
|
|
Loading…
Reference in New Issue