Request more apps type such as Node and Python for code-server other than elixir Phoenix

Currently only Elixir Phoenix is available to choose an app to work on when creating code-server

Is it possible to add at least Python and Node apps. Also it’d be nice to choose VM memory and volume.

Hey there!

That launcher is actually just an automatic version of what we did on this post: Building an In-Browser IDE the Hard Way · Fly

We created one for Elixir as an example, it’s possible to launch your own for Python, node, or other environments.

As for VM memory, we default to 1GB because that’s what it takes to reliably boot code server, you can scale it later using flyctl, same for volume.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.