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

    zaza is life

    10/24/2022, 8:24 PM
    they dont know anything bro
  • z

    zaza is life

    10/24/2022, 8:24 PM
    i asked them
  • z

    zaza is life

    10/24/2022, 8:24 PM
    they never respond first of all
  • z

    zaza is life

    10/24/2022, 8:24 PM
    and when they do respond they tell me to go learn it myself
  • c

    cfouche

    10/24/2022, 8:26 PM
    yeah but we won't help here for that as well
  • g

    Greenman9991

    10/25/2022, 5:17 PM
    am i allowed to ping the guru role for help?
  • p

    PhoenixFlower

    10/25/2022, 9:56 PM
    go to #include
  • p

    PhoenixFlower

    10/25/2022, 9:56 PM
    they have people who want to encourage you
  • a

    Anavren

    10/26/2022, 12:07 AM
    Hey Everyone 👋 I'm new here. Working on a school project related to Coder, and I was wondering if anyone could tell me if the Coder Terraform script (https://github.com/coder/coder/blob/main/examples/templates/aws-ecs-container/main.tf) creates a new task definition for each person or if it interpolates its values into a generic task definition.
    b
    • 2
    • 1
  • p

    PixNyb

    10/26/2022, 7:05 PM
    Heyhey! I just installed the new code-server 4.8 and i'm playing around with the port tab. I'm trying to get the proxy to work using a subdomain instead of the usual proxy path as i've always done but i can't seem to get it to work. The 4.8.0 patch notes list
    VSCODE_PROXY_URI=https://{{port}}.kyle.dev
    but i'm not entirely sure how to implement this. If i export it as an env variable it doesn't work. I'll also note that i'm NOT running code-server in a docker container
    k
    b
    j
    • 4
    • 19
  • z

    Zeref

    10/27/2022, 6:34 AM
    Hi everyone, Does anyone know how much is the size of single user workspace in coder OSS?
  • d

    Dean

    10/27/2022, 6:36 AM
    if you mean workspace disk size, it depends on the template. If you look in
    main.tf
    in whatever template you're using you should be able to find it
  • d

    Dean

    10/27/2022, 6:36 AM
    or change it
  • z

    Zeref

    10/27/2022, 6:37 AM
    Iam using coder server in docker template, do u know how much it does?
  • d

    Dean

    10/27/2022, 6:38 AM
    the docker template I believe doesn't have a storage size limit as it's just a docker volume
  • d

    Dean

    10/27/2022, 6:38 AM
  • z

    Zeref

    10/27/2022, 6:38 AM
    Ok thanks
  • p

    plsfix

    10/27/2022, 9:20 AM
    Hi, is there any documentation on the Intellij Coder Gateway plugin?
  • a

    Atif

    10/27/2022, 11:52 AM
    Are you looking for this? https://coder.com/docs/coder-oss/latest/ides/gateway
  • p

    plsfix

    10/27/2022, 12:45 PM
    this https://plugins.jetbrains.com/plugin/19620-coder-gateway
  • a

    Atif

    10/27/2022, 1:23 PM
    have not used it I use ssh to get into my workspaces it works without any plugin
  • p

    Phorcys

    10/27/2022, 2:01 PM
    are you having issues with it ?
  • p

    Phorcys

    10/27/2022, 2:01 PM
    if you are, then I think this ext might be v1 only
  • y

    Yannick

    10/27/2022, 5:32 PM
    Hey guys I'am using a terraform tempalte for a workspace in coder and try to establish an app connection with novnc, I cant acces novnc via portforwarding but accesing via app connection won't work. I am not sure what to do - here is my config: # code-server resource "coder_app" "code-server" { agent_id = coder_agent.dev.id name = "code-server" icon = "/icon/code.svg" url = "http://localhost:13337?folder=/home/${data.coder_workspace.me.owner}" subdomain = false } resource "coder_app" "novnc" { agent_id = coder_agent.dev.id name = "noVNC Desktop" icon = "https://ppswi.us/noVNC/app/images/icons/novnc-192x192.png" url = "http://localhost:6081/vnc.html" relative_path = false }
    • 1
    • 1
  • p

    plsfix

    10/27/2022, 5:49 PM
    I don't get it. Would like to host an Intellij workspace on Coder.
  • p

    Phorcys

    10/27/2022, 5:57 PM
    hey, please create a thread in #1006346052317753414
  • y

    Yannick

    10/27/2022, 5:58 PM
    Thank you I will
  • p

    Phorcys

    10/27/2022, 5:58 PM
    then you should be able to use ``coder config-ssh`` from your workstation and access ``coder.`` from IntelliJ
  • p

    Phorcys

    10/27/2022, 5:58 PM
    or you could also set up JetBrains Gateway
  • p

    plsfix

    10/27/2022, 6:22 PM
    Yea, ssh is working great. I may have to look into JetBrains Gateway
1...293031...96Latest