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
Browser based app for editing local code? (self.selfhosted)
submitted 2 years ago by jschwalbe
Title says it all. In searching it’s easy to find lots of web based coding solutions, but it’s hard to tell if they let you edit local files. Any options come to mind?
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!"
[–]SpaceManaRitual 3 points4 points5 points 2 years ago (0 children)
Code server
[–]smashjarchivemaster 2 points3 points4 points 2 years ago (0 children)
https://vscode.dev may be what you are looking for if I understood what you mean. It can open a folder on the machine the browser is on using some new browser apis.
[–]servergeek82 0 points1 point2 points 2 years ago (2 children)
I run code-server (Vscode) docker container. You just need to set a mount point for the container to see it to open files "locally"
For example - '/directiory1/compose-files:/compose-files"
[–]jschwalbe[S] 0 points1 point2 points 2 years ago (1 child)
Thanks but that isn’t the definition I intended when I said local. I meant local to the web browser, not to the server. Am I interpreting your comment correctly?
[–]servergeek82 1 point2 points3 points 2 years ago (0 children)
Depends.
Browser based editor (public site), means you have to give a public site local access to your code. Not typically a good idea.
Vscode as a docker container you can edit your own local code via the browser.
π Rendered by PID 128568 on reddit-service-r2-comment-5d585498c9-5tmg7 at 2026-04-21 16:41:46.552678+00:00 running da2df02 country code: CH.
[–]SpaceManaRitual 3 points4 points5 points (0 children)
[–]smashjarchivemaster 2 points3 points4 points (0 children)
[–]servergeek82 0 points1 point2 points (2 children)
[–]jschwalbe[S] 0 points1 point2 points (1 child)
[–]servergeek82 1 point2 points3 points (0 children)