Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/f796767e06dbe7d89a6d3a877dab106fb27dc238?style=unified&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update mqtt-install.sh

create `/etc/mosquitto/conf.d/default.conf`
pull/1679/head
tteckster 2 years ago committed by GitHub
parent 7add9d891d
commit f796767e06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -22,6 +22,12 @@ msg_ok "Installed Dependencies"
msg_info "Installing Mosquitto MQTT Broker"
$STD apt-get -y install mosquitto
$STD apt-get -y install mosquitto-clients
cat <<EOF >/etc/mosquitto/conf.d/default.conf
allow_anonymous false
persistence true
password_file /etc/mosquitto/passwd
listener 1883
EOF
msg_ok "Installed Mosquitto MQTT Broker"
motd_ssh

Loading…
Cancel
Save

Powered by BW's shoe-string budget.