Skip to content

Commit 474dec0

Browse files
committed
doc/home-assistant: fixup markdown formating
1 parent 19786e8 commit 474dec0

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/Containers/Home-Assistant.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@ your RPi hostname is raspberrypi)
177177
sudo chmod u+x volumes/swag/config/custom-cont-init.d/add-host.docker.internal.sh
178178
```
179179

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)
182182

183183
8. (optional) Add reverse proxy password protection if you don't want to rely
184184
on the HA login for security, doesn't affect API-access:
@@ -195,14 +195,14 @@ your RPi hostname is raspberrypi)
195195
file is at `volumes/home_assistant/configuration.yaml` For a default install
196196
the resulting http-section should be:
197197

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+
```
206206
207207
10. Refresh the stack: `cd ~/IOTstack && docker-compose stop && docker-compose
208208
up -d` (again may take 1-3 minutes for swag to start if it recreates

0 commit comments

Comments
 (0)