UPNP: send notifies on all interfaces, no need to specify hostname anymore
This commit is contained in:
parent
0214817122
commit
b174afaa12
12 changed files with 101 additions and 65 deletions
2
Makefile
2
Makefile
|
|
@ -16,7 +16,7 @@ webui-build: webui-deps
|
|||
npm run build
|
||||
|
||||
# NOTE: on LG TV using hostname is unstable for some reason, use IP address.
|
||||
export RQBIT_UPNP_SERVER_HOSTNAME ?= $(shell hostname)
|
||||
export RQBIT_UPNP_SERVER_ENABLE ?= true
|
||||
export RQBIT_UPNP_SERVER_FRIENDLY_NAME ?= rqbit-dev
|
||||
export RQBIT_HTTP_API_LISTEN_ADDR ?= 0.0.0.0:3030
|
||||
RQBIT_OUTPUT_FOLDER ?= /tmp/scratch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue