Commit Graph

5 Commits

Author SHA1 Message Date
ae18e8b530 Add WebSocket URL to backend config API - frontend now reads from backend .env
All checks were successful
Build Frontend / Build Frontend (push) Successful in 9s
- Added websocket.url to backend config
- Updated /api/config/public endpoint to return WebSocket URL
- Frontend now fetches WS URL from backend config API
- Falls back to environment variable or auto-generated URL
- Add WS_URL to backend .env: wss://api.turbotrades.dev/ws
2026-01-11 02:01:34 +00:00
5411d29ca7 Fix WebSocket connection - use main API domain instead of ws subdomain
All checks were successful
Build Frontend / Build Frontend (push) Successful in 9s
- Updated WebSocket URL to use api.turbotrades.dev instead of ws.turbotrades.dev
- Added frontend .env.production with correct VITE_WS_URL
- Added frontend .env.development for local development
- WebSocket now connects to wss://api.turbotrades.dev/ws
2026-01-11 01:42:15 +00:00
f9156897ce Deploy: Migrate to Gitea Actions, update paths for turbotrades.dev
Some checks failed
Deploy to Production / Deploy to turbotrades.dev (push) Has been cancelled
2026-01-11 00:15:14 +00:00
53d0c89d17 Clean up tunnel infrastructure and migrate to Gitea
Some checks failed
Deploy to Production Server / Deploy to 178.63.127.19 (push) Has been cancelled
2026-01-10 23:54:31 +00:00
232968de1e first commit 2026-01-10 04:57:43 +00:00