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" {
6565 agent_id = coder_agent. main . id
6666 slug = " emacs-broadway"
6767 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"
6969 url = " http://localhost:8085" # port 8080 + BROADWAY_DISPLAY
7070
7171 # healthcheck {
@@ -82,7 +82,7 @@ resource "coder_app" "ttyd" {
8282 share = " public"
8383 slug = " ttyd"
8484 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"
8686 agent_id = coder_agent. main . id
8787 url = " http://localhost:7681" # 7681 is the default ttyd port
8888
@@ -99,7 +99,7 @@ resource "coder_app" "tmux" {
9999 agent_id = coder_agent. main . id
100100 display_name = " tmux"
101101 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"
103103 command = " tmux at"
104104 share = " public"
105105}
You can’t perform that action at this time.
0 commit comments