• billbasher@lemmy.world
    link
    fedilink
    English
    arrow-up
    6
    ·
    2 days ago

    I solved my no display issue on my server. I couldn’t even get the BIOS on output. After taking the entire thing apart and testing all the components it turns out my Tv broke itself with a firmware update and couldn’t receive input on any of the HDMI ports…

  • clif@lemmy.world
    link
    fedilink
    English
    arrow-up
    6
    ·
    2 days ago

    Reinstalled Dropbear for remote LUKS unlock after a SSD failure.

    SSD failure was two weeks ago or I’d say rebuilding the server from backups and further polishing my Ansible playbook.

  • parzival@lemmy.org
    link
    fedilink
    English
    arrow-up
    4
    ·
    2 days ago

    Started running arr stack, started running music assistant, improved home assistant dashboards, and fixed uptime tracker

  • Bakkoda@lemmy.zip
    link
    fedilink
    English
    arrow-up
    7
    ·
    3 days ago

    I finally buckled down and built a music server. I had a ton of FLAC from before sources but never found the right software stack to make it a good replacement for the typical streaming services.

    It took about a month of beating/breaking/resetting and removing unnecessary software. In the end it was way simpler than I originally thought and required very minimal resources.

  • Evil_Incarnate@sopuli.xyz
    link
    fedilink
    English
    arrow-up
    5
    ·
    3 days ago

    Building to this week. A few months ago, I was given a broken nas. I took it, thinking I’ve at least got 16TB of storage if it won’t work. Fixed it. Saw the software includes docker, and then saw it has just 2GB ram and before I installed anything it would complain about low memory. Got 16GB, and installed it last weekend.

    Spent the week installing and setting up Immich, navidrome, and integrating my other server running arrs.

  • DonutsRMeh@lemmy.world
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    3 days ago

    Setup Set up my audiobookshelf server successfully. Also, just realized that the Synology NAS that I’ve had running for a couple of years now without really using it much, can be mounted onto my Debian server, that I use a lot, as a mass storage and will work just fine. Mind blown. I now have plenty of storage after struggling for a while. Lmao.

    • shark@lemmy.orgOP
      link
      fedilink
      English
      arrow-up
      3
      ·
      3 days ago

      Set up my audiobookshelf server successfully.

      I’ve been meaning to do this for a while. Do you put ebooks in it too, or just audiobooks and podcasts? I’ve been using BookLore for my ebooks, and really like it – I just wish it was a little faster.

      • DonutsRMeh@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        2 days ago

        Strictly audiobooks. Mostly for my wife because that’s all she listens to. For me, it is 90% ebook on my kobo and 10% audiobooks. Only when I’m doing something around the house or driving do I listen to an audiobook. I’ve also built my own android ABS client that I made to my liking.

  • nickiam2@aussie.zone
    link
    fedilink
    English
    arrow-up
    5
    ·
    3 days ago

    I just replaced the piece of junk XFi router with a proper Ubiquiti dream router 7. I didn’t think it would make this big of a difference, but wow. Had to keep the old thing in bridge mode though. I want to next replace the cable modem built into the thing, but Comcrap requires you either use their equipment for $20/mo or you have to pay for unlimited data for $30/mo. They actually change you more to have the pleasure of not using their junk equipment.

  • baller_w@lemmy.zip
    link
    fedilink
    English
    arrow-up
    2
    ·
    3 days ago

    I migrated openaw from docker running on my raspberry pi to an old nuc I had lying around. Backed it with mainly models off of OpenRouter or my local Ollama instance. For very difficult tasks it uses anthropic. Added it to my GitHub repo and implemented Plane for task management. Added a subagent for coding and have it work on touch up or research tasks I don’t have personal time to do. Made an sdlc document that it follows so I can review all of its work. Added a cron so it checks for work every hour. It ran out of tasks in five days. Work quality: C+, but it’s a hell of a lot better than having nothing.

    It helped research and implement SilverBullet for personal notes management in one shot.

    I also migrated all of my services’ DNS resolution to CloudFlare so I get automatic TLS handoff and set up nginx with deny rules so any app I don’t want exposed don’t get proxied.

    This weekend I’m resurrecting my HomeAssistant build.

  • GnuLinuxDude@lemmy.ml
    link
    fedilink
    English
    arrow-up
    2
    ·
    3 days ago

    I’ve been self-hosting for years, but with a recent move comes a recent opportunity to do my network a bit differently. I’m now running a capable OpenWRT router, and support for AdGuard Home is practically built into OpenWRT. I just needed to configure it right and set it up, but the documentation was comprehensive enough.

    For years I had kept a Debian VM for Pi-Hole running. I kept it ultra lean with a cloud kernel and 3 gb of disk space and 160MB of RAM, just so it could control its own network stack. And I’d set devices to manually use its IP address to be covered. AGH seems to be about the same exact thing as Pi-Hole. With my new setup the entire network is covered automatically without having to configure any device. And yes, I know I could’ve done the same before by forwarding the DNS lookups to the Pi-Hole, but I was always afraid it would cause a problem for me and I’d need an easy way to back out of the adblocking. Subjectively, over about 6 years, I only had a couple worthless websites that blocked me out.

    I haven’t yet gotten to the point where I’m trying to also to intercept hardcoded DNS lookups, but soon… It’s not urgent for me because I don’t have sinister devices that do that.