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

Commit ecc10be

Browse files
author
Katie Horne
committed
edit text
1 parent d636ce7 commit ecc10be

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

workspaces/applications.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Applications"
33
description:
44
Learn how to access web applications running on your remote workspace.
5-
state: alpha
5+
state: beta
66
---
77

88
You can connect to web applications installed on your workspace using the
@@ -11,9 +11,11 @@ workspace filesystem.
1111

1212
![Application Launcher](../assets/workspaces/applications.png)
1313

14-
## Application Specification File
14+
## Application specification file
1515

16-
You may specify the following options for an application:
16+
The application specification file allows you to define what Coder needs to
17+
launch the application. Within the file, you can specify the following for each
18+
application:
1719

1820
```yaml
1921
# /coder/apps/config.yaml
@@ -27,7 +29,7 @@ apps:
2729
port: 9999
2830
# Working directory
2931
dir: /home/coder
30-
# File path to icon used in launcher
32+
# File path to icon used in application launcher
3133
icon_path: /home/coder/goland.svg
3234
# Command to start the application
3335
command: /home/coder/.local/bin/projector
@@ -45,5 +47,6 @@ apps:
4547
port: 9999
4648
```
4749
48-
The applications specification file can be written into the workspace image and
49-
also supports editing via [personalization](./personalization.md) scripts.
50+
You can include the applications specification file in your
51+
[workspace image](../images/writing.md). You an also modify the file via
52+
[personalization](./personalization.md) scripts.

0 commit comments

Comments
 (0)