From 52455e87a5c336faba186d51df9e619eb702a724 Mon Sep 17 00:00:00 2001 From: M Atif Ali Date: Fri, 7 Mar 2025 22:05:46 +0500 Subject: [PATCH] chore(dogfood): update Zed URI to use Coder Desktop provided DNS entries --- dogfood/contents/zed/main.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dogfood/contents/zed/main.tf b/dogfood/contents/zed/main.tf index 4eb63f7d48e39..c4210385bad93 100644 --- a/dogfood/contents/zed/main.tf +++ b/dogfood/contents/zed/main.tf @@ -20,9 +20,9 @@ data "coder_workspace" "me" {} resource "coder_app" "zed" { agent_id = var.agent_id - display_name = "Zed Editor" + display_name = "Zed" slug = "zed" icon = "/icon/zed.svg" external = true - url = "zed://ssh/coder.${lower(data.coder_workspace.me.name)}/${var.folder}" + url = "zed://ssh/${lower(data.coder_workspace.me.name)}.coder/${var.folder}" } pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy