Skip to content

docs(dashboard): update startup command#72

Open
wananing wants to merge 1 commit into
ob-labs:mainfrom
wananing:docs/dashboard-startup-command
Open

docs(dashboard): update startup command#72
wananing wants to merge 1 commit into
ob-labs:mainfrom
wananing:docs/dashboard-startup-command

Conversation

@wananing

Copy link
Copy Markdown
Contributor

Summary

Update the dashboard README to use the current same-origin desktop server startup workflow.

Fixes #52.

Solution Description

The dashboard README still referenced stale startup commands such as make dashboard, contextseek-dashboard, and
contextseek.http.dashboard.

This PR updates the documentation to use the current commands:

  • make desktop-spa
  • make desktop-server
  • contextseek desktop-server --host 127.0.0.1 --port 8000

It also updates the related environment variable notes for VITE_CTX_BASE, CTX_DESKTOP_PORT, and
CTX_DASHBOARD_DIST, and points general service configuration to the root .env.example.

Replace stale contextseek-dashboard and make dashboard references with the current same-origin desktop server workflow.

Document the relevant desktop server and dashboard dist environment variables.

Fixes ob-labs#52.
@webup webup requested a review from Evenss June 18, 2026 07:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix outdated dashboard startup command in dashboard README

1 participant