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

Update nocodb.sh

tweak
pull/1955/head
tteckster 2 years ago committed by GitHub
parent 537a855553
commit b81028fb3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -59,8 +59,8 @@ cd /opt/nocodb
rm -rf nocodb rm -rf nocodb
curl -s http://get.nocodb.com/linux-x64 -o nocodb -L curl -s http://get.nocodb.com/linux-x64 -o nocodb -L
chmod +x nocodb chmod +x nocodb
cat <<EOF >/etc/systemd/system/nocodb.service" service_path="/etc/systemd/system/nocodb.service"
[Unit] echo "[Unit]
Description=nocodb Description=nocodb
[Service] [Service]
@ -71,8 +71,7 @@ WorkingDirectory=/opt/nocodb
ExecStart=/opt/nocodb/./nocodb ExecStart=/opt/nocodb/./nocodb
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target" >$service_path
EOF
systemctl daemon-reload systemctl daemon-reload
systemctl start nocodb.service systemctl start nocodb.service
msg_ok "Updated Successfully" msg_ok "Updated Successfully"

Loading…
Cancel
Save

Powered by BW's shoe-string budget.