Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/d1857fa6555aeef0b37bc692b8be162ee7c2a672?style=unified&whitespace=ignore-eol 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 705c95fbde
commit d1857fa655
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -65,7 +65,7 @@ apt-get -y install \
echo -e "${CHECKMARK} \e[1;92m Installing Jellyfin... \e[0m"
sudo mkdir /opt/jellyfin
cd /opt/jellyfin
sudo wget https://repo.jellyfin.org/releases/server/linux/stable/combined/jellyfin_10.7.7_amd64.tar.gz &>/dev/null
sudo wget https://repo.jellyfin.org/releases/server/linux/stable/server/jellyfin_10.7.7_amd64.tar.gz &>/dev/null
sudo tar xvzf jellyfin_10.7.7_amd64.tar.gz &>/dev/null
sudo ln -s jellyfin_10.7.7 jellyfin
sudo mkdir data cache config log

Loading…
Cancel
Save

Powered by BW's shoe-string budget.