Document API code-server controls
This commit is contained in:
parent
f044fba546
commit
f1ddeab2cb
@ -49,6 +49,10 @@ This file records what is believed to be implemented now.
|
|||||||
- IDE proxy supports both tunnel paths under `/__ide/:id` and hosted `dev-<vmid>.<suffix>` hosts.
|
- IDE proxy supports both tunnel paths under `/__ide/:id` and hosted `dev-<vmid>.<suffix>` hosts.
|
||||||
- Hosted IDE tokens can be delivered by query parameter and then persisted as the IDE proxy cookie.
|
- Hosted IDE tokens can be delivered by query parameter and then persisted as the IDE proxy cookie.
|
||||||
- Hosted URL return is controlled by `DEV_IDE_RETURN_HOSTED_URL`.
|
- Hosted URL return is controlled by `DEV_IDE_RETURN_HOSTED_URL`.
|
||||||
|
- API exposes code-server controls for owned dev containers:
|
||||||
|
- `POST /api/dev/:id/codeserver/start` -> Agent `POST /dev/codeserver/start`
|
||||||
|
- `POST /api/dev/:id/codeserver/stop` -> Agent `POST /dev/codeserver/stop`
|
||||||
|
- `POST /api/dev/:id/codeserver/restart` -> Agent `POST /dev/codeserver/restart`
|
||||||
|
|
||||||
## Still true
|
## Still true
|
||||||
- websocket console proxy wiring remains outside `agentClient.js`
|
- websocket console proxy wiring remains outside `agentClient.js`
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user