You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,24 @@ different projects AND for MCP's use `~./.devcontainer/.env.devcontainer`.
80
80
responses from other services (local MitM), [details](./.devcontainer/proxy/README.md)
81
81
- There is a shared folder from outside of the project workspace `~/.devcontainer/shared` that is forwarded to `/workspace/shared` path. This path is ignored from git
82
82
83
+
### OpenCode Server
84
+
85
+
The devcontainer includes a pre-configured OpenCode server running on port 4096.
86
+
87
+
You can open it in the browser on the address <http://localhost:4096>
88
+
89
+
To connect to this existing session instead of starting a new one:
90
+
91
+
```bash
92
+
opencode attach http://localhost:4096
93
+
```
94
+
95
+
#### Auth
96
+
97
+
use `opencode auth login` to login to the Opencode providers, GCP auth info is
98
+
shared across the providers, see `~/.devcontainer/shared/opencode/` on the host
99
+
machine for more info
100
+
83
101
## References
84
102
85
103
The original boilerplate was from from this MS [repo](https://github.com/microsoft/vscode-remote-try-go)
0 commit comments