mirror of
https://codeberg.org/icewind/tasproxy.git
synced 2026-06-04 02:34:09 +02:00
flake reorg
This commit is contained in:
parent
3f583617b4
commit
c0437522d7
12 changed files with 210 additions and 217 deletions
|
|
@ -10,7 +10,9 @@ Remembering what ip addresses all of your tasmota devices is a pain.
|
|||
|
||||
Ensure your tasmota devices are connected to an MQTT server with the following "Full Topic":
|
||||
|
||||
%prefix%/%topic%/%hostname%/
|
||||
%prefix%/%topic%/
|
||||
|
||||
And the "Topic" set to the desired name for the device.
|
||||
|
||||
Run the binary with the following environment variables
|
||||
|
||||
|
|
@ -26,4 +28,4 @@ Setup dns/hosts/etc to point *.example.com to the server running this binary
|
|||
|
||||
The proxy server will use MQTT to discover and gather the ip addresses of your tasmota devices.
|
||||
|
||||
Any request made to `%hostname%.example.com` will be proxied to the tasmota device with the corresponding hostname.
|
||||
Any request made to `%hostname%.example.com` will be proxied to the tasmota device with the corresponding topic.
|
||||
Loading…
Add table
Add a link
Reference in a new issue