Development
VS Code, servedas a web page
code-server on a machine of your own.No desktop and no VNC — the editor is the page.
code-server 4.962 cores · 4 GBServed on 8080
hub://coder
$ dxflow workflow create --identity coder hub://coder
$ dxflow workflow start coder --link
01Pick a machinecores, memory and a rate per hour
02Create the workflowpulled from the hub, once
03Run it, then stopstopped when the work is done
The application
The editor,and nothing around it
code-server, with zsh, git and python3 already installed.
The familiar editor
Extensions, settings and the built-in terminal, in one browser tab.
zsh, git and python3
The built-in terminal opens on a shell which already has all three.
It opens on your code
WORKING_DIR names a folder under /volume, and it opens right there.
The session
One port,and a sign-in page
code-server asks for the password, and nothing else does.
8080Webthe editor itself
/volumeStoragecode, settings, extensions
Open it from anywhereStart with --link and the page comes back on an HTTPS address.
Set a password firstPASSWORD defaults to dxflow, and everyone can read this page.
Run Coder on your own machinePick a machine that meets it, and it opens about a minute after you ask.