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

Update changedetection-v5-install.sh

add dnspython
pull/974/head
tteckster 2 years ago committed by GitHub
parent 30c820fd2a
commit c4d2e1908e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -89,6 +89,7 @@ msg_ok "Installed Dependencies"
msg_info "Installing Change Detection" msg_info "Installing Change Detection"
mkdir /opt/changedetection mkdir /opt/changedetection
$STD pip3 install changedetection.io $STD pip3 install changedetection.io
$STD python3 -m pip install dnspython==2.2.1
msg_ok "Installed Change Detection" msg_ok "Installed Change Detection"
msg_info "Creating Service" msg_info "Creating Service"

Loading…
Cancel
Save

Powered by BW's shoe-string budget.