Added Pi-Hole to Network. Chagned Domain. Traefik extra providers
This commit is contained in:
parent
5e7be8598e
commit
2bce33d9ca
6 changed files with 47 additions and 18 deletions
10
proxy/extraProviders/pihole.yaml
Normal file
10
proxy/extraProviders/pihole.yaml
Normal file
|
@ -0,0 +1,10 @@
|
|||
http:
|
||||
routers:
|
||||
pihole:
|
||||
rule: "Host(`pihole.lan`) || Host(`pi.hole`)"
|
||||
service: pihole
|
||||
services:
|
||||
pihole:
|
||||
loadbalancer:
|
||||
servers:
|
||||
- url: "http://192.168.16.5:8080/admin/"
|
Loading…
Add table
Add a link
Reference in a new issue