mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2025-12-18 20:16:05 +00:00
17 lines
285 B
YAML
17 lines
285 B
YAML
persistence:
|
|
enabled: true
|
|
ingress:
|
|
enabled: true
|
|
external: false
|
|
hosts:
|
|
- host: homeassistant-test.lan
|
|
paths:
|
|
- path: /
|
|
pathType: Prefix
|
|
configurations:
|
|
trusted_proxies:
|
|
- 10.0.0.0/8
|
|
- 172.16.0.0/12
|
|
- 192.168.0.0/16
|
|
- 127.0.0.0/8
|