mirror of
https://github.com/YunoHost-Apps/domoticz_ynh.git
synced 2024-09-03 18:26:17 +02:00
Port 8883 for mqtt
This commit is contained in:
parent
05669e2f08
commit
da69ba7717
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ pkg_dependencies="libudev-dev python3-dev"
|
||||||
extra_pkg_dependencies="mosquitto mosquitto-clients"
|
extra_pkg_dependencies="mosquitto mosquitto-clients"
|
||||||
|
|
||||||
default_mqtt_port=1883
|
default_mqtt_port=1883
|
||||||
default_mqtt_websocket_port=8083
|
default_mqtt_websocket_port=8883
|
||||||
|
|
||||||
#ALL FOLLOWING LINE FROM THE upstream bash installation script
|
#ALL FOLLOWING LINE FROM THE upstream bash installation script
|
||||||
DEBIAN_ID=$(grep -oP '(?<=^ID=).+' /etc/*-release | tr -d '"')
|
DEBIAN_ID=$(grep -oP '(?<=^ID=).+' /etc/*-release | tr -d '"')
|
||||||
|
|
Loading…
Add table
Reference in a new issue