Skip Navigation

What got you into selfhosting and what was the first thing that you hosted?

For me, it was PhotoPrism. I used to be an idiot, and used Google Photos as my gallery. I knew that it was terrible for privacy but was too lazy to do anything about it. When Google limited storage for free accounts, I started looking for alternatives. Tried out a lot of stuff, but ended up settling on PhotoPrism.

It does most things that I need, except for multiple user support (it's there in the sponsored version now). It made me learn a bit about Docker. Eventually, I learned how to access it from outside of my home network over Cloudflare tunnel. I'm happy that I can send pics/albums to folks without sharing it to any third party. It's as easy as sending a link.

Now I have around a dozen containers on a local mini pc, and a couple on a VPS. I still route most things through Cloudflare tunnels (lower latency), only the high bandwidth stuff like Jellyfin are routed through a wireguard tunnel through the VPS.

Anyway, how did you get into selfhosting? (The question is mostly meant for non-professionals. But if you're a professional with something interesting to share, you're welcome as well.)

136 comments
  • Piracy. I couldn't live with 25%+ of my TV watching time being advertisements. Manually downloading episodes became too much trouble so I setup a Plex/sab/sonars/radarr config on a pi connected to a 4-bay external drive enclosure featuring refurbished HGST 2tb HDDs in an lvm raid-5 config.

    Eventually I also substituted my radio with paid Spotify so about the only ads im served are product placements and billboards. Its amazing how much less you'll spend without ads!

  • 1TB hard drives were on sale, and I wanted to digitize all my DVDs and stream them to my Xbox 360. That was 15 years ago.

  • holy crap, that was ........ ... ..... .. 25 years ago???

    I don't honestly remember the very first, if I had to bet I'd say it was Samba, likely on my 350MHz K6 (later snagged a K6-III+ for this board, fastest Socket 7 chip ever produced) so I could share files with my laptop, a Dell, 300MHz Celeron. Running all Linux at the time, not sure what flavors, although I first encountered a Debian derivative with Corel LinuxOS believe it or not, and have used Debian on servers about 95% of the time forever after.

    My first self-hosting on dedicated hardware was a Samba share and DHCP/DNS server, since at the time routers weren't always a thing, and in fact it was plugged directly into the cable modem ... and for a while accidentally served competing DHCP to my neighborhood cable segment, causing intermittent problems for who knows how many users including myself, because the cable company didn't filter broadcast traffic!!! When I finally found that config mishap, holy shit was it an awkward monkey moment ... fix the typo and walk away slowly ... wild west days!!

    • Damn. I'm 25 years old lol.

    • Heh, I did about same but on FreeBDS. Plus proxy server to share dialup connection around home.

      • Me too. I had a FreeBSD box that routed my dialup and ran a transparent caching squid proxy. Had a cronjob for scheduled downloads.

        External? Apache and ftp. Once cable was available had an IPsec wan with a couple friends for file sharing and "lan" gaming. Used samba to span the subnets into a big windows workgroup called "biggroup".

        I used to tinker with php alot back then. Made sense to run my own web server.

  • I like to tinker with things, and I had hardware lying around I wasn't using. First thing I ever self-hosted was very basic: a Terraria server.

    Then a Minecraft server.

    And then a fully featured and defederated Matrix server with a fully functional telegram bridge, mostly as a test to see how feasible it was. Ran it for several months before shutting it down, deciding to wait for dendrite, since it's supposed to be lighter.

    Haven't done anything since, but I'll be looking to build a few more things in the near future.

    • Of all the things I have or am self-hosting the Matrix server was the biggest pain in the ass. I seriously hope they streamline that process because as it was it's too much work for what it does.

  • Around the 2000s I hosted a Shoutcast server that played a playlist of about 30 punk rock MP3's on continuous loop. As far as I can remeber, it was running on a Win2000 machine. Yeah - Pirate Radio 😆

  • My own wordpress website to host recipes on a Synology NAS. Unfortunately, the built in NGINX server has some default configuration (from Synology) so that it cannot properly serve the Wordpress REST API. The NAS is (according to Synology) to weak to run a container, where I could easily run a separarate server. So I gave up and just recently bought a Dell Optiplex Micro, which I will turn into my new homeserver. Guess I will keep the Synology for storage though.

  • It started with me running plex on my PC. Now I have a server room with multiple systems always running. It still feels like magic.

  • Started off with just hosting a permanent Minecraft Server on a Raspberry Pi. Later added stuff like Nextcloud or Calibre Web to it and now it's just a teensy tiny bit out of control (I'm self-hosting a good 2 dozen services now).

  • Kavita and Jellyfin both sold me on self hosting.

    I no longer have to worry about transferring my media to every computer, it's accessible now via the web browser which is ideal.

136 comments