https://linen.dev logo
Join Discord
Powered by
# general
  • they had almost the same information. so they got removed
    m

    MrPeacock

    04/12/2023, 5:18 PM
    they had almost the same information. so they got removed
  • :/
    k

    KozmikNano

    04/12/2023, 5:19 PM
    :/
  • I feel that docker-image-builds should be brought back as it showed how to allow a choice of showing multiple differnt dockerfiles
    k

    KozmikNano

    04/12/2023, 5:21 PM
    I feel that docker-image-builds should be brought back as it showed how to allow a choice of showing multiple differnt dockerfiles
  • the docker-code-server one showed how to utilize cloud based dockerfiles.
    k

    KozmikNano

    04/12/2023, 5:21 PM
    the docker-code-server one showed how to utilize cloud based dockerfiles.
  • although it isn't needed i feel documentation on these should be added, or bring the examples back with better naming
    k

    KozmikNano

    04/12/2023, 5:23 PM
    although it isn't needed i feel documentation on these should be added, or bring the examples back with better naming
  • I can add documentation if anybody agrees with me.
    k

    KozmikNano

    04/12/2023, 5:25 PM
    I can add documentation if anybody agrees with me.
  • And now my pr has merge conflicts, Ima just remove is 💀
    k

    KozmikNano

    04/12/2023, 5:27 PM
    And now my pr has merge conflicts, Ima just remove is 💀
  • what port do I proxy pass to in my nginx config for the wildcard access url?
    a

    aquila

    04/12/2023, 7:27 PM
    what port do I proxy pass to in my nginx config for the wildcard access url?
  • the access url works fine since the coder server listens on port 3000
    a

    aquila

    04/12/2023, 7:27 PM
    the access url works fine since the coder server listens on port 3000
  • like ```nginx location / { proxy_pass 3000; } ```
    a

    aquila

    04/12/2023, 7:28 PM
    like
    Copy code
    nginx
    location / {
      proxy_pass 3000;
    }
  • nevermind make sure to check out the examples everyone <https://github.com/coder/coder/tree/main/examples/web-server/nginx>
    a

    aquila

    04/12/2023, 7:32 PM
    nevermind make sure to check out the examples everyone
  • Also feel free to contribute your templates
    a

    Atif

    04/13/2023, 2:15 AM
    Also feel free to contribute your templates
  • I actually plan on adding this vscode-server proof of concept, as well as some quick dev environments options!
    k

    KozmikNano

    04/13/2023, 2:19 AM
    I actually plan on adding this vscode-server proof of concept, as well as some quick dev environments options!
  • There is also awesome-coder repo
    a

    Atif

    04/13/2023, 2:19 AM
    There is also awesome-coder repo
  • 👀
    k

    KozmikNano

    04/13/2023, 2:19 AM
    👀
  • https://github.com/coder/awesome-coder
    a

    Atif

    04/13/2023, 2:20 AM
    https://github.com/coder/awesome-coder
  • Currently doing this all on the raspberry pi, so its been fun trying to get things to work on arm
    k

    KozmikNano

    04/13/2023, 2:22 AM
    Currently doing this all on the raspberry pi, so its been fun trying to get things to work on arm
  • i should make a coder zhs plugin atp
    k

    KozmikNano

    04/13/2023, 4:21 AM
    i should make a coder zhs plugin atp
  • How do we integrate c# to run a formula program like loader
    d

    damn

    04/13/2023, 10:38 AM
    How do we integrate c# to run a formula program like loader
  • How does coder/docker handle file saving when restarting a container?
    k

    KozmikNano

    04/13/2023, 2:15 PM
    How does coder/docker handle file saving when restarting a container?
  • When ever i restart the container i just made, everything gets wiped completly
    k

    KozmikNano

    04/13/2023, 2:15 PM
    When ever i restart the container i just made, everything gets wiped completly
  • OIDC gating
    d

    Dandi

    04/13/2023, 2:50 PM
    Hey Coders, I have set up the OpenID Connect for signing in to Coder and anybody with an account from my domain can log in. I wanted to know if there's a way to be able to control that via Cloud IAM? On GCP, for instance?
    p
    b
    • 3
    • 10
  • p

    Phorcys

    04/13/2023, 2:55 PM
    doesn't
  • p

    Phorcys

    04/13/2023, 2:56 PM
    that's the thing with docker
  • p

    Phorcys

    04/13/2023, 2:56 PM
    you need to create a persistent volume for a specific directory
  • p

    Phorcys

    04/13/2023, 2:56 PM
    see ``docker_volume`` in kreuzwerker/docker docs
  • p

    Phorcys

    04/13/2023, 2:56 PM
    i can't link you to it because i'm on mobile
  • k

    KozmikNano

    04/13/2023, 2:57 PM
    Ah, that helps! Thank you!
  • Is there a configuration option to tell
    p

    peterpathirana

    04/13/2023, 3:17 PM
    Is there a configuration option to tell coder control plane to refresh the oauth token (say from Gitlab) after a specified time frame?
    • 1
    • 1
  • k

    KozmikNano

    04/13/2023, 3:37 PM
    Found the issue!
1...808182...96Latest