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

    MrPeacock

    02/22/2023, 7:16 PM
    git will be authenticated with your workspace user. so yes
  • d

    Don

    02/22/2023, 7:18 PM
    Ah, I see, my user account in coder has an auto-generated SSH key that I'm supposed to add to any git providers that I want coder to have access to. Nice!
  • d

    Don

    02/22/2023, 8:12 PM
    Would it be fair to say that Coder expects there to be a 1-to-1 ratio between places where you would find a
    docker-compose.yaml
    file and where you would find a
    templates/<template_name>/main.tf
    file ?
  • d

    Don

    02/22/2023, 8:18 PM
    I was expecting to create a bunch of
    coder-templates/mycompany-[rust,django,node]/main.tf
    templates and then spin up workspaces like
    coder create --template=mycompany-rust rustproject-385-feature-new-api
    . But our current architecture is more like
    microservices/rustproject/docker-compose.yaml
    . Should I expect to create a
    .tf
    file for every
    docker-compose.yaml
    file? Is that the normal path?
    k
    p
    a
    • 4
    • 5
  • p

    Phorcys

    02/22/2023, 10:07 PM
    would there be a way to file split my config?
  • p

    Phorcys

    02/22/2023, 10:07 PM
    is putting all the tf files in the directory enough?
  • a

    Atif

    02/23/2023, 6:03 AM
    I guess you can separate terraform variables in a file named
    variables.tf
    but you have to reference it in
    main.tf
  • a

    alect

    02/23/2023, 8:47 PM
    is there a Dockerfile with the coder cli?
  • p

    Phorcys

    02/23/2023, 9:10 PM
    all images get the coder cli
  • p

    Phorcys

    02/23/2023, 9:10 PM
    when you install the coder agent it installs the coder cli
  • d

    DefinitelyNotSam

    02/24/2023, 7:57 PM
    Has anyone ever gotten gitlens to authenticate in a workspace using code-server. Been doing the rounds with kraken support
  • s

    Sven

    02/25/2023, 7:40 AM
    #1006346052317753414
  • d

    daVinci2793

    02/27/2023, 6:10 AM
    Howdy friends, I am dealing with a weird issue. The Docker Image Builds starter template is failing with the following error. Obviously this is weird, because it is a starter template and also performs all the typical "lower()" check... Any ideas?
  • p

    phish

    02/27/2023, 8:17 AM
    hi im the 1000th member
  • p

    Phorcys

    02/27/2023, 8:22 AM
    cool story bro
  • p

    Phorcys

    02/27/2023, 8:22 AM
    can you create a #1006346052317753414 thread ?
  • j

    JanL

    02/27/2023, 2:07 PM
    Does coder provide a health-check endpoint? I could only find, that the helm-charts configute the build-info endpoint - but it might be nice to make sure that an instance is actually working after a rolling update - I'm not sure if the buildinfo endpoint is sufficient here
    k
    • 2
    • 4
  • s

    sickerin

    02/27/2023, 3:03 PM
    could I ask a quick question? when running code-server, in most cases it can be accessed via
    www.someurl.com
    or
    www.someurl.com/vscode
    . Is there a way to change that it can be
    www.someurl.com/vscode1
    ,
    www.someurl.com/vscode2
    etc without messing with nginx, etc.
    k
    • 2
    • 7
  • s

    sickerin

    02/27/2023, 3:07 PM
    Some context about my server environment. Binding a port needs to accessed with headers modified. So I can't do
    www.someurl.com:8018
    . So that is why I want to modify
    vscode
    to
    vscode1
    , etc, so that I can write different header modification rules depending on the path in the url i.e different rules for
    vscode1
    ,
    vscode2
    . #1079067941691203764
  • u

    γ€š 𝐷𝐴𝑅𝐾 𝑆𝐼𝐷𝐸 γ€›

    02/27/2023, 3:46 PM
    Hell
  • u

    γ€š 𝐷𝐴𝑅𝐾 𝑆𝐼𝐷𝐸 γ€›

    02/27/2023, 3:46 PM
    Hello
  • p

    Phorcys

    02/27/2023, 7:30 PM
    nice πŸͺ„
  • p

    Phorcys

    02/27/2023, 7:31 PM
    @kyle
  • p

    Phorcys

    02/27/2023, 7:31 PM
    maybe the coder ui should auto convert to twemoji like discord does
    k
    • 2
    • 2
  • p

    Phorcys

    02/27/2023, 7:37 PM
    @kyle (back at it) on the new dogfood
    k
    a
    • 3
    • 22
  • h

    Hannsr

    02/28/2023, 7:53 AM
    Morning, is there a way to tell which SSH Key a workspace uses to e.g. connect to bitbucket/git? I added the Key from the coder Account page, but still get permission denied inside the workspace. Edit: It's only in one of the workspaces, a different one works β€¦πŸ« 
  • p

    Phorcys

    02/28/2023, 8:00 AM
    the one from the account page should work for git
  • h

    Hannsr

    02/28/2023, 8:01 AM
    Think I just found the culprit. I moved a script from a different machine into the workspace and that included creating new SSH keys. So I guess it was using that instead which ofc won't work
  • a

    Atif

    02/28/2023, 10:52 AM
    how to debug startup_script failures?
  • a

    Atif

    02/28/2023, 10:52 AM
    Somehow it is failing to run @Phorcys
1...616263...96Latest