• @mim
    link
    English
    25
    edit-2
    1 year ago

    Never self-hosted Lemmy, but have self-hosted other things in the past. While you don’t necessarily need to code, you need a fair amount of code-adjacent skills. If you ever want to get into self-hosting, you should have a look into (at least):

    • the linux command line
    • ssh
    • how ports work
    • VPS providers
    • DNS registrars
    • nginx
    • docker (while you don’t need it to host things, it makes your life 10x easier)
    • tool
      link
      fedilink
      English
      41 year ago

      docker (while you don’t need it to host things, it makes your life 10x easier)

      …until you have a single extra space character hiding 20 lines into your compose file and the whole thing falls over the next time you try to bring the containers up.

      Lint your code and configs every time!

      • @mim
        link
        English
        2
        edit-2
        1 year ago

        VScode with “format on save” enabled. Literally never had an issue.

        It’s the editor that finally made me move away from vim

        • tool
          link
          fedilink
          English
          21 year ago

          I’ve been using vscode since it was released and I never knew that was an option. Thank you!

          • @mim
            link
            English
            21 year ago

            You’re welcome!

      • @Opeth@lemm.ee
        link
        fedilink
        English
        1
        edit-2
        1 year ago

        Xml wasn’t great but yaml is 2 steps backwards

        Edit: tfw 3months ago