From eaba9effe374b5b7e714fd65184408428c798e0c Mon Sep 17 00:00:00 2001 From: thomas Date: Fri, 25 Feb 2022 00:22:30 +0100 Subject: [PATCH] Add authelia in README.MD --- README.MD | 11 +++++++++++ 1 file changed, 11 insertions(+) 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