17 lines
326 B
YAML
17 lines
326 B
YAML
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
|
|
|