A simple question to this community, what are you self-hosting? It’s probably fun to hear from each-other what services we are running.

Please mention at least the service (e.g. e-mail) and the software (e.g. postfix). Extra bonus points for also mentioning the OS and/or hardware (e.g. Linux Distribution, raspberry pi, etc) you are running on.

  • smolgumball
    link
    English
    71 year ago

    A few LAN Minecraft instances for my wife and I, a personal Git server, Plex, SMB file share, and a few Docker containers on a MINISFORUM UM690 Mini PC. Been very happy with that little machine!

    • Kresten
      link
      fedilink
      English
      11 year ago

      What software do you use for your git server?

      • smolgumball
        link
        English
        21 year ago

        I’m using Gitea and it’s been wonderful.

        • I run it as a Windows service - I know I know, I should containerize it 😄
        • Using SQLite as the DB; I’ve always been a fan of filesystem DBs
        • Not exposed outside my LAN since I just Parsec home when abroad
        • Kresten
          link
          fedilink
          English
          11 year ago

          Oh thanks. I thought parsec was for gaming ‘only’