Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/e428bb8604b08d7cef403e6dc07a6662ba2598cf
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
4 additions and
6 deletions
@ -19,15 +19,13 @@ $STD apt-get install -y sudo
$STD apt-get install -y mc
msg_ok "Installed Dependencies"
RELEASE = $( curl -s https://api.github.com/repos/zadam/trilium/releases/latest |
grep "tag_name" |
awk '{print substr($2, 3, length($2)-4) }' )
RELEASE = $( curl -s https://api.github.com/repos/TriliumNext/Notes/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }' )
msg_info "Installing Trilium "
wget -q https://github.com/zadam/trilium /releases/download/v$RELEASE /trilium-linux-x64-server-$RELEASE .tar.xz
msg_info "Installing TriliumNext"
wget -q https://github.com/TriliumNext/Notes /releases/download/v$RELEASE /trilium-linux-x64-server-$RELEASE .tar.xz
$STD tar -xvf trilium-linux-x64-server-$RELEASE .tar.xz
mv trilium-linux-x64-server /opt/trilium
msg_ok "Installed Trilium "
msg_ok "Installed Trilium Next "
msg_info "Creating Service"
service_path = "/etc/systemd/system/trilium.service"