File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
reference_files/traefik-portainer-ssl/traefik Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 29
29
- https-redirectscheme
30
30
tls : {}
31
31
service : homebridge
32
+ homeassistant :
33
+ # For Homeassistant config, check: https://www.home-assistant.io/integrations/http/#reverse-proxies
34
+ # This relies on Homeassistant using http. No certs are needed in the Homeassistant config.
35
+ entryPoints :
36
+ - " https"
37
+ rule : " Host(`homeassistant.local.example.com`)"
38
+ middlewares :
39
+ - default-headers
40
+ - https-redirectscheme
41
+ tls : {}
42
+ service : homeassistant
32
43
syncthing :
33
44
entryPoints :
34
45
- " https"
@@ -129,6 +140,11 @@ http:
129
140
servers :
130
141
- url : " http://192.168.0.102:10999"
131
142
passHostHeader : true
143
+ homeassistant :
144
+ loadBalancer :
145
+ servers :
146
+ - url : " http://192.168.0.102:10999"
147
+ passHostHeader : true
132
148
syncthing :
133
149
loadBalancer :
134
150
servers :
You can’t perform that action at this time.
0 commit comments