Add adguardhome

Add .gitkeep on empty folder
This commit is contained in:
thomas 2022-02-27 00:50:15 +01:00
parent 51bcd703d6
commit d7aa6ba89c
39 changed files with 112 additions and 3 deletions

View file

@ -15,6 +15,7 @@ debmaker_run
### packages available in shared repository
- [authelia](#authelia)
- [adguardhome](#adguardhome)
- [element-web](#element-web)
- [gotify](#gotify)
- [grocy](#grocy)
@ -26,6 +27,16 @@ debmaker_run
- [wallabag](#wallabag)
- [zigbee2mqtt](#zigbee2mqtt)
#### adguardhome
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://<ip>:3000
#### authelia
apt install -y wget ca-certificates
wget -qO - https://deb.lgy.fr/install.sh | bash