A simple question to this community, what are you self-hosting? It’s probably fun to hear from each-other what services we are running.

Please mention at least the service (e.g. e-mail) and the software (e.g. postfix). Extra bonus points for also mentioning the OS and/or hardware (e.g. Linux Distribution, raspberry pi, etc) you are running on.

  • @LufyCZ
    link
    11 year ago

    What I do is use Remote-SSH - if you have key auth set up correctly, it’s fully seamless.

    You just open up vscode, connect, and it’s as if you were using it locally pretty much.

    • @[email protected]
      link
      fedilink
      11 year ago

      Interesting! So instead of creating a network share and opening files in that folder in VSCode, I can simply SSH into a machine through VSCode and edit the files on that machine?

      • @LufyCZ
        link
        21 year ago

        Yes, it feels as if you were working locally. If your internet isn’t garbage that is.

        I even use it at home, I have a pc and a server, I ssh into the server from the pc and work that way.

        Then, when I travel/whatever, I just connect from my laptop and pick up where I left off. You even have all your build tools and shit set up as well. Not to mention that it’s much faster to compile on a beefy cpu compared to my laptop’s.

        • @[email protected]
          link
          fedilink
          11 year ago

          Finally had a chance to try this out and it’s super simple and exactly what I was looking for. Thanks!

          • @LufyCZ
            link
            21 year ago

            Happy to hear that!