Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/2c27ff2cfeebf0b86b5fc737ea5b04c3bb402124?style=unified&whitespace=ignore-eol You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update wireguard-v5.sh () ()

Fix typo in service file that prevents WGDashboard from starting on boot

Co-authored-by: Logan Long <loganjohnlong@users.noreply.github.com>
pull/1115/head
tteckster 2 years ago committed by GitHub
parent 4d78d5233c
commit 2c27ff2cfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -361,7 +361,7 @@ msg_ok "Installed WGDashboard"
msg_info "Creating Service"
service_path="/etc/systemd/system/wg-dashboard.service"
echo "[Unit]
After=netword.service
After=systemd-networkd.service
[Service]
WorkingDirectory=/etc/wgdashboard/src

Loading…
Cancel
Save

Powered by BW's shoe-string budget.