Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/fc5521f2f96ab966279adf5879d3e8c4dd1e9646?style=split&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
2 additions and
2 deletions
@ -105,7 +105,7 @@ $STD apk add mc
$STD apk add openssh
$STD apk add openssh
msg_ok "Installed Dependencies"
msg_ok "Installed Dependencies"
msg_info " Installing AdguardHome "
msg_info " Installing $APPLICATION "
VER = $( curl --silent -qI https://github.com/AdguardTeam/AdGuardHome/releases/latest | awk -F '/' '/^location/ {print substr($NF, 1, length($NF)-1)}' ) ;
VER = $( curl --silent -qI https://github.com/AdguardTeam/AdGuardHome/releases/latest | awk -F '/' '/^location/ {print substr($NF, 1, length($NF)-1)}' ) ;
$STD wget -q " https://github.com/AdguardTeam/AdGuardHome/releases/download/ $VER /AdGuardHome_linux_amd64.tar.gz "
$STD wget -q " https://github.com/AdguardTeam/AdGuardHome/releases/download/ $VER /AdGuardHome_linux_amd64.tar.gz "
$STD tar -xvf AdGuardHome_linux_amd64.tar.gz >/dev/null 2>& 1
$STD tar -xvf AdGuardHome_linux_amd64.tar.gz >/dev/null 2>& 1
@ -114,7 +114,7 @@ $STD rm AdGuardHome_linux_amd64.tar.gz
$STD chmod +x /opt/AdGuardHome/AdGuardHome
$STD chmod +x /opt/AdGuardHome/AdGuardHome
$STD /opt/AdGuardHome/AdGuardHome -s install
$STD /opt/AdGuardHome/AdGuardHome -s install
$STD /opt/AdGuardHome/AdGuardHome -s start
$STD /opt/AdGuardHome/AdGuardHome -s start
$STD msg_ok " Installed AdguardHome "
$STD msg_ok " Installed $APPLICATION "
echo -e " $APPLICATION LXC provided by https://tteck.github.io/Proxmox/\n " > /etc/motd
echo -e " $APPLICATION LXC provided by https://tteck.github.io/Proxmox/\n " > /etc/motd
if [ [ " ${ SSH_ROOT } " = = "yes" ] ] ; then
if [ [ " ${ SSH_ROOT } " = = "yes" ] ] ; then