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

    hippiehacker

    11/17/2022, 8:03 PM
    When using coder templates, if I want to create a kubernetes PVC, then leave the PV around to be reattached later when it's spun up again, how would I configure the resource?
    b
    c
    • 3
    • 9
  • h

    hippiehacker

    11/18/2022, 4:23 PM
    I'm wanting to extend the time a workspace can be idle before auto-stop kicks in. Would seting the ttl on a template accomplish this? I see an example in coder/cli/tt.gol, but it's not exported as part of the cli as far as I can tell. : https://github.com/coder/coder/blob/dcf03d8ba3e1aaee347fc5b4ca67bb50f5bae1e8/cli/ttl.go#L23
  • n

    Noah-Huppert

    11/21/2022, 10:00 PM
    Super hype. I just finished revamping our company's coder deployment so 1) it's all in configuration as code 2) you need a VPN to access workspaces and the Coder server 3) AND MOST COOL each coder workspace gets its own Route53 dns entry so you can share a potential work in progress branch w a designer or something by going to
    <workspace name>.<user>.workspaces.dev.company
  • z

    Zeref

    11/22/2022, 4:10 AM
    Hi every1, Can we add Vscode extensions in docker-code-server template while creating a workspace?
  • p

    Phorcys

    11/22/2022, 6:45 AM
    you can follow this -> https://coder.com/docs/code-server/latest/FAQ#how-do-i-install-an-extension
  • z

    Zeref

    11/22/2022, 6:56 AM
    This follows installing the extension after the workspace has been created. Iam asking whether we can prompt the user for vs code extension during workspace creation of Coder UI
  • p

    Phorcys

    11/22/2022, 9:08 AM
    well you can prompt them there and install it afterwards from within the startup_script of the coder agent
  • z

    Zeref

    11/22/2022, 9:24 AM
    Actually I saw a video in YouTube, there it was prompted for Vscode extension during workspace creation. So, I was looking for that template.

    https://www.youtube.com/watch?v=7n_NuUW04h4&list=PLhICC2r5QEpUQqeZoTfaLdHkmoc4RYZhs&index=9▾

  • p

    Phorcys

    11/22/2022, 9:42 AM
    i don't see where he does that
  • z

    Zeref

    11/22/2022, 9:44 AM
    At 2:29
  • p

    Phorcys

    11/22/2022, 9:44 AM
    but yeah all you have to do is prompt the user and install the ext from the runtime_script
  • z

    Zeref

    11/22/2022, 9:45 AM
    Ok I will do that thanks very much
  • p

    Phorcys

    11/22/2022, 9:45 AM
    yeah that looks like what he does
  • z

    Zeref

    11/22/2022, 9:45 AM
    If possible can you share this template
  • z

    Zeref

    11/22/2022, 9:45 AM
    That is if you have it
  • p

    Phorcys

    11/22/2022, 9:48 AM
    looks like he made it
  • p

    Phorcys

    11/22/2022, 9:48 AM
    i can help you implementing this feature later on if you want
  • z

    Zeref

    11/22/2022, 9:49 AM
    Ok that would be helpful
  • f

    Freeman

    11/22/2022, 4:21 PM
    Anyone has an idea why this happens ?
  • f

    Freeman

    11/22/2022, 4:21 PM
    Status shows running but main does not show anything and no container is running
  • f

    Freeman

    11/22/2022, 4:21 PM
    Using the default template docker-image-builds
  • p

    Phorcys

    11/22/2022, 4:22 PM
    this happens when the coder_agent is not connected
  • f

    Freeman

    11/22/2022, 4:24 PM
    Weird
  • f

    Freeman

    11/22/2022, 4:24 PM
    Have not made any changes to the default template
  • c

    cfouche

    11/22/2022, 4:37 PM
    check the docker container logs
  • f

    Freeman

    11/22/2022, 4:38 PM
    @cfouche its not creating a container in the first place
  • p

    Phorcys

    11/22/2022, 4:47 PM
    this looks similar to the issue atif was having
  • p

    Phorcys

    11/22/2022, 4:48 PM
    can you create a thread in #1006346052317753414 ?
  • f

    Freeman

    11/22/2022, 4:55 PM
    Yeah sure
  • z

    zhaozhiming

    11/23/2022, 9:33 AM
    hi, how can I check my
    --proxy-domain
    is set correctly in my code-server? Thanks. #988847260764893234
1...343536...96Latest