mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-22 07:56:49 +00:00
fix: add pi-hole and dev_machine service configurations in traefik
This commit is contained in:
@@ -10,6 +10,23 @@ http:
|
|||||||
certResolver: le
|
certResolver: le
|
||||||
service: coco_desktop@file
|
service: coco_desktop@file
|
||||||
|
|
||||||
|
pi_hole:
|
||||||
|
entryPoints:
|
||||||
|
- https
|
||||||
|
rule: Host(`pihole.furyhawk.lol`)
|
||||||
|
middlewares:
|
||||||
|
- admin-auth@swarm
|
||||||
|
tls:
|
||||||
|
certResolver: le
|
||||||
|
service: pi_hole@file
|
||||||
|
|
||||||
|
dev_machine:
|
||||||
|
entryPoints:
|
||||||
|
- https
|
||||||
|
rule: Host(`dev.furyhawk.lol`)
|
||||||
|
tls: {}
|
||||||
|
service: dev_machine@file
|
||||||
|
|
||||||
proxmox00:
|
proxmox00:
|
||||||
entryPoints:
|
entryPoints:
|
||||||
- https
|
- https
|
||||||
@@ -47,3 +64,13 @@ http:
|
|||||||
servers:
|
servers:
|
||||||
- url: http://192.168.50.201:8006
|
- url: http://192.168.50.201:8006
|
||||||
|
|
||||||
|
pi_hole:
|
||||||
|
loadBalancer:
|
||||||
|
servers:
|
||||||
|
- url: http://192.168.50.155
|
||||||
|
|
||||||
|
dev_machine:
|
||||||
|
loadBalancer:
|
||||||
|
servers:
|
||||||
|
- url: http://dev.lan
|
||||||
|
|
||||||
Reference in New Issue
Block a user