https://linen.dev logo
Join Discord
Powered by
# general
  • c

    chedda7

    04/27/2023, 4:49 PM
    Trying to SSH from my laptop to coder workspace. Worked through auth/token/headers and am now at the point where I am hitting the workspace but it just hangs and I never get a prompt. Any help here would be appreciated.
  • c

    chedda7

    04/27/2023, 5:15 PM
    Expected behavior here when I do a wrong workspace. The real workspace (
    demo
    ) will just stay open wth no prompt. On the cluster I can see the request successfully coming through the
    istio-ingress-gateway
    and I see connection requests in the logs for
    po/coder-{user}-demo

    https://cdn.discordapp.com/attachments/971231372373033030/1101194989452669039/image.png▾

  • c

    colin (rust enthusiast)

    04/27/2023, 6:29 PM
    try removing
    --stdio
    , it's only meant for using
    ssh
    directly
  • c

    colin (rust enthusiast)

    04/27/2023, 6:32 PM
    forgot to reply, see ^
  • Coder an ArgoCD replacement?
    s

    Sharp

    04/27/2023, 9:55 PM
    Coder seems like a very interesting tool to me for just replacing something like ArgoCD. Instead of defining your k8s deployments as manifests, define it as coder templates. Disable code-server in them all (terminal is probably enough). Has anyone else tried this? Seems like an interesting concept.
    s
    • 2
    • 3
  • s

    Sharp

    04/27/2023, 9:56 PM
    You'd have issues if anyone else wanted to use your services but except for that 😅
  • s

    Sharp

    04/27/2023, 9:57 PM
    Is there anything else like that, that already exists? With a coder-like interface?
  • p

    Phorcys

    04/28/2023, 6:19 AM
    yeaah -- i'll migrate it today
  • d

    Dean

    04/28/2023, 7:03 AM
    This sounds totally possible with the features we provide today
  • d

    Dean

    04/28/2023, 7:03 AM
    But it’s pretty unconventional so idk if anyone has tried it yet
  • c

    chedda7

    04/28/2023, 12:26 PM
    Tried that and got the same result. Is coder ssh attempting to use port 22 here? We are going through a Cloudflare tunnel and that wont work.
  • p

    Phorcys

    04/28/2023, 12:37 PM
    it's not -- ``coder ssh`` communicates via websockets (or DERP i think -- but I'm not sure)
  • p

    Phorcys

    04/28/2023, 1:29 PM
    @hippiehacker have you ever managed to run qt apps under broadway ?
  • p

    perspicacity

    04/28/2023, 3:16 PM
    can someone look at #1101527338082111569 pls
  • p

    Phorcys

    04/28/2023, 3:28 PM
    please simply wait instead of crossposting, we check the help channels frequently and this type of behavior doesn't quite make me motivated to assist
  • k

    KozmikNano

    04/29/2023, 12:41 PM
    Can a mod close #1101845231185444895
  • u

    💜Clari

    04/29/2023, 10:45 PM
    can i ask about code-server here?
  • m

    Merith

    04/29/2023, 10:52 PM
    Wait...
  • m

    Merith

    04/29/2023, 10:53 PM
    yes you can
  • m

    Merith

    04/29/2023, 10:53 PM
    cant I just set the $HOME variable and call it a day when running VScode?
  • u

    💜Clari

    04/29/2023, 11:01 PM
    ok so i made a server, renamed it, then it got killed and starting the server again made a new one (long story why and not really important) but so anyways the new server has a different name and i can't figure out how to get the original server back because if i try to rename the new server to the same name as the original server it says that server already exists but i can't figure out how to start a tunnel with code-server that will have the name i wanted
  • u

    💜Clari

    04/29/2023, 11:06 PM
    also how does code-server handle auth? is it just straight a public tunnel to the machine's filesystem? if not where does it get my github creds from
  • m

    Merith

    04/30/2023, 12:29 AM
    To my knowledge, using the ssh script with code server gets your public keys from github, i think
    curl https://github.com/<username>.keys
    returns your publickeys that you have added to your GH account
  • u

    💜Clari

    04/30/2023, 12:31 AM
    ssh script?
  • u

    💜Clari

    04/30/2023, 12:31 AM
    also where does it get my username from, then? .gitconfig?...no that can't be because that's a different name
  • m

    Merith

    04/30/2023, 12:32 AM
    let me look,
  • m

    Merith

    04/30/2023, 12:32 AM
    can you show what you are doing to run it?
  • m

    Merith

    04/30/2023, 12:35 AM
    i just realized I could heavily simplify my mod code for this using the script...
  • u

    💜Clari

    04/30/2023, 12:35 AM
    code-server
  • m

    Merith

    04/30/2023, 12:53 AM
    gonna need screenshots of what you are doing
1...878889...96Latest