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

    Phorcys

    09/05/2022, 2:13 PM
    it should straight up stop if it was the docker socket
  • p

    Phorcys

    09/05/2022, 2:13 PM
    so it wouldn't be connecting at all
  • s

    simonfalke

    09/05/2022, 2:19 PM
    Yes you are correct, I remembered wrongly
  • s

    simonfalke

    09/05/2022, 2:19 PM
    Sorry
  • a

    aphx

    09/05/2022, 2:23 PM
    How do you know if a website added to your homescreen on an ipad is running as a PWA or not? I can't scroll with my magic keyboard trackpad at all and yet according to this thread it has been fixed? https://github.com/coder/code-server/issues/1455
  • a

    aphx

    09/05/2022, 3:05 PM
    huh got it working by enabling shortcuts in keyboard settings in ios
  • a

    aphx

    09/05/2022, 3:05 PM
    but it makes the vscode screen smaller
  • a

    aphx

    09/05/2022, 3:17 PM
    oh its because I am using ipados 16 beta 😭
  • s

    simonfalke

    09/05/2022, 3:20 PM
    https://github.com/microsoft/vscode/issues/158849 I created an issue some time ago as well, I’m using iPadOS 16 beta too
  • s

    simonfalke

    09/05/2022, 3:20 PM
    Seems like it’s an iPadOS 16 issue
  • a

    aphx

    09/05/2022, 3:20 PM
    rip
  • a

    aphx

    09/05/2022, 3:20 PM
    oh well ty
  • s

    simonfalke

    09/05/2022, 3:21 PM
    Yea np, maybe I should close the issue since it’s not with vscode haha
  • p

    Phorcys

    09/05/2022, 3:32 PM
    You should keep it open so that when it gets fixed you can tell other people what version has the fix
  • a

    aphx

    09/05/2022, 3:52 PM
    just a heads up. if you run your code-server from inside blink shell you can scroll and have shortcuts off! 😄
  • a

    aphx

    09/05/2022, 3:53 PM
    https://docs.blink.sh/advanced/code
  • a

    aphx

    09/05/2022, 3:54 PM
    I just set it up and ran
    Copy code
    code https://myhostname.local:8080
  • a

    aphx

    09/05/2022, 3:54 PM
    inside blink
  • a

    aphx

    09/05/2022, 3:54 PM
    opened code-server and its running perfectly
  • s

    simonfalke

    09/05/2022, 3:54 PM
    Wow thanks, I’ll check it out
  • t

    timoooooo

    09/05/2022, 6:10 PM
    I can‘t wait to test speedtest that @kyle has build
  • a

    Atif

    09/07/2022, 6:58 AM
    Is there a trial licence to see what Audit logs look like? Or if I really need them?
  • a

    Atif

    09/07/2022, 6:58 AM
    Also there is a new tag 0.8.12 but no release.
  • l

    LD

    09/07/2022, 2:27 PM
    Hi, looking for some quick direction. 1. Does Coder OSS use Code-Server? Do we need both? 2. Coder V1's pricing isn't transparent, and requires setup to even demo, it seems about $35/month from what we read on google. Is there a full feature list comparison besides its production ready and Kubernetes centric (which OSS seems to be as well) 3. If we use Coder OSS, do we need to install the Coder app locally on OSX? It seems all install guides need you to do this first. Which we are trying to cloud host the Coder OSS and connect to there. 4. The container versions (deploying to railway.app etc) do not persist data, so we are back to needing to do a full install on Kubernetes similar to V1? 5. For OSS would we be best deploying a Linux VM say on Digital Ocean first and running the install script from there, although this still doesnt have a database we can connect to a hosted Postgres once inside? Or would that only be through coder server. --postgres-url? Thanks for the time, we are really looking forward to getting started with this platform after comparing the pricing of running Macs in the cloud.
  • p

    Phorcys

    09/07/2022, 2:43 PM
    1. Coder OSS allows you to create&run templates, which means you can put anything in those templates. (I personally run code-server+noVNC+nodejs) 2. I don't know about Coder V1 pricing, as I've never looked into using V1. > Is there a full feature list comparison besides its production ready and Kubernetes centric I don't know either, what I can tell you though is that Coder V1 uses Kubernetes, whereas Coder OSS is built on Terraform. 3. Depends on what you want to do, for CLI access/management such as connecting via SSH you will need the ``coder`` CLI (not only OSX, for any client machines), if the only thing you are doing is connecting to code-server from the web UI, then you don't need the CLI at all. 4. I don't really understand this question. Since I run my coder workspaces in Docker, I can just define Docker volumes and mount them at specific directories to have certain directories persist (e.g node modules, home folder, apt sources, etc) 5. What install script are you reffering to ? If you're reffering to the script on https://coder.com/docs/coder-oss/latest/install, then all it does is install the ``coder`` CLI on your machine. Just to clarify, the coder client and server is in the same binary (which got me confused a bit at the beginning too). ``coder server`` can run it's own postgres server but I'd recommend setting one up yourself and connecting to that instead.
  • p

    Phorcys

    09/07/2022, 2:43 PM
    feel free to ask again if I didn't answer everthing
  • l

    LD

    09/07/2022, 2:49 PM
    That helped a bunch. Follow up on 1. So you use Coder OSS to run code-server?
  • p

    Phorcys

    09/07/2022, 4:49 PM
    you use Coder to run workspaces that can run code-server
  • s

    software.dev.t

    09/07/2022, 6:07 PM
    Hi
  • s

    software.dev.t

    09/07/2022, 6:07 PM
    I need help
1...181920...96Latest