this post was submitted on 30 Oct 2023
1 points (100.0% liked)

Self-Hosted Main

502 readers
1 users here now

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.

For Example

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.

Useful Lists

founded 1 year ago
MODERATORS
 

Hi all,

I seem to see a lot of people using VSC over ssh to see the files and folders on their servers and edit them more conveniently than compared to nano/vim but I'm looking for alternatives for VSC.

I have an increasing number of servers and hosting things with docker compose. Thus I have a lot of /app/docker folders with numerous docker-compose.yaml and other container specific config files.

I dislike VSC so as an alternative I use Notepad++ with nftp plugin (yap, I'm daily driving Windows) to connect to the servers to see and edit said files.

I also tried Jetbrain' fleet but it seems to intall some kind of client on the servers it connects to which requires just enough resources to notably slow down my cheap VPSes.

So other than the 3 examples above, what kind of edit do you know/use to connect to servers and edit files there directly?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 10 months ago

Depends, but mostly ssh and vi, vim, or neovim depending on what was the default install.

College habits die hard, and I did 4 years of college work with vi/vim.