canonical / openthread-border-router-snap

BSD 3-Clause "New" or "Revised" License
8 stars 2 forks source link

Allow interface name and HTTP bind address/port configuration for otbr-web #15

Closed farshidtz closed 10 months ago

farshidtz commented 1 year ago

Defaults are:

CLI usage:

Usage: otbr-web [-d DEBUG_LEVEL] [-I interfaceName] [-p port] [-a listenAddress] [-v]

Source code: https://github.com/openthread/ot-br-posix/blob/main/src/web/main.cpp

wido commented 10 months ago

I would like to have this feature as well. Allows me to have OTBR listen on 8080 and put a reverse SSL proxy in front of it.

farshidtz commented 10 months ago

@wido this has been implemented and is now available under the latest/beta channel. Please test and report if you find any issues.

sudo snap install openthread-border-router --channel=latest/beta
# or simply:
sudo snap install openthread-border-router --beta