Fix README.MD

This commit is contained in:
thomas 2022-02-27 00:56:52 +01:00
parent fc09c9e039
commit 931e499bd1
1 changed files with 5 additions and 1 deletions

View File

@ -14,8 +14,8 @@ debmaker_run
### packages available in shared repository
- [authelia](#authelia)
- [adguardhome](#adguardhome)
- [authelia](#authelia)
- [element-web](#element-web)
- [gotify](#gotify)
- [grocy](#grocy)
@ -28,6 +28,7 @@ debmaker_run
- [zigbee2mqtt](#zigbee2mqtt)
#### adguardhome
```bash
apt install -y wget ca-certificates
wget -qO - https://deb.lgy.fr/install.sh | bash
apt-get update
@ -36,8 +37,10 @@ apt-get install -y adguardhome
systemctl enable --now adguardhome
#configuration with http://<ip>:3000
```
#### authelia
```bash
apt install -y wget ca-certificates
wget -qO - https://deb.lgy.fr/install.sh | bash
apt-get update
@ -46,6 +49,7 @@ apt-get install -y authelia
#Edit /etc/authelia/configuration.yml
systemctl enable --now authelia
```
#### element-web