mirror of
https://codeberg.org/icewind/tasproxy.git
synced 2026-06-04 02:34:09 +02:00
allow authentication against mqtt server
This commit is contained in:
parent
ce6848d948
commit
df467a1381
5 changed files with 42 additions and 14 deletions
|
|
@ -16,6 +16,8 @@ Run the binary with the following environment variables
|
|||
|
||||
- `MQTT_HOSTNAME`: hostname of the MQTT server to connect to
|
||||
- `MQTT_PORT`: port of the mqtt server to connect to, defaults to 1883
|
||||
- `MQTT_USERNAME`: username to authenticate against the mqtt server
|
||||
- `MQTT_PASSWORD`: password to authenticate against the mqtt server
|
||||
- `PORT`: port this binary MQTT listen on, defaults to 80
|
||||
|
||||
Setup dns/hosts/etc to point *.example.com to the server running this binary
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue