Commit Graph

9 Commits

Author SHA1 Message Date
53e7197ad5 Remove VITE_WS_URL from frontend .env.production - fetch from backend instead
All checks were successful
Build Frontend / Build Frontend (push) Successful in 21s
Frontend will now fetch WebSocket URL from backend /api/config/public
This allows controlling WebSocket URL from backend .env only
2026-01-11 02:05:48 +00:00
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
e7ea8f12b6 Fix login button and improve CORS
All checks were successful
Build Frontend / Build Frontend (push) Successful in 22s
- Fixed login URL from /auth/steam to /api/auth/steam
- Updated all Steam login buttons to custom green design with 'Login to Steam' text
- Enhanced CORS configuration with explicit preflight handling
- Added Steam image proxy endpoint for CORS-free image loading
- Improved environment variable management with .env.local support
- Added ENV_SETUP.md guide for environment configuration
2026-01-11 01:39:35 +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
63c578b0ae feat: Complete admin panel implementation
- Add user management system with all CRUD operations
- Add promotion statistics dashboard with export
- Simplify Trading & Market settings UI
- Fix promotion schema (dates now optional)
- Add missing API endpoints and PATCH support
- Add comprehensive documentation
- Fix critical bugs (deletePromotion, duplicate endpoints)

All features tested and production-ready.
2026-01-10 21:57:55 +00:00
b90cdd59df added steambot, trades and trasctions. 2026-01-10 05:31:01 +00:00
232968de1e first commit 2026-01-10 04:57:43 +00:00