Skip to content

Commit

Permalink
Merge pull request #329 from Automattic/create-pull-request/patch
Browse files Browse the repository at this point in the history
docs: automated documentation update
  • Loading branch information
sjinks committed Aug 12, 2024
2 parents e84c28e + efd7449 commit 0e2665c
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions features/src/desktop-lite/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@

# Desktop Lite (desktop-lite)

A lightweight desktop environment for development.

## Example Usage

```json
"features": {
"ghcr.io/Automattic/vip-codespaces/desktop-lite:1": {}
}
```

## Options

| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| enabled | Enable the Desktop Lite feature. | boolean | true |
| vnc_geometry | The geometry of the VNC server. | string | 1280x800 |
| vnc_password | The password for the VNC server. The password must be at least six characters long, and only the first eight characters are significant. | string | vscode |
| install-runit-service | Whether to install a runit service for the Desktop Lite feature. | boolean | true |



---

_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/Automattic/vip-codespaces/blob/main/features/src/desktop-lite/devcontainer-feature.json). Add additional notes to a `NOTES.md`._

0 comments on commit 0e2665c

Please sign in to comment.