File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -177,8 +177,8 @@ your RPi hostname is raspberrypi)
177
177
sudo chmod u+x volumes/swag/config/custom-cont-init.d/add-host.docker.internal.sh
178
178
```
179
179
180
- (This needs to be copy-pasted/entered as-is, ignore any "> "-prefixes printed
181
- by bash)
180
+ (This needs to be copy-pasted/entered as-is, ignore any "> "-prefixes printed
181
+ by bash)
182
182
183
183
8 . (optional) Add reverse proxy password protection if you don't want to rely
184
184
on the HA login for security, doesn't affect API-access:
@@ -195,14 +195,14 @@ your RPi hostname is raspberrypi)
195
195
file is at ` volumes/home_assistant/configuration.yaml ` For a default install
196
196
the resulting http-section should be:
197
197
198
- ``` yaml
199
- http :
200
- use_x_forwarded_for : true
201
- trusted_proxies :
202
- - 192.168.0.0/16
203
- - 172.16.0.0/12
204
- - 10.77.0.0/16
205
- ` ` `
198
+ ``` yaml
199
+ http :
200
+ use_x_forwarded_for : true
201
+ trusted_proxies :
202
+ - 192.168.0.0/16
203
+ - 172.16.0.0/12
204
+ - 10.77.0.0/16
205
+ ` ` `
206
206
207
207
10. Refresh the stack: ` cd ~/IOTstack && docker-compose stop && docker-compose
208
208
up -d` (again may take 1-3 minutes for swag to start if it recreates
You can’t perform that action at this time.
0 commit comments