Change webapp to port 9009, add test VM script
- Webapp now listens on port 9009 (UFW rule added) - Apache reverse proxy updated to proxy to 9009 - test-vm.sh creates a KVM test environment with: - CIDATA ISO built from project files - Isolated libvirt network (10.9.100.0/24) - Ubuntu 24.04 VM with autoinstall Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -929,4 +929,4 @@ def inject_globals():
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
if __name__ == "__main__":
|
||||
app.run(host="0.0.0.0", port=5000, debug=False)
|
||||
app.run(host="0.0.0.0", port=9009, debug=False)
|
||||
|
||||
Reference in New Issue
Block a user