Skip to content

Commit

Permalink
change weird wording, tweak gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
IncognitoTGT committed Jul 24, 2024
1 parent e0aa958 commit f509fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/writing-workspaces/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Stardust's container agent is an HTTP server running on any Stardust container o
The stock agent is written in TypeScript and uses [Fastify](https://fastify.dev/). More details can be found [here](/docs/writing-workspaces/agent-api).

## VNC
Stardust expects a VNC server running on port 5900. It is expected to only accept a password for auth, and said password should be exported as an environment variable, so that the container agent can access it. The server should also have remote resizing enabled, so that the container agent can resize the VNC window to fit the user's screen.
Stardust expects a VNC server running on port 5900. It is expected to only accept a password for auth, and said password should be exported as an environment variable, so that the container agent can access it. The server should also have remote resizing enabled, unless it's not suited for the use case.

### Password
There are many ways to share the VNC password with the agent. The stock images export an environment variable that's a random string, and then `vncpasswd` is used to set the password.
Expand Down

0 comments on commit f509fe5

Please sign in to comment.