Hi, just recently it’s foss had an article about homelabs. Of course I digged in, since there is a small nuc working tirelessly in the corner of my routers closet. So far it just crawls some web pages for me and sends emails accordingly to my filters. So I hoped to find new exciting stuff to let it crunch through. The articles content did not spark my interest though.

Well, I’d like to know what you are using on your homelab. In hope you’ll do something I’d like to follow. Cheers

  • thirdBreakfast@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    1 year ago
    Infrastructure:
    • Proxmox VE - everything’s virtualised on Debian, mostly in docker inside LXC’s for neat backup/restore and moving between nodes
    • NGINX Proxy Manager - in front of most of my homelab services so they have https certificates
    • Tailscale - access everything, everywhere, including on phone, securely
    • Uptime Kuma - monitoring, with ntfy notifications
    • apt cacher NG - unnecessary caching of apt updates
    Apps:
    Currently in testing on the dev server:
    • neko - virtualised browser. Been experimenting with this in a container with a VPN for really simple secure browsing - ie launch it, do your online banking and then destroy the container.
    • Dashy - I go through periods of wanting a pretty home page with all my services, set it all up, then fail to actually use it and eventually delete it, then hear about another cool one…
    • Sharry - securish file sharing. I don’t love just emailing my accounts off to the accountant.
    • LimeSurvey - survey software (like Survey Monkey) - just something I’m testing for work
    • Omada controller - I’ve got a TP-Link switch and WAP that don’t really need centrally controlled, but you know, can be.
    • A couple of development environment LXCs I use VS Code in

    I still have not landed on a music system. I’ve put some of my library on Jellyfin, and tried a couple of apps with, but haven’t hit on a good combination yet. [edit:formatting}

    • paris@lemmy.blahaj.zone
      cake
      link
      fedilink
      arrow-up
      0
      ·
      edit-2
      1 year ago

      I like Jellyfin for my media server, including music.

      On Android I use Symfonium (works with Jellyfin as well as other backends). Nothing comes close to this app imo.

      On desktop I use Feishin which serves me well (Jellyfin only afaik). It’s not perfect and it does have a bug where adding an album to queue will actually add all albums with that exact name to queue (even from different artists), but that issue is being tracked on GitHub and otherwise I run into few issues.

      • thirdBreakfast@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        1 year ago

        I’m on iOS. I’ve been testing a beta of Jello that looks really promising, but as a beta has a bit of distance to go. I’ll check out Feishin though - thanks for the recommendation.

        I’d love Jellyfin to turn out to be the solution, but I suspect it’s not, at least yet.

    • 8263ksbr@lemmy.mlOP
      link
      fedilink
      arrow-up
      0
      ·
      1 year ago

      Wow, that is an extensive list! Impressive. I guess, your home lab doesn’t live just in an pi or old nuc. What kind of hardware are you using for all that?

      • thirdBreakfast@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        1 year ago

        I’ve got three of these little 1L HP’s, one for production, a spare, and one for development. But really, it’s a small load - that list would happily run on an old nuc. The constraint is really memory which I’ve mostly addressed by moving from VMs to LXCs. And I could be even more efficient by just running all the docker containers on one host if I had to.

        Storage for media and backups is a Synology NAS.

        • 8263ksbr@lemmy.mlOP
          link
          fedilink
          arrow-up
          0
          ·
          1 year ago

          Thanks for sharing. That is not what I expected. My nuc sometimes seems sluggish, even with a fairly small load. Guess i have something hogging the resources. 🤨