Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/7cd2ca29704754452ddc360db666a2fae59bc201?style=split&whitespace=ignore-change
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
7 additions and
12 deletions
@ -18,24 +18,19 @@ $STD apt-get install -y curl
$STD apt-get install -y sudo
$STD apt-get install -y sudo
$STD apt-get install -y mc
$STD apt-get install -y mc
$STD apt-get install -y avahi-daemon
$STD apt-get install -y avahi-daemon
$STD apt-get install -y gnupg2
msg_ok "Installed Dependencies"
msg_ok "Installed Dependencies"
msg_info "Setting up Node.js Repository"
msg_info "Setting up Homebridge Repository"
$STD bash <( curl -fsSL https://deb.nodesource.com/setup_16.x)
curl -sSf https://repo.homebridge.io/KEY.gpg | gpg --dearmor >/etc/apt/trusted.gpg.d/homebridge.gpg
msg_ok "Set up Node.js Repository"
echo 'deb [signed-by=/etc/apt/trusted.gpg.d/homebridge.gpg] https://repo.homebridge.io stable main' >/etc/apt/sources.list.d/homebridge.list
msg_ok "Set up Homebridge Repository"
msg_info "Installing Node.js"
$STD apt-get install -y nodejs gcc g++ make python net-tools
msg_ok "Installed Node.js"
msg_info "Installing Homebridge"
msg_info "Installing Homebridge"
$STD npm install -g --unsafe-perm homebridge homebridge-config-ui-x
$STD apt update
$STD apt-get install -y homebridge
msg_info "Installed Homebridge"
msg_info "Installed Homebridge"
msg_info "Creating Service"
$STD hb-service install --user homebridge
msg_ok "Created Service"
motd_ssh
motd_ssh
root
root