Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/37ac28da06fec64577978e4e239b5caf10784a7b?style=split&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
3 additions and
2 deletions
@ -21,10 +21,11 @@ $STD apt-get install -y gpg
msg_ok "Installed Dependencies"
msg_ok "Installed Dependencies"
msg_info "Installing Notifiarr"
msg_info "Installing Notifiarr"
groupadd notifiarr & >/dev/null
$STD groupadd notifiarr
useradd -g notifiarr notifiarr & >/dev/null
$STD useradd -g notifiarr notifiarr
wget -qO- https://packagecloud.io/golift/pkgs/gpgkey | gpg --dearmor >/usr/share/keyrings/golift-archive-keyring.gpg
wget -qO- https://packagecloud.io/golift/pkgs/gpgkey | gpg --dearmor >/usr/share/keyrings/golift-archive-keyring.gpg
echo "deb [signed-by=/usr/share/keyrings/golift-archive-keyring.gpg] https://packagecloud.io/golift/pkgs/ubuntu focal main" >/etc/apt/sources.list.d/golift.list
echo "deb [signed-by=/usr/share/keyrings/golift-archive-keyring.gpg] https://packagecloud.io/golift/pkgs/ubuntu focal main" >/etc/apt/sources.list.d/golift.list
$STD apt-get update
$STD apt-get install -y notifiarr
$STD apt-get install -y notifiarr
msg_ok "Installed Notifiarr"
msg_ok "Installed Notifiarr"