https://linen.dev logo
Join Discord
Powered by
# general
  • About the Sysbox future does anyone have
    j

    JanL

    04/03/2023, 10:32 AM
    About the Sysbox future - does anyone have any definite information, what features of sysbox EE went (or will go) into their CE, now that they don't offer any new EE licenses any more (or knows of an alternative with a better roadmap)? I fear betting on something that seems to be in a bit of a limbo state.
    b
    • 2
    • 4
  • t

    thehedgefrog

    04/03/2023, 4:58 PM
    I have made an Ansible role to install Coder on Ubuntu. It's pretty basic for now, install only, no uninstall, but it will update the executable and enable it to run on both normal and privileged ports.
  • t

    thehedgefrog

    04/03/2023, 4:58 PM
    It's over at https://galaxy.ansible.com/thehedgefrog/coder_v2_install
  • I get this when clicking on a template
    j

    JanL

    04/03/2023, 6:15 PM
    I get this when clicking on a template after updating the app. Going back and doing a ctrl-shift-r reload "fixes" the issue. Is there something I can do to prevent this from happening to users afetr an update?
    k
    q
    p
    • 4
    • 10
  • Anyone have an idea on these two errors
    c

    cookiesowns

    04/03/2023, 9:59 PM
    Anyone have an idea on these two errors? Even after upgrading to latest release were still seeing the same thing. We use AWS web certs for the API server
    Copy code
    registry.OpenKey(SOFTWARE\Tailscale IPN): The system cannot find the file specified.
    
    tlsdial: warning: server cert for “REDACTED” is not a Let’s Encrypt cert
    k
    • 2
    • 2
  • s

    syn

    04/04/2023, 12:33 PM
    #1092788826843398205
  • a

    aquila

    04/04/2023, 3:51 PM
    does the coder proxy ever go down?
  • a

    aquila

    04/04/2023, 3:51 PM
    coder.app
  • c

    colin (rust enthusiast)

    04/04/2023, 3:57 PM
    We do our best to keep it running 24/7 and have alerts if it ever goes down, but I wouldn't recommend using it for a production deployment
  • a

    aquila

    04/04/2023, 4:07 PM
    hm, appears to just be my ISP then
  • a

    aquila

    04/04/2023, 4:07 PM
    thanks
  • Did the coder shell completions go away
    p

    peterpathirana

    04/05/2023, 12:44 AM
    Did the coder shell completions go away w/ v0.21?
    a
    c
    • 3
    • 4
  • ``` curl https://dev.....de/api/v2/groups {"message":"Route not found."} ``` Shouldn't this give me the groups (or an authorization error) rather than a 404 ?
    j

    JanL

    04/05/2023, 7:03 PM
    Copy code
    curl https://dev.....de/api/v2/groups
    {"message":"Route not found."}
    Shouldn't this give me the groups (or an authorization error) rather than a 404 ?
  • even with the API-Key and an Accept-Encoding I get the same 404
    j

    JanL

    04/05/2023, 7:04 PM
    even with the API-Key and an Accept-Encoding I get the same 404
  • https://coder.com/docs/v2/latest/api/enterprise#get-groups says it should give me the groups. Am I doing something wrong?
    j

    JanL

    04/05/2023, 7:05 PM
    https://coder.com/docs/v2/latest/api/enterprise#get-groups says it should give me the groups. Am I doing something wrong?
  • yeah, looks like the docs are incorrect
    c

    colin (rust enthusiast)

    04/05/2023, 7:10 PM
    yeah, looks like the docs are incorrect
  • it should be `/api/v2/organizations/:orgId/groups`
    c

    colin (rust enthusiast)

    04/05/2023, 7:10 PM
    it should be
    /api/v2/organizations/:orgId/groups
  • what is my orgid?
    j

    JanL

    04/05/2023, 7:10 PM
    what is my orgid?
  • https://github.com/coder/coder/blob/main/enterprise/coderd/groups.go#L360 https://github.com/coder/coder/blob/main/enterprise/coderd/groups.go#L348
    j

    JanL

    04/05/2023, 7:12 PM
    https://github.com/coder/coder/blob/main/enterprise/coderd/groups.go#L360 https://github.com/coder/coder/blob/main/enterprise/coderd/groups.go#L348
  • hmm
    j

    JanL

    04/05/2023, 7:12 PM
    hmm
  • yeah the second one doesnt actually exist
    c

    colin (rust enthusiast)

    04/05/2023, 7:12 PM
    yeah the second one doesnt actually exist
  • `/api/v2/users/me` returns your orgs
    c

    colin (rust enthusiast)

    04/05/2023, 7:12 PM
    /api/v2/users/me
    returns your orgs
  • https://github.com/coder/coder/pull/7020
    c

    colin (rust enthusiast)

    04/05/2023, 7:15 PM
    https://github.com/coder/coder/pull/7020
  • ok. it actually works. Is "organization" actually used anywhere - I mean, can I actually have more than 1 organization - and what is the intended usecase?
    j

    JanL

    04/05/2023, 7:16 PM
    ok. it actually works. Is "organization" actually used anywhere - I mean, can I actually have more than 1 organization - and what is the intended usecase?
  • yeah they don't do anything right now, we designed it for expansion in the future
    c

    colin (rust enthusiast)

    04/05/2023, 7:16 PM
    yeah they don't do anything right now, we designed it for expansion in the future
  • ok
    j

    JanL

    04/05/2023, 7:16 PM
    ok
  • the users endpoint is not org scoped by the way
    j

    JanL

    04/05/2023, 7:17 PM
    the users endpoint is not org scoped by the way
  • maybe add a non-org-scoped ep for consistency?
    j

    JanL

    04/05/2023, 7:17 PM
    maybe add a non-org-scoped ep for consistency?
  • Then you don't have to bother users about orgs at all 😉
    j

    JanL

    04/05/2023, 7:17 PM
    Then you don't have to bother users about orgs at all 😉
  • I mean non-org-scoped endpoint for groups
    j

    JanL

    04/05/2023, 7:18 PM
    I mean non-org-scoped endpoint for groups
1...777879...96Latest