coder / deploy-code-server

Deploy code-server to the cloud with a few clicks ☁️ 👨🏼‍💻
MIT License
874 stars 647 forks source link

added fly.io guide #112

Open gedw99 opened 10 months ago

gedw99 commented 10 months ago

This added fly.io for Issue: https://github.com/coder/deploy-code-server/issues/111

Its based on https://coder.com/blog/remote-developer-environments-on-fly-io

I added a folder so I can also have the 3 files that are needed to make it easy for developers.

Eventually I would like to automate the template creation using the Makefile, so there is nothing to install to do the templating. It maybe be that the same templating needs to be done for other platforms too ?

I also saw Caddy mentioned for Linda VM. It's possible to do the same for fly.io, but it means that we need to include Caddy inside the Docker. This is the easiest way with fly.io. There are other ways too. Anyway, let me know if you want it and we could add it in a different PR.