you are viewing a single comment's thread
view the rest of the comments
[–] 0 points 3 years ago (1 child)

I want to self-host but don't know how to code etc so not sure where to even start

  • source
  • hideshow 2 child comments
  • [–] 0 points 3 years ago* (last edited 3 years ago) (1 child)

    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)
  • source
  • parent
  • hideshow 2 child comments
  • [–] 0 points 3 years ago (1 child)

    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!

  • source
  • parent
  • hideshow 2 child comments