Adding proxmox and homeassistant
This commit is contained in:
16
custom/homeassistant_conf.yml
Normal file
16
custom/homeassistant_conf.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
http:
|
||||
# Router for Home Assistant
|
||||
routers:
|
||||
homeassistant:
|
||||
entryPoints:
|
||||
- web
|
||||
service: homeassistant
|
||||
rule: Host(`homeassistant.nearfuture`)
|
||||
|
||||
# Add the service for Home Assistant
|
||||
services:
|
||||
homeassistant:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: http://192.168.1.195:8123
|
||||
|
||||
Reference in New Issue
Block a user