Add authelia in README.MD

This commit is contained in:
thomas 2022-02-25 00:22:30 +01:00
parent f6b3822e95
commit eaba9effe3
1 changed files with 11 additions and 0 deletions

View File

@ -14,6 +14,7 @@ debmaker_run
### packages available in shared repository ### packages available in shared repository
- [authelia](#authelia)
- [element-web](#element-web) - [element-web](#element-web)
- [gotify](#gotify) - [gotify](#gotify)
- [grocy](#grocy) - [grocy](#grocy)
@ -24,6 +25,16 @@ debmaker_run
- [wallabag](#wallabag) - [wallabag](#wallabag)
- [zigbee2mqtt](#zigbee2mqtt) - [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 #### element-web
```bash ```bash