Add adguardhome
Add .gitkeep on empty folder
This commit is contained in:
parent
51bcd703d6
commit
d7aa6ba89c
39 changed files with 112 additions and 3 deletions
11
README.MD
11
README.MD
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue