You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ The recommended and supported installation method is using [Docker](https://www.
20
20
| Environmental Variable | Description | Default | Example |
21
21
| ----- | ----- | ----- | ----- |
22
22
| HTTP_HOST | The protocol, hostname, and port (if necessary) for clients to connect to your server ||`http://192.168.0.2:8000` or `https://pinpoint.example.com`|
23
-
| MQTT_HOST | The hostname for clients to connect to the MQTT server. If set, client configuration links will use MQTT instead of HTTP settings. ||`pinpointmqtt.example.com`|
23
+
| MQTT_HOST | The hostname for clients to connect to the MQTT server. If not set, MQTT mode will be disabled. ||`pinpointmqtt.example.com`|
24
24
| ADMIN_PASSWORD | The password for the admin account |`pinpointadmin`|`mysupersecretpassword`|
25
25
| APPRISE_HOST | Either `cli` to use the [Apprise CLI](https://github.com/caronc/apprise) to send notifications or the protocol, hostname, and port of an [Apprise API](https://github.com/caronc/apprise-api) server |`cli`|`http://127.0.0.1:8000`|
26
26
| APPRISE_EMAIL_URL |[Apprise URI](https://github.com/caronc/apprise/wiki) for sending emails to users. The user's email address will be appended to this to build the final URI. If not set, notifications will be disabled. ||`mailgun://admin@example.com/my-mailgun-token/`|
<divclass="col">📲 Select the "OwnTracks Link" on a device with OwnTracks installed and you will be prompted to import the configuration.</div>
30
+
<divclass="col">📲 Select one of the "OwnTracks Config" links on a device with OwnTracks installed and you will be prompted to import the configuration. MQTT will give you instant updates when a friend updates their location, whereas HTTP polls periodically for updates and uses slightly less battery.</div>
31
31
</div>
32
32
</div>
33
33
</li>
@@ -53,6 +53,6 @@ <h5 class="card-title">Welcome to Pinpoint!</h5>
0 commit comments