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
9be28dc1e8
commit
584ce8f411
8 changed files with 154 additions and 100 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Tasproxy
|
||||
|
||||
Auto-discovery reverse proxy for [tasmota](https://tasmota.github.io/docs/)
|
||||
Auto-discovery reverse proxy for [tasmota](https://tasmota.github.io/docs/)
|
||||
|
||||
## Why
|
||||
|
||||
|
|
@ -24,10 +24,10 @@ Run the binary with the following environment variables
|
|||
|
||||
You can also configure the proxy to send HTTP Basic authentication to the tasmota devices by setting the `TASMOTA_USERNAME` and `TASMOTA_PASSWORD` environment variables.
|
||||
|
||||
Setup dns/hosts/etc to point *.example.com to the server running this binary
|
||||
Setup dns/hosts/etc to point `*.example.com` to the server running this binary
|
||||
|
||||
## Usage
|
||||
|
||||
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 topic.
|
||||
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