This repository was archived by the owner on Aug 18, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 22title : " Applications"
33description :
44 Learn how to access web applications running on your remote workspace.
5- state : alpha
5+ state : beta
66---
77
88You 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
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
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.
You can’t perform that action at this time.
0 commit comments