Commit Graph

4 Commits

Author SHA1 Message Date
openhands 079ae7a1b2 Fix discovery API endpoints and JavaScript dashboard
- Updated discovery service import to use protocol_discovery_fast
- Fixed recent discoveries endpoint to properly extract endpoints from scan results
- Enhanced dashboard JavaScript with complete functionality
- Updated Docker configuration for discovery module inclusion
- Added remote deployment documentation

This resolves the discovery API 404 errors and ensures all dashboard features work correctly.
2025-11-06 14:31:50 +00:00
openhands 2b52e27532 fix: Update test database connection to use host.docker.internal
- Changed DB_HOST from localhost to host.docker.internal
- Added extra_hosts configuration to enable host-gateway access
- This allows test container to connect to the existing PostgreSQL database
2025-11-01 17:08:11 +00:00
openhands beda7429c3 fix: Update test docker-compose to use port 8081
- Changed port mapping from 8080:8080 to 8081:8081
- Updated REST_API_PORT to 8081 in environment variables
- Updated HEALTH_MONITOR_PORT to 9091
- Set LOG_LEVEL to DEBUG for test environment
2025-11-01 16:52:26 +00:00
openhands 142e7cb075 Add deployment testing scripts
- test-deployment.sh: Automated deployment testing script
- docker-compose.test.yml: Simplified compose file for testing
- Script tests dashboard accessibility and functionality
- Automated health checks and endpoint validation
2025-10-30 07:43:28 +00:00