From 05277b164da2704abdb2f5060787143deaa737ee Mon Sep 17 00:00:00 2001 From: thomas Date: Thu, 15 Sep 2022 01:17:29 +0200 Subject: [PATCH] readme test --- ressources/adguardhome/README.MD | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 ressources/adguardhome/README.MD diff --git a/ressources/adguardhome/README.MD b/ressources/adguardhome/README.MD new file mode 100644 index 0000000..8f45a05 --- /dev/null +++ b/ressources/adguardhome/README.MD @@ -0,0 +1,18 @@ +#### adguardhome + +##### Information +Site : https://adguard.com/fr/adguard-home/overview.html +Source : https://github.com/AdguardTeam/AdguardHome + +##### Install + +```bash +apt install -y wget ca-certificates +wget -qO - https://deb.lgy.fr/install.sh | bash +apt-get update +apt-get install -y adguardhome + +systemctl enable --now adguardhome + +#configuration with http://:3000 +```