I want to host my own server, but I would like to know what I should know?

  • ItsGhost@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    3
    ·
    4 months ago

    Lots of decent suggestions here so not going to repeat them, but I do have a couple of my own if using synapse:

    • have plenty of RAM
    • have plenty of CPU
    • have plenty of DB storage space
    • use Postgres as your database, SQLite sucks

    Basically synapse is just a resource hog, and you need to plan for that. The database itself grows quicker than you’d expect as well

    • someoneFromInternetOP
      link
      fedilink
      arrow-up
      2
      ·
      4 months ago

      I thought that I could run the server on an old and not very good computer. Is not it?

      • ItsGhost@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        2
        ·
        4 months ago

        You can use old machines for all kinds of servers, I’ve got a stack of old laptops running a Kubernetes cluster, but synapse would push some of them possibly further than they can go so I have it on my more powerful NAS, and even then it isn’t exactly speedy at times