flake reorg

This commit is contained in:
Robin Appelman 2024-01-14 17:04:48 +01:00
commit c0437522d7
12 changed files with 210 additions and 217 deletions

View file

@ -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.