-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #329 from Automattic/create-pull-request/patch
docs: automated documentation update
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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`._ |