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.

  • h3ndrik@feddit.de
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    Are you going to use something like YunoHost or use docker containers and write a few compose files and configure a reverse proxy yourself?

  • fraichu@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago
    • Can give NixOS a try if you want to make things extra hard and get more satisfaction from finishing. The biggest advantage is most of your OS & services config will be in a file, so there’s no need to remember a thousand knobs to tune the experience just the way you want - a text file in a git repo will be all your config.
    • I’d recommend Namecheap over porkbun. I found porkbun has less features. I specifically needed to wildcard forward email, which works well on namecheap.
    • If you’re from Africa, India or some other country where $10 / year is a lot I recommend a 111 class B domain https://gen.xyz/1111b for $1 / year.
    • Do you have static IPv4 or globally routable public IPv6 address assigned to your device? I’m ipv6 only selfhoster, and I use inadyn and afraid
    • Can use wireguard and then later open ssh once you feel more comfortable.