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

    thehedgefrog

    09/15/2022, 3:49 PM
    Awesome! Wish something similar was implemented with OIDC!
  • d

    Dean

    09/15/2022, 4:48 PM
    feel free to write an issue for it if one doesn't already exist πŸ™‚
  • p

    PixNyb

    09/15/2022, 5:56 PM
    Hey everyone! I’ve been using code-server for a while and wanted to try out the new coder v2 project. I’ve been playing around with the tunnel for a bit but i don’t know how to bind it to an access_url on a server with nginx installed. Can anyone guide me in the right direction to write a vhost file that works with coder?
  • t

    timoooooo

    09/15/2022, 8:41 PM
    I just turned on the tailscale derp server in coder and noticed that the ams coder derp is faster (latency wise) then my coder server πŸ˜„ LOL
    k
    • 2
    • 1
  • t

    thehedgefrog

    09/15/2022, 9:07 PM
    For some reason, my startup script doesn't install code-server so the VSCode button doesn't work. It works fine if I run it manually. I have tried all variations of it but it refuses to run on startup. Ideas?
    Copy code
    resource "coder_agent" "main" {
      env = {
        GIT_AUTHOR_NAME     = "${data.coder_workspace.me.owner}"
        GIT_COMMITTER_NAME  = "${data.coder_workspace.me.owner}"
        GIT_AUTHOR_EMAIL    = "${data.coder_workspace.me.owner_email}"
        GIT_COMMITTER_EMAIL = "${data.coder_workspace.me.owner_email}"
      }
      arch           = data.coder_provisioner.me.arch
      os             = "linux"
      startup_script = <<EOF
        #!/bin/sh
        %{ if var.dotfiles_uri != "" }coder dotfiles -y ${var.dotfiles_uri}%{ endif }
        curl -fsSL https://code-server.dev/install.sh | sh
        code-server --auth none --port 13337
        EOF
    }
    
    resource "coder_app" "code-server" {
      agent_id = coder_agent.main.id
      name     = "VSCode"
      icon     = "/icon/code.svg"
      url      = "http://0.0.0.0:13337/?folder=/home/coder"
    }
    k
    g
    • 3
    • 9
  • d

    dorkbydesign

    09/16/2022, 12:25 PM
    Hey all, I'm looking to transition my team of ~30 developers to dev environments hosted fully on Coder OSS. I'm just wondering what the future monetisation plans are for Coder as it obviously is a big project. Just wondering how you are providing the whole Coder platform for free and if any analytics/tracking data is sent back to base?
    k
    t
    • 3
    • 5
  • p

    Phorcys

    09/16/2022, 1:05 PM
    Coder OSS itself will stay free but it has a paid tier that unlocks specific features.
  • p

    Phorcys

    09/16/2022, 1:05 PM
    I don't think there is any tracking but I'll let members of the Coder team answer that one.
  • t

    thehedgefrog

    09/16/2022, 7:22 PM
    Should the
    startup_script
    run every time the workspace is started?
    k
    • 2
    • 28
  • w

    WhyAydan

    09/16/2022, 8:31 PM
    Am I being silly! Can't run this
    coder templates init
    on docker
  • e

    Einstein

    09/17/2022, 4:06 PM
    im looking for a coder, dm me if your professional
  • p

    Phorcys

    09/17/2022, 4:41 PM
    wrong discord
  • p

    Phorcys

    09/17/2022, 4:41 PM
    ask in discord.gg/programming maybe
  • e

    Einstein

    09/17/2022, 5:36 PM
    thanks
  • l

    loc

    09/19/2022, 1:20 AM
    Hi! I've been using code-server for personal use for the last 6 months and it's been great. Just found out about coder OSS today, but am a bit confused about the difference between the 2. What are the main reasons one might want to move from code-server to coder OSS?
    g
    • 2
    • 7
  • n

    natewalck

    09/19/2022, 4:12 PM
    Is it possible to run Coder v2 without having a publicly accessible endpoint? I'd like to access it over my own proxy and I'd really prefer not to have a public facing endpoint.
    k
    • 2
    • 19
  • t

    timoooooo

    09/26/2022, 9:27 PM
    Just wanted to say that the new port forward feature works absolutly amazing and that I love it. Really missed this from v1 πŸ™‚
  • t

    thehedgefrog

    09/27/2022, 3:17 PM
    I just updated coder to the latest version and I have a new issue - I have
    command: chmod 666 /var/run/docker.sock
    in my docker-compose to avoid permission denied errors. It no longer works on the latest version, I have to exec into the container to run the command, which is less than convenient. Any obvious reason why?
    k
    c
    m
    • 4
    • 12
  • p

    Phorcys

    09/28/2022, 2:43 PM
    do you guys think it'd be possible to add a config file to coder dotfiles? I would like to automatically symlink directories (mainly my GNOME and SSH configs) rather than having to move them or symlinking manually
    m
    f
    • 3
    • 4
  • p

    Phorcys

    09/28/2022, 2:44 PM
    also, does the coder cli remember your dotfiles repo?
  • p

    Phorcys

    09/28/2022, 2:45 PM
    well, I guess I could do that in the setup script actually
  • f

    Freeman

    09/29/2022, 6:23 AM
    Hi everyone!
  • f

    Freeman

    09/29/2022, 6:23 AM
    Had some issues with code-server what would be the proper forum to ask some queries ?
    f
    • 2
    • 1
  • p

    Phorcys

    09/29/2022, 9:25 AM
    #1006346052317753414
  • Hi we are looking for an alternative for
    k

    kyle

    09/30/2022, 2:39 PM
    Hey there @myname πŸ‘‹ Coder lets you use Kubernetes and entirely customize the pod, persistent volumes, and anything about the dev environment. If that level of customization is what you need, then it should work well!
  • p

    Phorcys

    10/02/2022, 2:47 PM
    is there a way to know workspace owner, workspace name and agent name from within the CT ?
  • p

    Phorcys

    10/02/2022, 2:47 PM
    (related to https://github.com/coder/coder/issues/3808)
  • p

    Phorcys

    10/02/2022, 2:49 PM
    nevermind, cause I'd have to know the wildcard access url too
  • k

    kyle

    10/02/2022, 4:00 PM
    @Phorcys we could pass all that data through the
    coder_workspace
    metadata. What are you thinking?
  • p

    Phorcys

    10/02/2022, 4:02 PM
    that should do it yeah
1...212223...96Latest