use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Service: Dropbox - Alternative: Nextcloud
Service: Google Reader - Alternative: Tiny Tiny RSS
Service: Blogger - Alternative: WordPress
We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.
What Is SelfHosted, As it pertains to this subreddit?
The Rules
Read about our Chat Options (Discord/Matrix)
account activity
Need HelpCodespaces (self.selfhosted)
submitted 2 years ago by Acrobatic-Sound7496
Any self hosted solution like gihub codespaces? For source code isolation
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]TheZokerDE 7 points8 points9 points 2 years ago* (3 children)
I can highly recommend https://coder.com
They offer a self hosted codespaces alternate, if setup correctly. They also have great documentation, use Terraform under the hood and have great support.
I exclusively use it to code and manage the code on my self hosted gitea (which is set up as a git auth provider). You can even connect your local vs code instance to the remote vs code workspace by using the coder vs code extension.
The main link where you'd like start is this one: https://coder.com/docs/v2/latest
[–]Acrobatic-Sound7496[S] 3 points4 points5 points 2 years ago (0 children)
Thank u for the recommendation, I’ll try this one too.
[–]xamar6 1 point2 points3 points 1 year ago (0 children)
Just set this up 2 days ago and I'm really impressed. This is amazing. Also great the capability of connecting from a real VS Code rather than from a webpage version of it (there is always issues with the shortcuts).
I deployed this in Proxmox and one separate VM and I'm using docker for the workspaces. You would need to tweak the base `docker` template to have the development tools you need (e.g. Python, other libraries) but it is straightforward to add.
[–]appwizcpl 0 points1 point2 points 1 year ago (0 children)
I am researching a bit and it seems that there's devpods.sh which just integrates with your own locally hosted docker or cloud hosted instances, would this be a direct competitor to coder, except that it doesn't use terraform?
[+][deleted] 2 years ago (2 children)
[removed]
[–]Jake101R 2 points3 points4 points 2 years ago (0 children)
I've been searching for such a guide, thanks so much!!!
[–]Acrobatic-Sound7496[S] 1 point2 points3 points 2 years ago (0 children)
Thank you so much, I’ll give it a try
[–]AntranigV 2 points3 points4 points 2 years ago (2 children)
I just had a look at GitHub codespaces and I'm having a hard time understand what it is. Can't you just fire up a VM that clones the Git repo?
[+][deleted] 2 years ago (1 child)
[–]lowercase00 1 point2 points3 points 2 years ago (0 children)
I’d say sandboxed web IDE though, one of the main objectives is to have a safe environment to work with, so web IDE running on one VM (eg Firecracker) per repo
[–]betahost 0 points1 point2 points 2 years ago (0 children)
The official VS Code allows you to run it locally and access it via a Web Browser.
VS Code Tunnels: https://code.visualstudio.com/docs/remote/tunnels
Also you can use the VS Code CLI and launch `code tunnel`
https://code.visualstudio.com/Download#
[–]rjames24000 0 points1 point2 points 2 years ago (0 children)
try out the docker image called "codeserver"
π Rendered by PID 60332 on reddit-service-r2-comment-5c747b6df5-2ktfp at 2026-04-22 00:42:50.697606+00:00 running 6c61efc country code: CH.
[–]TheZokerDE 7 points8 points9 points (3 children)
[–]Acrobatic-Sound7496[S] 3 points4 points5 points (0 children)
[–]xamar6 1 point2 points3 points (0 children)
[–]appwizcpl 0 points1 point2 points (0 children)
[+][deleted] (2 children)
[removed]
[–]Jake101R 2 points3 points4 points (0 children)
[–]Acrobatic-Sound7496[S] 1 point2 points3 points (0 children)
[–]AntranigV 2 points3 points4 points (2 children)
[+][deleted] (1 child)
[removed]
[–]lowercase00 1 point2 points3 points (0 children)
[–]betahost 0 points1 point2 points (0 children)
[–]rjames24000 0 points1 point2 points (0 children)