So, I am soon going to finally set up my first home server. Exams are not that far away, I am motivated as shit, my first own domain is bought and I want to level up my sysadmin skills.

Currently my plans look like this:

  • Host Jellyfin
  • Host my own NAS
  • Some form of hosted musicstreaming integration with my local music
  • Automate Backups and push them on my server
  • make all of the above things available where ever I want using my own self hosted domain.
  • run my own dns

In the long term I also want to be able to host my own webapps, since I will soon start to develop one for someone.

Now I want to know what suggestions do you have, for stuff thats really cool and that I can selfhost.

Edit: thanks for all the replies. Definitely going to look into this.

  • Synapse@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 month ago
    • pihole: DNS ad-blocker abd also a DNS (and optionally DHCP) server for your home
    • Wireguard: VPN very simple to setup, for remote access to your services from outside your home. What I do: wireguard is running (as a server) on a VPS, with all the security measures in place (ssh password login turn off, firewall bocks everything but wireguard and ssh connection changed to another port, failban) then my NAS at home connects to this VPS, as well as my phone, laptop, etc.
    • Caddy: reverse proxy to address your service using your domain, it’s easy to setup, actually it’s the only reverse proxy I managed to setup successfully 😅. You can use the Nameservers from your domain provider to point to your NAS via the wireguard IP address for connection from the outside, and Pihole DNS to point to local IP address when at home.
  • blueryth@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 month ago

    Headscale, for one. This is probably implied as part of one of your above stacks, but let’s list it out loud. Tailscale is great and all, but it’s downright icky to offload routing of any variety to a third party.

    Immich. Turn off Apple or Google’s automatic scraping of all photos, keep usability. Even if you’re not a photo person, at least some of your users are.

    Syncthing is or Nextcloud, or something in the family. This may already be part of your NAS plans.

    One of the code forges like forgejo, gitea, gitlab. Even when not a developer. Self hosting involves configuration and if you can get that into text and into a history, it makes things so much easier. Add bells and whistles to your hearts content, but these are good suites for a lot of functionality. Forgejo does have federation on its road map, but it’s a while off still.

    These are ones I find pretty ubiquitous. There’s so many options once you have initial infrastructure. Email, for instance, isn’t as daunting as the horror stories make it sound, though not as simple as many hope. My suggestion is to take time and do it correctly. There’s a lot of backtracking involved as you learn more, but it’s usually worth it. Best of luck!

    • jim3692@discuss.online
      link
      fedilink
      English
      arrow-up
      0
      ·
      1 month ago

      What are the advantages of Invidious, compared to Piped?

      I have been self-hosting Piped for the last 3 years, but I never tried Invidious.

      • 🖖USS-Ethernet@startrek.website
        link
        fedilink
        English
        arrow-up
        0
        ·
        1 month ago

        Well my piped instance has been broken since about a week or two ago. It’s not very actively maintained IMO. And I’m not spending a bunch of time trying to implement some shady fix that 1 random on the internet said to do that isn’t the dev.

        • jim3692@discuss.online
          link
          fedilink
          English
          arrow-up
          0
          ·
          1 month ago

          Are you talking about the “The page needs to be reloaded” error?

          The current solution is to use nieveve/piped-backend for the API.

          I have used their image before, when there was an issue with Piped appearing as a bot and requiring captcha.

          • 🖖USS-Ethernet@startrek.website
            link
            fedilink
            English
            arrow-up
            0
            ·
            1 month ago

            Here’s what worked for me:

            # image: 1337kavin/piped:latest
            build:
              context: https://github.com/ac615223s5/Piped-Backend.git
              dockerfile: Dockerfile
            
    • irmadlad@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      edit-2
      1 month ago

      Very good resource. Well written. I know nothing about him but does seem to have a great rapport with Lemmy SH.

      ETA: I’m reluctant, but keen to know so, is there some ancient lore that prevents me from asking ‘Is there a reason why noted.lol doesn’t live here too?’ I searched and I did find a handful of references, but nothing like selfh.st.

      • Encrypt-Keeper@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        1 month ago

        You’re referencing the deep lore.

        Noted.lol was around awhile before selfh.st and was actually pretty beloved on the SelfHosted subreddit. Then the guys behind selfh.st showed up and some of the people who were contributing to noted.lol started giving them a hard time for “copying” them or some nonsense like that. Lots of drama. Now you never really hear about noted anymore.

  • slazer2au@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 month ago

    Bentopdf if you deal with PDFs

    Omni-tools if you need to convert between 2 formats or units

    It-tools for the fun of it.

  • Decronym@lemmy.decronym.xyzB
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    1 month ago

    Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I’ve seen in this thread:

    Fewer Letters More Letters
    DNS Domain Name Service/System
    Git Popular version control system, primarily for code
    NAS Network-Attached Storage
    PiHole Network-wide ad-blocker (DNS sinkhole)
    SSO Single Sign-On

    [Thread #54 for this comm, first seen 2nd Feb 2026, 02:10] [FAQ] [Full list] [Contact] [Source code]

      • Encrypt-Keeper@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        edit-2
        1 month ago

        I’m wondering if Android has something nicer looking. Plex has PlexAmp which looks great, Emby’s built in music player in their main app looks terrific, FinAmp is like aestheticslly like the stock standard JellyFin app which is awful.

        Discrete in iOS at least is just an attempt at looking like a carbon copy of Apple Music. There must be some good looking g Jellyfin music player on Android.

        Maybe https://www.symfonium.app/

  • dimjim@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 month ago

    The comments give some great advice on what to self host, but my advice to you before you start spinning up a million services is to DOCUMENT EVERYTHING.

    Seriously, document as you go and you will thank yourself later. Document niche commands you found online that worked, docker compose files, IP addresses/hostnames, where you put that random config file.

    There are some great self hosted wiki and documentation products out there, start with that, then build the fun stuff!

  • K3CAN@lemmy.radio
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 month ago

    Since you’re asking on the Fediverse, an Activitypub server would be an obvious choice.

    Git repos would be another good (and easy) choice.

  • GreenKnight23@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 month ago

    I would start with the NAS first. with a proper NAS and a solid network the storage requirements for the rest of your servers lessens.

    for example, I’ve got an off-the-shelf NAS solution that hosts all my movies, music, etc that is mounted via docker in my Plex container on a different server. because it’s usually streaming to four different devices at any given moment, and the torrent’s running against the same NAS, I’m using a 10gbe copper line.

    depending on your needs, a 1gbe should suffice.

    having a NAS would also help with backups. I have a 5 bay NAS, one of them is dedicated for backups of both servers and cloud storage from the NAS (personal files, tax documents, etc).

    also, when building your NAS whatever you think you need, double it. if you think 5tb is enough, you’ll want to get 10tb or even 15tb. I current run 15tb(8tb drives) in a raid 10 with a 20tb backup drive.

    this kind of configuration allows me to run 1tb or even sub tb drives on my servers and reduces my overall costs to replace if anything goes wrong. with a raid 10 on my primary storage array I can easily replace bad drives.

    the only time I’ll really hurt is if my backup drive fails. since it was so expensive due to the volume. but backup drives never fail, right? 😉

    unfortunately because of AI all those prices have increased. if I were to build it today it would cost me around $1700. adjusted for current pricing my whole lab would probably cost around $10k (thanks ram!).

    good luck and god speed

  • Vaggumon@lemmy.zip
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 month ago

    This is what I’m currently hosting, might find something here that interests you.

    AudioBookshelf: Exactly as the name implies Navidrome: Music Streamer MeTube: YouTube/Video Site downloader ConvertX: Converts hundreds of files. Beszel: Dashboard to monitor hardware MediaVault: My own app I wrote to track my Movies, Music, Video Games, Books. AMP: Video game server management software. JellyFin: Movie/TV Streaming Software FileBrowser: Browser based file management software. Radarr: Find Movies, download them. Sonarr: Find TV Shows, download them. ARM: Automatic Ripping Machine, put in a DVD/BluRay, Rips, compresses, and moves to JellyFin. (Huge pain to get working though, for me at least.) Pihole: Network management and Ad Blocker. Octaprint: 3D Printer management.

    I have a bunch of other stuff too, like custom written scrips that show the info from Beszel on my Windows desktop via a Widget in RainMeter. Custom dashboard when I first login via SSH. My next thing to experiment with is setting up a custom website to use as a homepage dashboard for my browser, commonly used bookmarks, news feed, email alerts, weather, social media feeds, whatever else I can think of or get working.

    And for anyone curious what the hardware is:

    OS: Ubuntu 22.04 LTS with xrdp Desktop Environment when Needed CPU: AMD 3700x RAM: 64GB Boot Drive: Samsung 990Evo 2TB m.2 Storage: 2x Seagate BarraCuda Pro 12TB HDD RAID 1 GPU: NVIDIA RTX 2060