Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/db3fe0e9ad35187a73c3c2e2e2f173c506883bd0 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update channels-install.sh

add Hardware Acceleration
pull/2466/head
tteckster 1 year ago committed by GitHub
parent 21cdc8306a
commit db3fe0e9ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -21,6 +21,20 @@ $STD apt-get install -y chromium
$STD apt-get install -y xvfb
msg_ok "Installed Dependencies"
if [[ "$CTTYPE" == "0" ]]; then
msg_info "Setting Up Hardware Acceleration"
$STD apt-get -y install \
va-driver-all \
ocl-icd-libopencl1 \
intel-opencl-icd
chgrp video /dev/dri
chmod 755 /dev/dri
chmod 660 /dev/dri/*
$STD adduser $(id -u -n) video
$STD adduser $(id -u -n) render
msg_ok "Set Up Hardware Acceleration"
fi
msg_info "Installing Channels DVR Server (Patience)"
cd /opt
$STD bash <(curl -fsSL https://getchannels.com/dvr/setup.sh)

Loading…
Cancel
Save

Powered by BW's shoe-string budget.