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

Update unmanic.sh

add ffmpeg
pull/2007/head
tteckster 2 years ago committed by GitHub
parent 3d4af6184d
commit f34c2f150c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -44,7 +44,7 @@ while [ -z "${CTID:+x}" ]; do
done
echo "Installing Unmanic..."
lxc-attach -n $CTID -- bash -c "apt-get -y install python3-pip && python3 -m pip install unmanic && cat << EOF >/etc/systemd/system/unmanic.service
lxc-attach -n $CTID -- bash -c "apt-get -y install python3-pip && python3 -m pip install unmanic && apt-get -y install ffmpeg && cat << EOF >/etc/systemd/system/unmanic.service
[Unit]
Description=Unmanic - Library Optimiser
After=network-online.target

Loading…
Cancel
Save

Powered by BW's shoe-string budget.