Environment:
- OS: Ubuntu 24.04 LTS
- vhost_virtual: Latest version (as of 2025-09-04)
Problem:
Service exits immediately with:
[FATA] net.Listen address ":8000" failed: listen tcp :8000: bind: address already in use
exit status 1
Previously it started with http on :8000 and https on :8001. Now both try :8000, causing a crash.
Expected:
- HTTP on :8000
- HTTPS on a different port (e.g., :8001)
Request:
- Fix default config so HTTP/HTTPS do not share the same port.
- Improve DB migration logic to ignore existing columns instead of failing.