The title says it all. I am going to start self-hosting soon (still waiting for some hardware). Do you have any tips or advice to give me? I am planning on buying a domain name on Porkbun and start hosting

  • Adguard Home
  • Nextcloud
  • A lemmy instance
  • VaultWarden
  • Photoprism
  • A blog
  • A Matrix server
  • Serge
  • A MC server
  • Some services from the *Arr software suite with the help of LMDS
  • pe1uca@lemmy.pe1uca.dev
    link
    fedilink
    arrow-up
    4
    ·
    1 year ago

    Caddy is a very simple reverse proxy which handles the https redirect by default, other proxies are http by default and you have to manually configure the redirect. Also caddy automatically handles the TLS certificate for HTTPS with http challenge by default (need port 80 open) or with DNS challenge (you need to build caddy with your DNS module and type the API key)

      • pe1uca@lemmy.pe1uca.dev
        link
        fedilink
        arrow-up
        2
        ·
        1 year ago

        I’ve always thought nginx configs were too complicated… But that’s because I’m not a sysadmin, so I have little to no point of reference.

        The Caddyfile is a very simple file, and as mentioned, I don’t have to worry about configuring the https redirect or the ssl certificates (reading and obtaining/renewing them), which is more than enough for me.
        I’ve only used it as a reverse proxy which also helps to my config being so simple.

        I’ve read caddy has better performance, but there are posts saying otherwise too. So I’m not sure.