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

    software.dev.t

    09/07/2022, 6:07 PM
    Anybody who know about react canvas?
  • p

    Phorcys

    09/07/2022, 6:17 PM
    wrong server
  • p

    Phorcys

    09/07/2022, 6:17 PM
    discord.gg/programming
  • j

    J Bruni

    09/08/2022, 12:22 AM
    woo hoo just upgraded from 0.8.11 to 0.8.13
  • j

    J Bruni

    09/08/2022, 2:16 AM
    Let me ask... this is already probably something... and it's only me who didn't arrive there yet. Or at least this must be in the roadmap. I'm thinking about some kind of file in a project (eg, in a git repository at GitHub), which is a standard file (or folder) where a Coder template (or templates) is defined, configuring a workspace for that project's development environment. This way, from the Coder UI, instead of adding a template, and then creating a workspace from it, I could simply provide the GitHub project URL (or path, such as
    jbruni/coder
    ), and Coder would grab the template(s) from the own project - and ask me if I want to launch a workspace. So... anyone who has a repo can publish a Coder template for its development... and anyone who has Coder installed can start developing in this project using its Coder template. I feel like this already exists, or very near in the roadmap, although I didn't stumble upon with anything in the docs or elsewhere yet.
  • j

    J Bruni

    09/08/2022, 2:17 AM
    Right?
  • p

    Phorcys

    09/08/2022, 5:13 AM
    that's actually a great idea
  • p

    Phorcys

    09/08/2022, 5:51 AM
    BTW, what was the metadata format that was choosen? I didn't keep close to the GH issues on it
  • h

    honghong

    09/08/2022, 8:09 AM
    hello, what is the difference between coder and coder-server
  • j

    J Bruni

    09/08/2022, 9:52 AM
    @honghong **code-serve**r is the IDE (basically, Visual Studio Code running in the server environment, and usable through the web browser UI... yeah... the visual part runs in the browser, but the file system is at the server, the terminal/SSH console is the server CLI...), while Coder is a web app managing workspaces (development environments) based on templates (development environment configurations)... these templates describe the dev environment system (OS, software, dependencies, etc), and they may contain code-server as one of its items... so, from Coder web UI, one can click a button and spin a full "dev server", with all required stuff for a project's development, and also a ready-to-use IDE in the browser.
  • h

    honghong

    09/08/2022, 10:24 AM
    3Q
  • h

    honghong

    09/08/2022, 10:26 AM
    i want to build some like the remix IDE: https://remix.ethereum.org/, do you think what product should i choose. code-server?
  • j

    J Bruni

    09/08/2022, 11:22 AM
    @honghong I don't know the answer to this question, because I don't know exactly what do you want. Sounds like code-server, indeed...
  • h

    honghong

    09/08/2022, 12:02 PM
    I have code-server running on my server. The directory on my server can now be opened. But can't open my local directory.
  • h

    honghong

    09/08/2022, 12:02 PM
    Is there any way to open the directory on my machine
  • p

    Phorcys

    09/08/2022, 12:07 PM
    no
  • p

    Phorcys

    09/08/2022, 12:07 PM
    you can use local VSCode with the "VSCode Remote - SSH" extension and connect to the server
  • h

    honghong

    09/08/2022, 12:22 PM
    VSCode Remote - SSH means open file on the server by ssh. but i mean open file on my computer by code-server
  • m

    maf

    09/08/2022, 12:42 PM
    It's kind of possible. You can drag a file/folder into
    code-server
    running in the browser. But that essentially means the files will be uploaded to the workspace and you'll be working on a copy of the files. It will not synchronize to your local disk.
  • h

    honghong

    09/08/2022, 1:02 PM
    Ok , i just try that. i can drag a file into it. but when drag a directory. it show this error:
  • h

    honghong

    09/08/2022, 1:02 PM
  • m

    maf

    09/08/2022, 1:04 PM
    Ok, I only tried on macOS with Safari, maybe it behaves different in other browser/platforms.
  • m

    maf

    09/08/2022, 1:10 PM
    If you right/click in the explorer, there's also the manual upload option (but doesn't seem to work with folders). Likewise there's a download option if you right-click a file.
  • m

    maf

    09/08/2022, 1:11 PM
    As a workaround, you could create the folder manually and select multiple files?
  • h

    honghong

    09/08/2022, 1:18 PM
    OK
  • h

    honghong

    09/08/2022, 1:18 PM
    I'm trying to deploy code-server to a server that supports multiple people using it at the same time, each with their own separate workspace. is there any documentation on this
  • h

    honghong

    09/09/2022, 8:12 AM
    hello, i just try that but got this error: @cian
  • h

    honghong

    09/09/2022, 8:17 AM
    after this error, the server shutdown automatically
  • r

    ryanmerolle

    09/09/2022, 12:59 PM
    FYI it looks like https://coder.com/docs/coder-oss/latest/docker-compose.yaml is a broken link its referenced in https://coder.com/docs/coder-oss/latest/install/docker#run-coder-with-docker-compose
  • r

    ryanmerolle

    09/09/2022, 2:42 PM
    remind me how to log into coder in an air-gapped system?
1...192021...96Latest