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 +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -37,14 +37,14 @@ apps:
3737 # Working directory
3838 dir : /home/coder
3939 # File path to icon used in application launcher
40- icon_path : /home/coder/goland.svg
40+ icon-path : /home/coder/goland.svg
4141 # Command to start the application
4242 command : /home/coder/.local/bin/projector
4343 # Array of arguments for command
4444 args : ["run"]
4545 # Health checks to get running application status
4646 # Can use exec or http health checks to localhost
47- health_check :
47+ health-check :
4848 exec :
4949 command : " pgrep"
5050 args : ["projector"]
5757**Notes**:
5858
5959- All top-level fields in the ` config.yaml` file are required
60- - You must include at least one health check. The
61- ` exec ` health check looks for an exit code of `0`, while the `http` health
62- check looks for the return of `HTTP 200`.
60+ - You must include at least one health check. The `exec` health check looks for
61+ an exit code of `0`, while the `http` health check looks for the return of
62+ ` HTTP 200` .
6363
6464You can include the applications specification file in your
6565[workspace image](../images/writing.md). You an also modify the file via
You can’t perform that action at this time.
0 commit comments