Apache reverse proxy for webapp, UI improvements

- Move Flask to localhost:9010, Apache serves port 9009 with static file
  handling and reverse proxy to fix intermittent asset loading on remote clients
- Add "PXE Manager" branding beneath logo in sidebar
- Increase code editor size (startnet.cmd and unattend XML) to 70vh
- Add test-lab.sh for full lab VM testing

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
cproudlock
2026-02-10 17:45:10 -05:00
parent f3a384fa1a
commit 7486b9ed66
6 changed files with 355 additions and 6 deletions

View File

@@ -16,7 +16,8 @@
.raw-xml-editor {
font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
font-size: 0.85rem;
min-height: 500px;
min-height: 600px;
height: 70vh;
tab-size: 2;
white-space: pre;
resize: vertical;