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

Update jellyfin_setup.sh

pull/33/head
tteckster 3 years ago committed by GitHub
parent 94902d1ee5
commit dfa50871be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -76,15 +76,12 @@ apt-get -y install ffmpeg &>/dev/null
echo -e "${CHECKMARK} \e[1;92m Creating Service file jellyfin.service... \e[0m"
file_path="/opt/jellyfin/jellyfin.sh"
echo "#!/bin/bash
JELLYFINDIR="/opt/jellyfin"
FFMPEGDIR="/usr/share/jellyfin-ffmpeg"
$JELLYFINDIR/jellyfin/jellyfin
-d $JELLYFINDIR/data
-C $JELLYFINDIR/cache
-c $JELLYFINDIR/config
-l $JELLYFINDIR/log
--ffmpeg $FFMPEGDIR/ffmpeg" > $file_path
/opt/jellyfin/jellyfin/jellyfin
-d /opt/jellyfin/data
-C /opt/jellyfin/cache
-c /opt/jellyfin/config
-l /opt/jellyfin/log
--ffmpeg /usr/share/jellyfin-ffmpeg/ffmpeg" > $file_path
sudo chmod +x /opt/jellyfin/jellyfin.sh
service_path="/etc/systemd/system/jellyfin.service"

Loading…
Cancel
Save

Powered by BW's shoe-string budget.