Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/84b77fcfeaa58f93324023246d95879b25145d54?style=split&whitespace=ignore-eol
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
2 additions and
2 deletions
@ -56,12 +56,12 @@ echo -e "${CHECKMARK} \e[1;92m Installing Dependencies... \e[0m"
echo -e " ${ CHECKMARK } \e[1;92m Setting Up Jellyfin Repository... \e[0m "
echo -e " ${ CHECKMARK } \e[1;92m Setting Up Jellyfin Repository... \e[0m "
sudo add-apt-repository universe -y & >/dev/null
sudo add-apt-repository universe -y & >/dev/null
wget -O - https://repo.jellyfin.org/ubuntu/jellyfin_team.gpg.key | sudo apt-key add - & >/dev/null
wget -q - O - https://repo.jellyfin.org/ubuntu/jellyfin_team.gpg.key | sudo apt-key add - & >/dev/null
echo " deb [arch= $( dpkg --print-architecture ) ] https://repo.jellyfin.org/ubuntu $( lsb_release -c -s ) main " | sudo tee /etc/apt/sources.list.d/jellyfin.list & >/dev/null
echo " deb [arch= $( dpkg --print-architecture ) ] https://repo.jellyfin.org/ubuntu $( lsb_release -c -s ) main " | sudo tee /etc/apt/sources.list.d/jellyfin.list & >/dev/null
echo -e " ${ CHECKMARK } \e[1;92m Installing Jellyfin... \e[0m "
echo -e " ${ CHECKMARK } \e[1;92m Installing Jellyfin... \e[0m "
apt-get update & >/dev/null
apt-get update & >/dev/null
sudo apt install jellyfin -y & >/dev/null
sudo apt install jellyfin-server -y & >/dev/null
echo -e " ${ CHECKMARK } \e[1;92m Customizing Container... \e[0m "
echo -e " ${ CHECKMARK } \e[1;92m Customizing Container... \e[0m "
chmod -x /etc/update-motd.d/*
chmod -x /etc/update-motd.d/*