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

    StilauGamer

    08/31/2022, 8:58 PM
    this is with custom ones
  • s

    StilauGamer

    08/31/2022, 8:58 PM
    I think
  • s

    StilauGamer

    08/31/2022, 8:59 PM
    This?
  • s

    StilauGamer

    08/31/2022, 8:59 PM
  • a

    Atif

    08/31/2022, 8:59 PM
    Yes. You can change or add your own dockerfiles too
  • s

    StilauGamer

    08/31/2022, 8:59 PM
    I'll install it and see 🙂
  • a

    Atif

    08/31/2022, 9:00 PM
    Yes this gives you more flexibility if you want to build and use a custom image.
  • s

    StilauGamer

    08/31/2022, 9:01 PM
    So I can technically make windows vm's with it 🤔
  • a

    Atif

    08/31/2022, 9:01 PM
    Check this deep learning template here. https://github.com/matifali/coder-templates
  • a

    Atif

    08/31/2022, 9:01 PM
    You can modify and remove stuff as needed. And change the base image to Ubuntu
  • a

    Atif

    08/31/2022, 9:02 PM
    Yes you should be but the host can't be Linux then.
  • s

    StilauGamer

    08/31/2022, 9:02 PM
    cuz base is by default Debian right?
  • s

    StilauGamer

    08/31/2022, 9:02 PM
    I saw smth with windows in the templates thingy
  • s

    StilauGamer

    08/31/2022, 9:02 PM
    So I am pretty sure it works 😂
  • a

    Atif

    08/31/2022, 9:03 PM
    In the built-in templates the base is Ubuntu
  • s

    StilauGamer

    08/31/2022, 9:03 PM
    ah ok
  • s

    StilauGamer

    08/31/2022, 9:03 PM
    I like ubuntu so I think thats staying
  • s

    StilauGamer

    08/31/2022, 9:35 PM
    Sorry to ask, but do you know how I can fix a custom domain? When I try to start it, I get an error with:
    Copy code
    bash
    Warning: The access URL  http://127.0.0.1:3000  isn't externally reachable, this may cause unexpected problems when creating workspaces. Generate a unique *.try.coder.app URL with:
    The URL in there isn't even the one I am using in the config? Tunneling works to the
    coder.app
    domain 🤔
  • p

    Phorcys

    09/01/2022, 5:43 AM
    no
  • p

    Phorcys

    09/01/2022, 5:43 AM
    not by using docker on a linux host
  • a

    Atif

    09/01/2022, 8:12 AM
    try to set
    Copy code
    bash
    CODER_ACCESS_URL=https://yourdomain.com:3000
    CODER_ADDRESS=0.0.0.0:3000
    in
    /etc/coder.d/coder.env
  • t

    timoooooo

    09/01/2022, 2:25 PM
    Just saw tailscale support was merged how can I give it a spin? 🙂
  • a

    Atif

    09/01/2022, 2:42 PM
    What should I enter here?
  • a

    Atif

    09/01/2022, 2:42 PM
    Trying to mount a workspace on sshfs.
  • m

    maf

    09/01/2022, 3:06 PM
    Next release or you can try building the project yourself (
    make build
    ). If your env gives you problems (missing software, etc) you can always try using Nix.
  • d

    Dean

    09/01/2022, 3:10 PM
    coder relies on
    ~/.ssh/config
    being used for connections to work, if sshfs doesn't use that then you're probably out of luck unless you run an SSH server in your workspace and use
    coder port-forward
    to forward it locally
  • m

    maf

    09/01/2022, 3:16 PM
    Not sure what win sshfs package is in use, this project at least uses the SSH config, but according to this comment there is problems with
    ProxyCommand
    https://github.com/winfsp/sshfs-win/issues/93#issuecomment-878962015
  • a

    Atif

    09/01/2022, 3:17 PM
    This is the built-in sshfs in Windows 10
  • m

    maf

    09/01/2022, 3:18 PM
    Ok, don't know if it's the same or different, but same thing may apply though.
  • p

    Phorcys

    09/01/2022, 3:33 PM
    ssh user and pw
1...161718...96Latest