fix(web): resolve dashboard widget errors and deployment config #530

Merged
jason.woltje merged 1 commits from fix/web-deployment-issues into main 2026-02-27 03:49:58 +00:00
Owner

Summary

  • Add workspace ID to ActiveProjectsWidget API calls (fixes 401/403 on active-projects and agent-chains)
  • Add ORCHESTRATOR_URL and ORCHESTRATOR_API_KEY to web service in swarm compose (fixes 503 on orchestrator proxy routes)
  • Add internal network to web service for orchestrator connectivity
  • Update .env.example domain examples to single-level subdomains (*.woltje.com)
  • Fix version display on login page from v0.1 to v0.0.20

Test plan

  • Dashboard widgets load without 401/403 errors
  • Orchestrator widgets no longer return 503
  • Login page shows correct version string
## Summary - Add workspace ID to ActiveProjectsWidget API calls (fixes 401/403 on active-projects and agent-chains) - Add ORCHESTRATOR_URL and ORCHESTRATOR_API_KEY to web service in swarm compose (fixes 503 on orchestrator proxy routes) - Add internal network to web service for orchestrator connectivity - Update .env.example domain examples to single-level subdomains (*.woltje.com) - Fix version display on login page from v0.1 to v0.0.20 ## Test plan - [ ] Dashboard widgets load without 401/403 errors - [ ] Orchestrator widgets no longer return 503 - [ ] Login page shows correct version string
jason.woltje added 1 commit 2026-02-27 03:49:47 +00:00
fix(web): resolve dashboard widget errors and deployment config
All checks were successful
ci/woodpecker/push/web Pipeline was successful
badc6ce9e6
- Add workspace ID to ActiveProjectsWidget API calls (fixes 401/403)
- Add ORCHESTRATOR_URL and ORCHESTRATOR_API_KEY to web service in swarm
  compose (fixes 503 on orchestrator proxy routes)
- Add internal network to web service for orchestrator connectivity
- Update .env.example domain examples to single-level subdomains
- Fix version display on login page from v0.1 to v0.0.20

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
jason.woltje merged commit 21bf7e050f into main 2026-02-27 03:49:58 +00:00
Sign in to join this conversation.