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

    Sven

    03/14/2023, 8:26 PM
    Hey ๐Ÿ˜„
  • s

    Sven

    03/14/2023, 8:26 PM
    Does anyone know where the web-editor is for versions?
  • s

    Sven

    03/14/2023, 9:03 PM
    ?
  • k

    kyle

    03/14/2023, 9:50 PM
    Hey Sven ๐Ÿ‘‹ Like for template versions?
  • s

    Sven

    03/14/2023, 9:50 PM
    Yeah
  • k

    kyle

    03/14/2023, 9:50 PM
    It's experimental right now! You can actually append
    /edit
    to the end of a template version URL to manually navigate to it, but it's not official yet so beware of bugs.
  • s

    Sven

    03/14/2023, 9:51 PM
    ๐Ÿ‘
  • s

    Sven

    03/14/2023, 9:51 PM
    Thx
  • a

    a28028

    03/15/2023, 7:03 AM
    hi I have created a template using "coder templates create" and I want to be able to update it from local.
  • p

    Phorcys

    03/15/2023, 10:31 AM
    do you have the template files ?
  • a

    a28028

    03/15/2023, 10:55 AM
    yes
  • m

    MrPeacock

    03/15/2023, 3:40 PM
    you can pull template via coder CLi. Use
    coder template pull name
    to download your template
  • f

    fschramek

    03/16/2023, 10:21 AM
    Hi, I have a question. How can i specify the vscode extentions inside the template so they also get installed for the VSCode Desktop client?
  • a

    akoenig

    03/16/2023, 10:47 AM
    You can install them via
    code-server --install-extension <extension-id>
    . For example, we store all our extensions in
    .vscode/extensions.json
    , read this file during the provisioning and install them accordingly:
    Copy code
    cat /path/to/your/repository/.vscode/extensions.json | jq -r '.recommendations[]' | xargs -n1 code-server --force --install-extension
    Hope that helps ๐Ÿ™‚
  • a

    akoenig

    03/16/2023, 10:57 AM
    Ah sorry, you're using the Desktop Client. Hmm ...
  • f

    fschramek

    03/16/2023, 10:57 AM
    so i would put "code-server --install-extension xxx" into the startup script for coder_agent ? Sry I'm new to the whole coder process
  • a

    akoenig

    03/16/2023, 10:58 AM
    Ya, just misread your initial message. So, when you would use the
    code-server
    (VS Code in the Browser), my approach would help. For the desktop version, not sure. Could be that you can install the extensions in that way too.
  • m

    modrin

    03/16/2023, 3:31 PM
    Has someone managed to use HTTP (port 80) without it being redirected to HTTPS? I have defined my
    .tf
    file with http and port 80, but on coder the link (from the button) shows up as https://, also changing it manually still redirects to https (this time traefik proxy shouldn't be redirecting it because I've removed all redirect middleware )
  • p

    peterpathirana

    03/16/2023, 5:35 PM
    Hi, did the ability to mark rich params as optional by setting default to empty make it 0.19.2 release?
  • Can I use a desktop container workspace
    s

    Spiked_Grape

    03/16/2023, 6:35 PM
    Can I use a desktop container workspace with vnc on port 443 or would I have to open other ports?
    b
    • 2
    • 1
  • d

    davidpp

    03/16/2023, 8:42 PM
    If I want to run Coder (the UI) in Docker on one server, but I'm not planning to allow users to create workspace on that server, only on remote envs, do Coder still need permissions to manage the local docker ?
  • c

    colin (rust enthusiast)

    03/16/2023, 8:43 PM
    nope!
  • p

    Phorcys

    03/17/2023, 2:35 PM
    melon
  • Still trying to wrap my head around the
    d

    davidpp

    03/17/2023, 7:02 PM
    Still trying to wrap my head around the best way to setup Coder for our team. Does anyone use Gitpod workspace images through Coder for example?
    b
    • 2
    • 8
  • v

    VaneixusPrime

    03/18/2023, 4:07 PM
    I am having trouble getting the port forwarded web address to use ssl, since the domain name has HSTS enabled
  • v

    VaneixusPrime

    03/18/2023, 4:07 PM
    I am using Caddy as SSL and reverse proxy provider
  • v

    VaneixusPrime

    03/18/2023, 4:11 PM
    but obviously that does not matter due to tailscale directly portfowrading to web, bypassing caddy.
  • p

    Phorcys

    03/18/2023, 4:25 PM
    @VaneixusPrime you should create a #1006346052317753414 post about this and post details about your setup (coder and caddy config file)
  • p

    Phorcys

    03/18/2023, 4:25 PM
    ping me when it's created
  • i

    IRATEEE

    03/19/2023, 10:40 AM
    Is it any way to change the url from the default try.coder.app to my own sub domain without losing existing workspaces?
1...686970...96Latest