Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/1b842f22cfff1f11eca08d5f8485e0e6f323dc04?style=split&whitespace=ignore-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
1 additions and
1 deletions
@ -25,7 +25,7 @@ wget -qO- https://www.mongodb.org/static/pgp/server-7.0.asc | gpg --dearmor >/us
echo " deb [signed-by=/usr/share/keyrings/mongodb-server-7.0.gpg] http://repo.mongodb.org/apt/debian $( grep '^VERSION_CODENAME=' /etc/os-release | cut -d'=' -f2) /mongodb-org/7.0 main " >/etc/apt/sources.list.d/mongodb-org-7.0.list
echo " deb [signed-by=/usr/share/keyrings/mongodb-server-7.0.gpg] http://repo.mongodb.org/apt/debian $( grep '^VERSION_CODENAME=' /etc/os-release | cut -d'=' -f2) /mongodb-org/7.0 main " >/etc/apt/sources.list.d/mongodb-org-7.0.list
$STD apt-get update
$STD apt-get update
$STD apt-get install -y mongodb-org
$STD apt-get install -y mongodb-org
sed -i 's/bindIp: 127.0.0.1/bindIp 0.0.0.0/' /etc/mongod.conf
sed -i 's/bindIp: 127.0.0.1/bindIp : 0.0.0.0/' /etc/mongod.conf
systemctl enable -q --now mongod.service
systemctl enable -q --now mongod.service
msg_ok "Installed MongoDB"
msg_ok "Installed MongoDB"