diff --git a/README.MD b/README.MD index 37087d4..50c0760 100644 --- a/README.MD +++ b/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