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

    ryanmerolle

    09/09/2022, 2:43 PM
    it requires an email and password
  • r

    ryanmerolle

    09/09/2022, 2:43 PM
    but it fails to fetch when logging in
  • r

    ryanmerolle

    09/09/2022, 10:43 PM
    so I redeployed with the latest version on my macbook using the script... it works well. Installs coder binary and such
  • r

    ryanmerolle

    09/09/2022, 10:44 PM
    if you test using docker-compose, would one install the coder binary on the host where docker is installed to setup the first user and such? or do you just run some docker-compose exec?
  • r

    ryanmerolle

    09/09/2022, 10:45 PM
    I did not see coder come up in the PATH of the docker file when I connected via bash
  • h

    honghong

    09/12/2022, 4:45 AM
    the error
    install terraform: context deadline exceeded
    still happen after install terraform manually
  • d

    davidgrey.me

    09/12/2022, 11:29 AM
    Hey everyone, could someone please help clarify how using coder can prevent code-theft when working with temporary freelancers? Is it mainly the fact that a developer can't copy/paste from the remote server to his PC? Is there anything else?
    b
    p
    s
    • 4
    • 14
  • r

    Rameshpersuader

    09/12/2022, 10:17 PM
    Hey guys can someone tell me if coder is free?
    g
    • 2
    • 3
  • g

    Geoff

    09/14/2022, 12:15 AM
    @antonbabenko, @Atif, @Phorcys wondering if you would be up for a separate/individualised social calls in the coming weeks?
    p
    a
    a
    • 4
    • 14
  • h

    honghong

    09/14/2022, 3:40 AM
    can we stop user to open any file on the file system, just a special folder
  • h

    honghong

    09/14/2022, 3:40 AM
  • d

    dorkbydesign

    09/14/2022, 4:26 AM
    hey all just a quick question, does the startup script get run as well when you run the init script?
  • d

    dorkbydesign

    09/14/2022, 4:26 AM
    or just the init script runs?
  • h

    honghong

    09/14/2022, 4:33 AM
    can we disable user to install or uninstall extension when using code-server?
  • p

    Phorcys

    09/14/2022, 5:09 AM
    not really now except if they don't have permission to open it (e.g the coder user can't open stiff in most of those directories)
  • p

    Phorcys

    09/14/2022, 5:09 AM
    ?
  • p

    Phorcys

    09/14/2022, 5:09 AM
    I don't know and probably not
  • a

    ashokkumar

    09/14/2022, 6:28 AM
    Hi All, iam facing some issue while installing the chrome extension on code - server
  • a

    ashokkumar

    09/14/2022, 6:29 AM
    can some please help me
  • p

    Phorcys

    09/14/2022, 10:13 AM
    well it can't work
  • p

    Phorcys

    09/14/2022, 10:15 AM
    because the "Debugger for Chrome" connects to Google Chrome on your computer, which it can't do since it's not on your computer
  • u

    ! ɪɴᴇꜰ |l ZotrexSpark

    09/14/2022, 11:32 AM
    Hi
  • t

    thehedgefrog

    09/14/2022, 4:02 PM
    Hi everyone! I want to run Coder in a Docker container - it works fine so far but I would like to persist the configuration, the templates and such so that if the container restarts it's back to normal. Aside from the Postgres DB, what should I mount as a volume?
  • d

    Dean

    09/14/2022, 4:29 PM
    all you'll need to persist is the postgres db, all data is stored in there
  • d

    Dean

    09/14/2022, 4:29 PM
    stuff like template uploads are stored as blobs in the database
  • t

    thehedgefrog

    09/14/2022, 5:08 PM
    Cool, thanks!
  • t

    thehedgefrog

    09/15/2022, 3:03 AM
    Can I do RBAC or prevent signups when using OIDC? Or is anyone able to sign up if they have OIDC access?
  • d

    Dean

    09/15/2022, 6:09 AM
    Currently we don't support importing RBAC roles from OIDC. You can limit which OIDC users can use coder from your identity provider's side by only allowing the users you want to access Coder
  • t

    thehedgefrog

    09/15/2022, 1:26 PM
    Fair enough - is Github the same? As in anyone with a Github account has access to Coder?
  • d

    Dean

    09/15/2022, 3:23 PM
    you can limit which members of orgs/teams on github.com can login/sign up
    Copy code
    --oauth2-github-allow-signups                Specifies whether new users can sign up
                                                       with GitHub.
                                                       Consumes $CODER_OAUTH2_GITHUB_ALLOW_SIGNUPS
          --oauth2-github-allowed-orgs stringArray     Specifies organizations the user must be a
                                                       member of to authenticate with GitHub.
                                                       Consumes $CODER_OAUTH2_GITHUB_ALLOWED_ORGS
          --oauth2-github-allowed-teams stringArray    Specifies teams inside organizations the
                                                       user must be a member of to authenticate
                                                       with GitHub. Formatted as:
                                                       <organization-name>/<team-slug>.
1...202122...96Latest