Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/4ea029864480ad8337ce0bbfc10028714663147f?style=split&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
1 additions and
0 deletions
@ -102,6 +102,7 @@ Type=simple
# To specify which CT/VM should be excluded, add the CT/VM ID at the end of the line where ExecStart=/usr/local/bin/ping-instances.sh is specified.
# To specify which CT/VM should be excluded, add the CT/VM ID at the end of the line where ExecStart=/usr/local/bin/ping-instances.sh is specified.
# For example: ExecStart=/usr/local/bin/ping-instances.sh 100 102
# For example: ExecStart=/usr/local/bin/ping-instances.sh 100 102
# Virtual machines without the QEMU guest agent installed must be excluded.
# Virtual machines without the QEMU guest agent installed must be excluded.
ExecStartPre = /usr/bin/sleep 300 # Sleep for 300 seconds (5 minutes)
ExecStart = /usr/local/bin/ping-instances.sh
ExecStart = /usr/local/bin/ping-instances.sh
Restart = always
Restart = always
StandardOutput = file:/var/log/ping-instances.log
StandardOutput = file:/var/log/ping-instances.log