File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ resource "coder_app" "emacs-broadway" {
65
65
agent_id = coder_agent. main . id
66
66
slug = " emacs-broadway"
67
67
display_name = " Emacs on Broadway"
68
- icon = " /icon/folder.svg " # let's maybe get an emacs. svg somehow
68
+ icon = " https://upload.wikimedia.org/wikipedia/commons/0/08/EmacsIcon. svg"
69
69
url = " http://localhost:8085" # port 8080 + BROADWAY_DISPLAY
70
70
71
71
# healthcheck {
@@ -82,7 +82,7 @@ resource "coder_app" "ttyd" {
82
82
share = " public"
83
83
slug = " ttyd"
84
84
display_name = " ttyd for tmux"
85
- icon = " /icon/folder.svg " # let's maybe get an emacs. svg somehow
85
+ icon = " https://upload.wikimedia.org/wikipedia/commons/0/08/EmacsIcon. svg"
86
86
agent_id = coder_agent. main . id
87
87
url = " http://localhost:7681" # 7681 is the default ttyd port
88
88
@@ -99,7 +99,7 @@ resource "coder_app" "tmux" {
99
99
agent_id = coder_agent. main . id
100
100
display_name = " tmux"
101
101
slug = " tmux"
102
- icon = " /icon/folder.svg " # let's maybe get an emacs. svg somehow
102
+ icon = " https://upload.wikimedia.org/wikipedia/commons/0/08/EmacsIcon. svg"
103
103
command = " tmux at"
104
104
share = " public"
105
105
}
You can’t perform that action at this time.
0 commit comments