Skip to content

Commit af6b438

Browse files
committed
add emacs icon
1 parent 2bc2746 commit af6b438

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/emacs-pod/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)