Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/e978d1ca395a0f806c5829d22986f47e310f36cd?style=unified&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
2 additions and
12 deletions
@ -51,11 +51,6 @@ apt-get update &>/dev/null
apt-get -qqy install \
curl \
sudo & >/dev/null
#gnupg \
#apt-transport-https \
#ca-certificates \
#git &>/dev/null
#apt install apt-transport-https gnupg lsb-release &>/dev/null
echo -e " ${ CHECKMARK } \e[1;92m Setting Up Hardware Acceleration... \e[0m "
apt-get -y install \
@ -67,14 +62,9 @@ apt-get -y install \
/bin/chmod 755 /dev/dri
/bin/chmod 660 /dev/dri/*
echo -e " ${ CHECKMARK } \e[1;92m Setting Up Jellyfin Repository... \e[0m "
sudo apt install extrepo
sudo extrepo enable jellyfin
#wget -q -O - https://repo.jellyfin.org/jellyfin_team.gpg.key | sudo apt-key add - &>/dev/null
#echo "deb [arch=$( dpkg --print-architecture )] https://repo.jellyfin.org/debian $( 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/$( awk -F'=' '/^ID=/{ print $NF }' /etc/os-release ) $( awk -F'=' '/^VERSION_CODENAME=/{ print $NF }' /etc/os-release ) main" | sudo tee /etc/apt/sources.list.d/jellyfin.list &>/dev/null
#echo "deb [arch=$( dpkg --print-architecture )] https://repo.jellyfin.org/debian bullseye main" | tee /etc/apt/sources.list.d/jellyfin.list &>/dev/null
echo -e " ${ CHECKMARK } \e[1;92m Installing Jellyfin... \e[0m "
sudo apt install -y extrepo
sudo extrepo enable jellyfin
apt-get update & >/dev/null
apt-get install jellyfin -y & >/dev/null
echo -e " ${ CHECKMARK } \e[1;92m Customizing Container... \e[0m "