Commit Graph

17 Commits

Author SHA1 Message Date
Louis Knight-Webb
e8ff40d5a4 Remote host + username opening for VSCode based IDEs (#1134)
* feat: add remote VSCode SSH support for remote server deployments

Add support for opening VSCode via SSH when Vibe Kanban is running on a remote server.
This allows users accessing the web UI through a tunnel to open projects/tasks in their
local VSCode which connects to the remote server via SSH.

Backend changes:
- Add remote_ssh_host and remote_ssh_user fields to EditorConfig (v3)
- Create config v8 with migration from v7
- Modify EditorConfig.open_file() to return URL when remote mode is enabled
- Update API routes to return OpenEditorResponse with optional URL
- Generate vscode:// URL scheme for remote SSH connections

Frontend changes:
- Update API client to handle OpenEditorResponse type
- Modify hooks to open URLs in new tabs when returned
- Add UI fields in settings for remote SSH configuration

When remote_ssh_host is configured, clicking "Open in VSCode" generates a URL like:
vscode://vscode-remote/ssh-remote+user@host/path/to/project

This works for both project-level and task-level editor opening.

* feat: extend remote SSH support to Cursor and Windsurf editors

Extend the remote SSH feature to support Cursor and Windsurf editors,
which are VSCode forks that use the same remote SSH protocol.

Changes:
- Update EditorConfig.open_file() to generate cursor:// and windsurf:// URLs
- Show SSH configuration fields in settings for all three VSCode-based editors
- Use same vscode-remote SSH URL pattern for all three editors

When remote_ssh_host is configured, supported editors generate URLs like:
- vscode://vscode-remote/ssh-remote+user@host/path
- cursor://vscode-remote/ssh-remote+user@host/path
- windsurf://vscode-remote/ssh-remote+user@host/path

* fix: address clippy linting issues

- Fix uninlined format args in v3.rs
- Add allow attributes for re-exported types in v5-v7

* docs: add remote SSH configuration documentation

Add comprehensive documentation for the remote SSH editor feature:

- Expand Editor Integration section in global-settings.mdx
  - Document when to use remote SSH (tunnels, systemctl services, remote deployments)
  - Explain configuration fields (remote_ssh_host, remote_ssh_user)
  - Detail how the feature works with protocol URLs
  - List prerequisites for SSH access and VSCode Remote-SSH extension
  - Support for VSCode, Cursor, and Windsurf editors

- Add Remote Deployment section to README.md
  - Quick guide for setting up remote SSH access
  - Link to detailed documentation
  - Include in feature list

This documentation helps users understand and configure the remote SSH
feature when running Vibe Kanban on remote servers accessed via browser.

* remove package-lock in favour of pnpm lock

* rollback config version increment

* re-impl remote URL

* Update i18n for general settings (vibe-kanban 4a1a3ae1)

frontend/src/pages/settings/GeneralSettings.tsx

Find any strings here that haven't been i18n'd and i18n them

* add line number/col to the end of vscode-remote file paths

* handle response url when opening file in ide from DiffCard

* update remote-ssh guidance in readme

* add image to global settings docs

---------

Co-authored-by: Stephan Fitzpatrick <stephan@knowsuchagency.com>
Co-authored-by: Britannio Jarrett <britanniojarrett@gmail.com>
2025-10-31 12:39:58 +00:00
Gabriel Gordon-Hall
0f21d9e818 update readme (#923) 2025-10-03 13:48:27 +01:00
akshay
f3df58f750 update readme to add frontend build instructions (#793) 2025-09-22 10:45:05 +01:00
Britannio Jarrett
6382036a96 add a deep wiki badge (enables automatic weekly refreshing of generated docs) (#715) 2025-09-16 10:24:43 +01:00
Britannio Jarrett
c46f04ca5b Done! I've updated all the docs links from vibekanban.com to vibekanban.com/docs in: (#714)
1. [README.md line 33](file:///private/var/folders/5q/5vgq75y92dz0k7n62z93299r0000gn/T/vibe-kanban/worktrees/vk-cdbd-update-doc/README.md#L33) - docs reference in installation section
2. [README.md line 41](file:///private/var/folders/5q/5vgq75y92dz0k7n62z93299r0000gn/T/vibe-kanban/worktrees/vk-cdbd-update-doc/README.md#L41) - documentation section link
3. [navbar.tsx line 35](file:///private/var/folders/5q/5vgq75y92dz0k7n62z93299r0000gn/T/vibe-kanban/worktrees/vk-cdbd-update-doc/frontend/src/components/layout/navbar.tsx#L35) - "Docs" button in the navigation bar
2025-09-16 10:23:57 +01:00
Louis Knight-Webb
bbcf00093b Diff streaming improvement (#459)
* Diffs are PatchType

* Added files don't have old content

* Improve styles

* Lints

* Update readme
2025-08-12 18:45:47 +01:00
Louis Knight-Webb
0f17063c87 Update README.md
Note to inform users that we're mid-rewrite
2025-07-31 16:45:40 +01:00
Louis Knight-Webb
9de5c44164 Added cargo install cargo-watch and cargo install sqlx-cli to the [README.md](file:///private/var/folders/m1/9q_ct1913z10v6wbnv54j25r0000gn/T/vibe-kanban/vk-3406-add-depend/README.md#L60-L62) Prerequisites section. (#336) 2025-07-24 11:55:00 +01:00
Gabriel Gordon-Hall
3ed807f327 chore: configurable host (#247)
* make host configurable

* update host var name
2025-07-17 16:29:35 +01:00
Weston Platter
b5303b728e feat: Allow custom GitHub OAuth app client ID via environment variable (#145)
* feat: Allow custom GitHub OAuth app client ID via environment variable

* docs: describe how to use your own github oauth app id

* docs: update to cover backend and frontend settings

* fix: run cargo fmt

---------

Co-authored-by: Weston Platter <weston@westonplatter.com>
2025-07-16 07:11:13 +02:00
Louis Knight-Webb
7964b644f4 Update (#168) 2025-07-14 14:02:47 +01:00
Louis Knight-Webb
d16a17ed7b readmes (#134)
* readmes

* Logo fix

* Logo

* Remove video
2025-07-11 15:57:30 +01:00
Louis Knight-Webb
6c402d6e46 Cleanup 2025-06-17 20:36:25 -04:00
Louis Knight-Webb
56e8f61064 Remove dotenv 2025-06-17 19:59:10 -04:00
Louis Knight-Webb
ff1ee5e2d5 Update readme 2025-06-17 09:46:51 -04:00
Louis Knight-Webb
4cbf90348e Update readmae 2025-06-17 09:39:03 -04:00
Louis Knight-Webb
563994934d Init 2025-06-14 15:14:08 -04:00