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

Update tautulli-install.sh

tweak
pull/3299/head
tteckster 12 months ago committed by GitHub
parent 2ec2831d5f
commit 00f7e0b287
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -31,7 +31,7 @@ msg_ok "Updated Python3"
msg_info "Installing Tautulli"
cd /opt
$STD git clone https://github.com/Tautulli/Tautulli.git
python3 -m pip install -q -r /opt/Tautulli/requirements.txt
$STD pip install -q -r /opt/Tautulli/requirements.txt
$STD pip install pyopenssl
msg_ok "Installed Tautulli"

Loading…
Cancel
Save

Powered by BW's shoe-string budget.