A couple of weeks ago I spat the dummy with windows and shifted to Linux. I think I am now ready to drink the coolaid.

What I have available currently is an ISP router and a decade-old gaming PC with a failing hdd that used to host games. I also have some budget to spare so that I can set things up nicely or in a way that I can add on it in the future.

Here are my goals are in order:

  1. Proper onsite and maybe offsite backups - my migration to Linux illustrated gaps and I expect in the future I will run VMs that should be backed up
  2. Home security cameras (Which I don’t own yet)
  3. Replacing something like onedrive. I expect this will be NextCloud
  4. Yarr. Sonarr/radarr/jellyfin
  5. Hosting game servers
  6. Block adverts and maintaining privacy
  7. Improve the latency of my steam link to my TV via chromecast
  8. Hosting webscraping and analysis of data off some local websites
  9. Maybe set up some some smart home automation things
  10. I’d like to get solar power and monitor how the whole setup is doing.
  11. Self host my bit warden
  12. I dunno, backup Wikipedia or something. Give me ideas

So where would you recommend I start off with hardware? Simply replace the old pc hdd or look to having a NAS? A better router to handle VLAN? Go all in with Ubiquiti products which I have heard mixed things about? About the only thing I know is that a UPS would be a waste for an aspiring enthusiast like myself.

Any advice or pointing me at wikis or other resources would be greatly appreciated.

  • TheRagingGeek@lemmy.world
    link
    fedilink
    English
    arrow-up
    5
    ·
    edit-2
    1 day ago

    I started my descent into the depths of self hosting with an old phenom II black PC, I bought a bunch of HDDs and put them in a RAID 10 via mdadm and eventually learned my lesson about not using LVM on my Linux for my storage management. Having volume flexibility has helped immensely there.

    I can echo some people’s recommendation of portainer though be careful as if you want to get into multi device docker management portainer has some limits on what you can do for free. I upgraded to their pro tier using their free promo for 3 instances, but then had 2 mini pcs dumped on me by my brother in law, which took me to 4 managed nodes which exceeded their latest limit.

    I have since switched to dokploy managing my docker swarm, so considering this platform decision early can save some growing pains, dokploy also has built in management for traefik so it is pretty slick though I have been maintaining my own nginx proxy by hand(not even npm, just nginx and a bunch of service config files).

    I definitely recommend pi.hole, something like AMP or crafty controller or some such if you want to host game servers on it still, duplicati is a nice web interface for creating timely backups of things, and supports a variety of cloud storage(I currently offsite to a backblaze B2 storage bucket which is AWS S3 compatible).

    Blue iris I think is something I saw passed around recently for security cams, all the Arrs are pretty easy to setup once you get one of them setup. My one drive replacement ended up being own cloud, as I fought with nextcloud getting it setup the way I liked so had to pivot.

    Link warden is a tool I have used for archiving websites and creating a shareable bookmark collection. Audiobookshelf and Calibre(plus calibre-web) make a decent way to manage audio and ebooks.

    If you are sharing this server and its services with others I highly recommend getting some kind of SSO setup, I ultimately picked Authentik for this, it has great integration documentation for most popular services, now my family can access all my services without having 22 different passwords.

    Outside of those recommendations I can recommend checking out some sites like selfh.st for some inspiration on the kinds of services you can run and figure out what your needs/desires are and do some A/B testing on some that operate in the same space to see which ones fit your needs better.

    I can also say looking at the greeting pinned post in this community is pretty good as well to get some ideas. I posted my most recent list of services in there(though it is now 2-3 services behind since I am addicted and growing).

    If your old gaming pc rig has a decent GPU in it you could also consider running Ollama and open-webui and host your own personal agentic AI. I really feel the sky is the limit when it comes to self-hosting.

    Edit:added much needed paragraphing to my monolithic post so that they are better services with looser coupling.

    • DarkSpectrum@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 day ago

      Got one word for ya mate: Paragraphs.

      They’re a goddam modern marvel and heaven-sent if you ask me.

      Good day sir.

      • TheRagingGeek@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        1 day ago

        That’s fair, I was half asleep when I wrote it so probably the half that controls word rate was in that half that was still offline.