very similar, but seems a bit more polished is https://coder.com , you can write your own terraform modules and run it on whatever cloud you want.
I setup coder self-hosted on a hetzner server, and it was great (and cheap). pair that with a vpn and pihole (same server), and you have a great home-base machine to do all your heavy lifting on. It was especially cool connecting my ipad and having the ability to work (although somewhat impractical without a separate keyboard).
Show HN: Recode – Free, open-source, community-driven Codespaces alternative
11–20 of 20 posts
Re: Show HN: Recode – Free, open-source, community-driven Codespaces alternative
#12Earlier quoted context omitted.
I setup coder self-hosted on a hetzner server, and it was great (and cheap). pair that with a vpn and pihole (same server), and you have a great home-base machine to do all your heavy lifting on. It was especially cool connecting my ipad and having the ability to work (although somewhat impractical without a separate keyboard).
What role does pihole play in this setup?
That had nothing to do with CodeServer except that it was all running on the same box. So access to my code server was limited only to VPN clients, making it more secure; and I only had to connect to one place with my tablet and laptop.
Of course, any services on the server which would make remote requests would also get filtered through the Pi-Hole, so they too might be sped up a bit as any ad gabage would be stripped away.
Re: Show HN: Recode – Free, open-source, community-driven Codespaces alternative
#13Re: Show HN: Recode – Free, open-source, community-driven Codespaces alternative
#14very similar, but seems a bit more polished is https://coder.com , you can write your own terraform modules and run it on whatever cloud you want.
I setup coder self-hosted on a hetzner server, and it was great (and cheap). pair that with a vpn and pihole (same server), and you have a great home-base machine to do all your heavy lifting on. It was especially cool connecting my ipad and having the ability to work (although somewhat impractical without a separate keyboard).
Re: Show HN: Recode – Free, open-source, community-driven Codespaces alternative
#15Re: Show HN: Recode – Free, open-source, community-driven Codespaces alternative
#16Re: Show HN: Recode – Free, open-source, community-driven Codespaces alternative
#17Is there a terminal within it?
Re: Show HN: Recode – Free, open-source, community-driven Codespaces alternative
#18Recode is also the more than three decades old CLI utility that converts files between various character sets: https://github.com/rrthomas/recode
It's very difficult to find a CLI name that not already taken these days...
Re: Show HN: Recode – Free, open-source, community-driven Codespaces alternative
#19Recode is also the more than three decades old CLI utility that converts files between various character sets: https://github.com/rrthomas/recode
Oops, I didn't know about this one. Thanks for the heads up. It's very difficult to find a CLI name that not already taken these days...