Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/866cf119ce168f34c9055496981ea4d865907ac5?style=split&whitespace=ignore-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
1 additions and
1 deletions
@ -38,7 +38,7 @@ msg_ok "Installed Node.js/Yarn"
msg_info "Installing Homarr (Patience)"
msg_info "Installing Homarr (Patience)"
mkdir -p /opt/homarr
mkdir -p /opt/homarr
RELEASE = $( curl -s https://api.github.com/repos/ajnart/homarr/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }' )
RELEASE = $( curl -s https://api.github.com/repos/ajnart/homarr/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }' )
wget -O- https://github.com/ajnart/homarr/archive/refs/tags/v${ RELEASE } .tar.gz | tar -xz -C /opt && mv /opt/homarr-${ RELEASE } /opt/homarr
wget -O- https://github.com/ajnart/homarr/archive/refs/tags/v${ RELEASE } .tar.gz | tar -xz -C /opt && mv /opt/homarr-${ RELEASE } /* /opt/homarr
cd /opt/homarr
cd /opt/homarr
cp -p /opt/homarr/.env.example /opt/homarr/.env
cp -p /opt/homarr/.env.example /opt/homarr/.env
sed -i 's|NEXTAUTH_SECRET="[^"]*"|NEXTAUTH_SECRET="' " $( openssl rand -base64 32) " '"|' /opt/homarr/.env
sed -i 's|NEXTAUTH_SECRET="[^"]*"|NEXTAUTH_SECRET="' " $( openssl rand -base64 32) " '"|' /opt/homarr/.env