You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change port forwarding from 80 to 8080 (non-privileged port)
Port 80 is a privileged port requiring root permissions, which CI jobs
don't have and shouldn't require. Changed to use port 8080 instead:
- Updated workflow to use port 8080 for QEMU
- Changed default port in run-qemu.sh from 80 to 8080
- Updated all test URLs to use localhost:8080
- Updated README documentation with correct port
- Updated Playwright config default baseURL to use port 8080
This allows QEMU to start without requiring root/sudo privileges.
Co-authored-by: softhack007 <[email protected]>
0 commit comments