mirror of
https://github.com/taylanbakircioglu/haproxy-openmanager.git
synced 2026-09-12 05:48:58 +00:00
8b07d7a6a3
Two friction points surfaced in issue #31: (1) the default-login note said admin/admin but the seeded password is admin123; (2) a reporter logged in at :3000 (the raw static frontend, no /api behind it) instead of :8080 (nginx, which serves the UI and proxies /api). Fix the credentials note and add a clear pointer that :8080 is the single entry point, with the Quick Reference table annotated accordingly.