Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/0011c04cd3ef6f2279ce15918726dfcdd1de6677?style=split&whitespace=ignore-change
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
0 additions and
4 deletions
@ -70,15 +70,11 @@ msg_ok "Updated Container OS"
msg_info "Installing Dependencies"
msg_info "Installing Dependencies"
apt-get install -y curl & >/dev/null
apt-get install -y curl & >/dev/null
apt-get install -y sudo & >/dev/null
apt-get install -y sudo & >/dev/null
apt-get install -y gnupg & >/dev/null
msg_ok "Installed Dependencies"
msg_ok "Installed Dependencies"
msg_info "Installing EMQX"
msg_info "Installing EMQX"
curl -s https://packagecloud.io/install/repositories/emqx/emqx/script.deb.sh | bash & >/dev/null
curl -s https://packagecloud.io/install/repositories/emqx/emqx/script.deb.sh | bash & >/dev/null
sudo apt-get install -y emqx = 5.0.8 & >/dev/null
sudo apt-get install -y emqx = 5.0.8 & >/dev/null
#sudo emqx start &>/dev/null
#wget https://www.emqx.com/en/downloads/broker/5.0.8/emqx-5.0.8-debian11-amd64.deb &>/dev/null
#apt install ./emqx-5.0.8-debian11-amd64.deb &>/dev/null
systemctl start emqx
systemctl start emqx
msg_ok "Installed EMQX"
msg_ok "Installed EMQX"