Skip to content

Commit db08cde

Browse files
authored
Merge pull request #779 from Paraphraser/20241026-docs-master
2024-10-26 docs - master branch
2 parents 26cc9ee + 1a991be commit db08cde

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

docs/Containers/WireGuard.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ You have several options for how your remote peers resolve DNS requests:
9898

9999
* `PEERDNS=auto`
100100

101-
DNS queries made on connected WireGuard clients should work as if they were made on the host. If you [configure](Pi-hole.md#piholePrimary) your ad-blocker into the host's `resolveconf.conf`, Wireguard clients will also automatically use it.
101+
DNS queries made on connected WireGuard clients should work as if they were made on the host. If you configure [PiHole](Pi-hole.md) into the host's `resolveconf.conf`, Wireguard clients will also automatically use it.
102102

103103
Details:
104104

docs/Containers/Zigbee2MQTT.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
This is a good basis for getting started. If it sounds like it will meet your needs, you will not need to make any changes. Otherwise, review the [environment variables](#envVars) and make appropriate changes to the service definition in your *compose file*.
3535

36-
5. Bring up your stack: { #upStack }
36+
5. <a name="upStack"></a>Bring up your stack:
3737

3838
```console
3939
$ cd ~/IOTstack
@@ -147,7 +147,7 @@ For those reasons, it is better to take the time to identify your Zigbee adapter
147147

148148
8. Continue from [bring up your stack](#upStack).
149149

150-
## Configuration { #configuration }
150+
## Configuration
151151

152152
### Environment variables { #envVars }
153153

@@ -168,7 +168,7 @@ $ docker-compose up -d zigbee2mqtt
168168

169169
The default service definition provided with IOTstack includes the following environment variables:
170170

171-
* `ZIGBEE2MQTT_CONFIG_MQTT_SERVER=mqtt://mosquitto:1883` { #mqttServer }
171+
* <a name="mqttServer"></a>`ZIGBEE2MQTT_CONFIG_MQTT_SERVER=mqtt://mosquitto:1883`
172172

173173
Typical values for this are:
174174

@@ -191,11 +191,11 @@ The default service definition provided with IOTstack includes the following env
191191

192192
The `depends_on` clause ensures that the Mosquitto container starts alongside the Zigbee2MQTT container. That would not be appropriate if Mosquitto was running on a separate computer.
193193

194-
* `ZIGBEE2MQTT_CONFIG_FRONTEND=true` { #frontEndEnable }
194+
* <a name="frontEndEnable"></a>`ZIGBEE2MQTT_CONFIG_FRONTEND=true`
195195

196196
This variable activates the Zigbee2MQTT web interface on port 8080. If you want to change the port number where you access the Zigbee2MQTT web interface, see [connecting to the web GUI](#connectGUI).
197197

198-
* `ZIGBEE2MQTT_CONFIG_ADVANCED_LOG_SYMLINK_CURRENT=true` { #logSymlink }
198+
* <a name="logSymlink"></a>`ZIGBEE2MQTT_CONFIG_ADVANCED_LOG_SYMLINK_CURRENT=true`
199199

200200
Defining this variable causes Zigbee2MQTT to create a symlink pointing to the current log **folder** at the path:
201201

@@ -205,7 +205,7 @@ The default service definition provided with IOTstack includes the following env
205205

206206
See [Checking the log](#checkLog) for more information about why this is useful.
207207

208-
* `- DEBUG=zigbee-herdsman*` { #enableDebug }
208+
* `- DEBUG=zigbee-herdsman*`
209209

210210
Enabling this variable turns on extended debugging inside the container.
211211

@@ -235,7 +235,7 @@ Note:
235235

236236
* If you start Zigbee2MQTT from a clean slate (ie where the configuration file does not exist) **and** your *compose file* does not define the [`… MQTT_SERVER`](#mqttServer) environment variable discussed above, the container will go into a restart loop. This happens because the Zigbee2MQTT container defaults to trying to reach the Mosquitto broker at `localhost:1883` instead of `mosquitto:1883`. That usually fails.
237237

238-
## Verifying basic operation { #verifyOperation }
238+
## Verifying basic operation
239239

240240
### Checking status { #checkStatus }
241241

@@ -335,7 +335,7 @@ Notes:
335335
$ docker-compose up -d zigbee2mqtt
336336
```
337337

338-
## Shell access to the container { #openShell }
338+
## Shell access to the container
339339

340340
To open a shell inside the Zigbee2MQTT container, run:
341341

@@ -347,7 +347,7 @@ $ docker exec -it zigbee2mqtt ash
347347
348348
To close the shell and leave the container, either type "exit" and press <kbd>return</kbd>, or press <kbd>Control</kbd><kbd>d</kbd>.
349349

350-
## Container maintenance { #pullUpgrade }
350+
## Container maintenance
351351

352352
When you become aware of a new version of Zigbee2MQTT on [DockerHub](https://hub.docker.com/r/koenkk/zigbee2mqtt/tags), do the following:
353353

@@ -442,7 +442,7 @@ The changes you should make to your existing Zigbee2MQTT service definition are:
442442

443443
This ensures the Mosquitto container is brought up alongside Zigbee2MQTT. The Zigbee2MQTT container goes into a restart loop if Mosquitto is not reachable so this change enforces that business rule. See [`… MQTT_SERVER`](#mqttServer) for the situation where this might not be appropriate.
444444

445-
### pre-existing configuration file { #confExists }
445+
### pre-existing configuration file
446446

447447
Environment variables in your *compose file* override corresponding values set in the *configuration file* at:
448448

docs/Updates/Changelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
- New service: [Syncthing](../Containers/Syncthing.md)
2424
- Zigbee2MQTT: [Service definition change](
25-
../Containers/Zigbee2MQTT.md#service-definition-change)
25+
../Containers/Zigbee2MQTT.md#update202204)
2626
- Dropping support for Home Assistant Supervised. Home Assistant **Container**
2727
still available.
2828
- [Homebridge](../Containers/Homebridge.md) is now on port 8581

0 commit comments

Comments
 (0)