Skip to content
This repository was archived by the owner on Aug 18, 2025. It is now read-only.

Commit 7f26841

Browse files
author
Katie Horne
committed
Add info to doc
1 parent ecc10be commit 7f26841

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

workspaces/applications.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: "Applications"
3-
description:
4-
Learn how to access web applications running on your remote workspace.
3+
description: Learn how to access web apps running in your workspace.
54
state: beta
65
---
76

@@ -23,7 +22,7 @@ application:
2322
apps:
2423
# Name of application in launcher
2524
- name: projector
26-
# Application scheme
25+
# Application scheme - must be http or https
2726
scheme: http
2827
# Application port
2928
port: 9999
@@ -47,6 +46,13 @@ apps:
4746
port: 9999
4847
```
4948
49+
**Notes**:
50+
51+
- All top-level fields in the `config.yaml` file are required
52+
- You must include at least one health check, though we recommend both. The
53+
`exec` health check looks for an exit code of `0`, while the `http` health
54+
check looks for the return of `HTTP 200`.
55+
5056
You can include the applications specification file in your
5157
[workspace image](../images/writing.md). You an also modify the file via
5258
[personalization](./personalization.md) scripts.

0 commit comments

Comments
 (0)