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?

  • CatoDomine@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    11 months ago

    I use git to manage my compose files, manifests and config files etc.

    I believe Github Actions has a docker workflow, not sure how to use it, but it might be worth looking at as a CI/CD to auto-deploy your containers once they are merged to main.

    I use .gitignore for my persistent volume folders if the container will write to them.