It’s been a while! Let us know what you’re currently working on, what exploded, what cool stuff you found, or just brag that everything is running fine unattended.

I haven’t been doing a lot, renovate auto upgrades for patches and sometimes minor updates work great so far. I got involved in my union to spin up a mastodon server soon, so there’s a new project, but I already run mastodon so it shouldn’t be much of a deal, I just need to get comfortable with the infrastructure. I also set up ntfy but only sent some test notifications and didn’t configure any app yet - planned for Element Chat.

[Meta] I’m not sure how to apply the new tags. In the recent versions of this thread, people sometimes posted about their ollama setup or the like, but I’m not mentioning AI in the post body (except this meta thingy) and it shouldn’t be much of the discussion, but it’s an open post. Maybe curbstickle can chime in to let me know if I should apply one of them.

  • NeonKnight52@lemmy.ca
    link
    fedilink
    English
    arrow-up
    2
    ·
    17 minutes ago

    I just set up an orange pi as an off-site restic backup!

    I use restic for backups in my homelab onsite to my NAS. I’ve been doing this for about a year but I don’t have off-site backups. I’ve set up the orange pi with just a small HDD and set up wireguard on it so I can still access the pi when it is outside my network.

    Then I added a restic copy command to copy my repo from my NAS to the remote, and it’s working!

    Now I’ll leave it in my house for about a month or two to test that it’s still working, then take it to a family member’s house!

  • ApocolypticGopher@infosec.pub
    link
    fedilink
    English
    arrow-up
    4
    ·
    4 hours ago

    Finally moved everything to the basement.

    Spent years with everything in the office with me. Used to run some pretty old and noisy devices too lol. I always wanted to move everything somewhere else to cut down on noise but that means cables to run and total disassembly. Finally bit the bullet and moved it all last Saturday. The office has never been so peaceful

  • yuman@programming.dev
    link
    fedilink
    English
    arrow-up
    5
    ·
    8 hours ago

    got a busted Lenovo Ideapad 520ISK out of a dumpster, missing screen but otherwise perfectly functional. the thing has i5-7200u, 8 GB, two SATA ports inside and this prompted me to look up converting the thing into a server, specifically figuring out how to run 3.5" drives off it; I’m very anti-friendly towards using USB solutions for such a task.

    searching was arduous, both web and yotube, and except one lonely forum post (remember those?) didn’t find anyone attempting let alone succeeding in running it thus. the 2.5" and 3.5" connectors are identical (there are micro SATA to SATA adapters for the DVD port) but the drives will need 12 V that the 2.5" ports ain’t got.

    what I’ve concluded is that all that’s needed is a M/F SATA extension cable which I have trouble sourcing locally; the power will come from a separate ATX PSU for the time being, although I’m sure I can pull 12 V from somewhere on the board.

    don’t got no 3d printing nor fabricating options, so it’ll likely look super-janky, but that’s not a huge concern for me now. I’ll do a write-up if I succeed.

  • Victoria@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    8
    ·
    10 hours ago

    Fiddling around with Renovate Bot on my Forgejo instance. It’s not working perfectly yet, but it’s getting there.

    Also I began using LubeLogger to track my car expenses and fuel efficiency. Works beautifully.

  • TheHive@feddit.org
    link
    fedilink
    English
    arrow-up
    2
    ·
    9 hours ago

    Infrastructure as code. My lab has been working stable for a while now, so it’s time to mess things up again. I want everything in code. The POC with the ansible proxmox collection is already working, but it will surely take some time. In particular since I want to implement some improvements like VLANs, proper user management and such

      • pienoyer@piefed.social
        link
        fedilink
        English
        arrow-up
        1
        ·
        8 minutes ago

        Can only speak for myself. I went with PocketID for oidc. The learning curve was a little steeper than most other homelab services i try, but its 111% worth the setup and time. Logging into services now happens automatically. And if you’re distributing services to friends and family then oidc is a lot more seamless than 10 different accounts on 10 different services.

        I went with PocketID because it looked the simplest out of the bunch. Authentik does provide more customization but afaik this is more needed for enterprise graded stuff.

        All in all, very happy with it, not going back to traditional logins any time soon.

  • OpenAltFinder@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    ·
    12 hours ago

    I just published the weekly report for OpenAltFinder: #31

    Added 19 new alternatives, and all projects in the CMS gained a total of 26,373 stars! The top gainer was Pi, with 2,302 new stars.

  • SayCyberOnceMore@feddit.uk
    link
    fedilink
    English
    arrow-up
    18
    ·
    17 hours ago

    I found the best thing to deal with a device that won’t work…

    I’m trying to get the 3.5" adafruit touchscreen working and it’s being stubborn…

    So… I went outside and split a large pile of logs.

    Problem still not fixed, but I feel a hellofalot better

  • kokomo@reddit.kokomo.cloud
    link
    fedilink
    English
    arrow-up
    10
    ·
    16 hours ago

    Not to brag but everything’s working fine, clean as a whistle. Upgraded forgejo to the latest version. I’m still helping maintain the awesome-selfhosted list, and get inspiration from selfh.st a lot (big shoutout!) Hope to make sure some postgres dbs are up to date at some point, all of my dockhand instances that i set up have been a big help :)

  • Carl Newton@feddit.uk
    link
    fedilink
    English
    arrow-up
    27
    ·
    20 hours ago

    I built a dashboard themed around my dog. It uses the Home Assistant API to get various stats from the house. I’m pleased with it!

    • undefinedTruth@lemmy.zip
      link
      fedilink
      English
      arrow-up
      4
      ·
      edit-2
      11 hours ago

      Care to share any more details? Looks very aesthetically pleasing. I think I should make one themed around my cat.

      • Carl Newton@feddit.uk
        link
        fedilink
        English
        arrow-up
        5
        ·
        edit-2
        8 hours ago

        It’s a PHP container On the front end I’m using Bootstrap and theming it with Catppuccin. The data for the home energy charts are populated from the Home Assistant API. They’re drawn with chart.js. The server stats are pulled from PHP shell_exec commands, and drawn with Bootstrap progress bars. The temperature card also takes data from the Home Assistant API, which also has an endpoint for local weather data. This doesn’t update as often as I’d like. But it compares the outdoor temperature with the reported temperature of my thermostat, and then the messages below that are determined by a comparison of those values. I’m also using HTMX to load each card, and each tab of the energy card separately so that I don’t have no wait on all requests for the dashboard to load. Not that it’s slow - the home assistant API is surprisingly efficient at loading a great deal of logs. When you click my dogs face, she says WOOF WOOF WOOF in a modal to offer me a search with searxng.

  • f3nyx@lemmy.ml
    link
    fedilink
    English
    arrow-up
    6
    ·
    15 hours ago

    spent some time last week adding metadata to my mp3 music obtained with yt-dlp. used musicbrainz Picard.

    I’m actually really surprised how comprehensive that database is, and how easy it was to manually tag the tracks that didn’t get picked up automatically.

  • neidu3@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    11
    ·
    18 hours ago

    Not working on anything particular, but I’m going on a road trip on Tuesday to this regional airport that is giving away two racks perfect for my use case. Deep enough for my larger machines, sound proofed and 42U tall.

    Finally my hardware can have a proper rack instead of being in a stack/pile in this harrypotteresque locker under my stairs.

  • IronKrill@lemmy.ca
    link
    fedilink
    English
    arrow-up
    5
    ·
    16 hours ago

    The best thing I did was probably set up Obsidian Live Sync after hearing about it in selfh.st weekly. Compared to the Syncthing setup I had before it is so much quicker, much easier to catch sync errors, and won’t drain my damn phone battery as much! The more things I can move away from Syncthing the better so I will probably be looking at Immich for my photos soon as well.

    On the management side, I’ve had my Docker stacks split across Dockhand and Komodo ever since a poorly executed move away from Dockge a few months ago. I finally thought about it and had the time to decide to give up on them both. I like some of the concepts of compose in a git repo and the fancier interfaces, but I just realised it was all over the top for what I need. I missed being able to simply SSH into a damn machine and docker compose up -d in an emergency. Compared to the constant deploy errors of Dockhand and the potential of scrounging application databases for in-DB compose data or attempting to deploy stacks from forgejo when forgejo itself is a stack deployed via git… going back to basic files is a blessing. Lesson learned!

    What that culminated in is all my stacks are now in Sencho (which clearly uses a lot of AI code sadly), but it was that or Dockge and I knew Dockge lacked a few things I wanted. The nice thing about Sencho (and Dockge) is that I don’t need either of them because they are based around file-on-disk simple operation. I can cut it out of my setup entirely at any moment and not shed a tear. So much peace of mind leaving Dockhand. Now I just need to find a builder image or write a script to replace Komodo’s build feature because I don’t want to keep using it.