We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bc2746 commit 5d2d665Copy full SHA for 5d2d665
templates/emacs-pod/main.tf
@@ -82,7 +82,7 @@ resource "coder_app" "ttyd" {
82
share = "public"
83
slug = "ttyd"
84
display_name = "ttyd for tmux"
85
- icon = "/icon/folder.svg" # let's maybe get an emacs.svg somehow
+ icon = "https://upload.wikimedia.org/wikipedia/commons/0/08/EmacsIcon.svg"
86
agent_id = coder_agent.main.id
87
url = "http://localhost:7681" # 7681 is the default ttyd port
88
0 commit comments