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