Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/4844a003161bed7b5e63d3273e0c4c11f26d6b5b You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update wireguard-install.sh

tweak
pull/3606/head
tteckster 10 months ago committed by GitHub
parent d5e66a25ff
commit 4844a00316
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -21,10 +21,7 @@ $STD apt-get install -y git
msg_ok "Installed Dependencies"
msg_info "Installing WireGuard"
$STD apt-get install -y wireguard wireguard-tools net-tools iptables netfilter-persistent
iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
$STD netfilter-persistent save
$STD netfilter-persistent reload
$STD DEBIAN_FRONTEND=noninteractive apt-get install -y wireguard wireguard-tools net-tools iptables iptables-persistent
msg_ok "Installed WireGuard"
msg_info "Installing WGDashboard"

Loading…
Cancel
Save

Powered by BW's shoe-string budget.