• fleem
    link
    fedilink
    English
    216 minutes ago

    this is a great thread! this should be a recurring one

  • fleem
    link
    fedilink
    English
    1
    edit-2
    18 minutes ago

    proxmox backups fixed!

    copyparty is really REALLY cool. (i use the phi95 theme)

    self hosted gitea was much easier than expected.

    jellyfin updated to latest.

    fixed habitica issues (gotta have my goddamn checkmarks!)

    self hosted ntfy ssh login scripts EVERYWHERE

    i said fuck NUT and passed battery backup straight to truenas VM, the graphs are beautiful.

    ive decided that a rclone docker set up to serve webdav will be a tool i keep on all lxcs, for moving shit around easier. turn it on, move the stuff, turn back off. (i can SCP with the best of them but this is so much easier)

    i want a self hosted CA 😭😭😭

  • @Bronzie@sh.itjust.works
    link
    fedilink
    English
    52 hours ago

    I managed, without ever trying, to convert a friend to swap to Linux about a month ago.

    Today I’m driving over to give him my old old server so he can start self hosting. He’s super keen on getting started.

    So not my success, but ours? One more person joins the community today!

  • Synapse
    link
    fedilink
    English
    140 minutes ago

    Reconnected my light switches to home assistant. I just had to press the pairing button on the device again for some reason. But it’s inside de Switch box in the wall, not so practical. I wich they thought of another way to put the device in pairing mode, like switch one-off 10 times, something like that.

  • @silenium_dev@feddit.org
    link
    fedilink
    English
    11 hour ago

    I already had Keycloak set up, but a few services don’t support OIDC or SAML (Jellyfin, Reposilite), so I’ve deployed lldap and connected those services and Keycloak to it. Now I really have a single user across all services

      • @silenium_dev@feddit.org
        link
        fedilink
        English
        13 minutes ago

        I recreated the Keycloak account from LDAP, and then manually patched the databases for all OIDC-based services to the new account UUID, so the existing accounts are linked to the new Keycloak account.

        I have two Keycloak accounts, one in the master realm for administrative purposes, and one in the apps realm for all my services, so I didn’t break access to Keycloak

  • @thelocalhostinger@lemmy.world
    link
    fedilink
    English
    84 hours ago

    Decided to buy a raspberry pi, it arrived, I installed pihole on it and put it into my dad’s house, all in a few days. Biggest win: I just took action and did it, instead of researching, brainstorming and writing down stuff for weeks and then never execute.

  • @BasicallyHedgehog@feddit.uk
    link
    fedilink
    English
    12 hours ago

    I’ve been running all my apps on my NAS as docker containers, but some get ‘stuck’ occasionally, requiring a reboot of the whole machine. Using the NAS was mostly out of convenience.

    I also had an old laptop running k3s, hosting a few stateless services.

    This week I picked up three Wyse 5070 devices and started setting up a more permanent Kubernetes cluster. I decided to use Talos Linux, which is a steep learning curve, but should hopefully reduce the amount of ongoing work for upgrades. I’ll be deploying everything with FluxCD this time around too.

    I’ve stumbled a bit with the synology-csi-driver. It didn’t work with Talos out of the box, but turns out the latest commits have a fix. The only thing remaining before I can start porting the apps over is figuring out how to spin up a new CA and generate client certificates for mTLS. I currently do that in Vault but it seems like something cert-manager could handle going forward.

  • @tofu@lemmy.nocturnal.garden
    link
    fedilink
    English
    13 hours ago

    Still waiting for my success. Pihole randomly doesn’t answer DNS requests in time, causing a lot of trouble between my services. It’s happening since I switched to dnsmasq in opnsense (which is upstream for my local domain for Pihole), but also for external domains. Can’t nail it down and am this short of reconsidering my whole network setup. It used to work fine for over a year though…

    Opnsense dnsmasq is DHCP for my servers and also resolves them as local hosts. (e.g. server1.local.domain) and Pihole conditionally forwards there. Since the issue is also when resolving external domains, it shouldn’t be related, but the timing is suspicious. I also switched the general upstream DNS.

    Pihole does have some logs indicating too many concurrent requests, but those are not always correlating with the timeouts.

    I know it’s DNS, I just don’t know where yet.

    • @brygphilomena@lemmy.dbzer0.com
      link
      fedilink
      English
      13 minutes ago

      Is dnsmasq rate limiting tbe pi’s IP? Or is opnsense intercepting port 53 outbound and sending it to dnsmasq anyway so all pi DNS queries are being resolved in dnsmasq?

  • EbbyA
    link
    English
    136 hours ago

    I finally got around to installing Jellyfin. Still trying to get hardware transcoding working. I think I have it set up, but it still wants to use the CPU. I’m thinking permissions but I ran out of time.

    Fun project.

    • @BaconWrappedEnigma@lemmy.nz
      link
      fedilink
      English
      65 hours ago

      I think QSV is the new “easiest” way if you have an Intel CPU. Here are some docker compose values that might help:

          group_add:
            - "110"
            - "44"
          devices:
            - /dev/dri/renderD128:/dev/dri/renderD128
      

      110 is render

      44 is video

      You can grep render /etc/group to find your values.

      I found CPU accelerated transcoding to be as effective as using GPU acceleration for my small media server setup. Nvidia wasn’t worth it for me.

      • EbbyA
        link
        English
        35 hours ago

        Oh thanks! I didn’t have the group_add.

  • @shark@lemmy.orgOP
    link
    fedilink
    English
    15
    edit-2
    7 hours ago

    I’ll go first: I got XMPP (Prosody) setup for the family.
    Also, less this week (cheating a little), but I’ve setup all my services with SSL (self-hosted root CA), domain names, and (finally) a dashboard (Heimdall.)

    Edit: I can’t sepll.

    • @smiletolerantly@awful.systems
      link
      fedilink
      English
      36 hours ago

      Nice, same! Was also really positively surprised by how great the Android app(s) for XMPP feel.

      Only thing not working yet for me is group chat creation. Oh well. Maybe this weekend.

      On the other hand though, voice and video calls have worked flawlessly.

      • @shark@lemmy.orgOP
        link
        fedilink
        English
        35 hours ago

        Nice, same! Was also really positively surprised by how great the Android app(s) for XMPP feel.

        We’re on iOS and I wish I could say the same. Looking at the Android apps makes me very jealous.

        Only thing not working yet for me is group chat creation. Oh well. Maybe this weekend.

        What server software are you using? I went with Prosody and it felt pretty easy to setup the muc module for groups, but, on the other hand, I haven’t gotten around to voice and video calls.

        • @smiletolerantly@awful.systems
          link
          fedilink
          English
          2
          edit-2
          5 hours ago

          Ah, too bad. IMO better clients would make it drastically easier to convince people to switch.

          Hm, I can create groups (also with muc), and the other members are added, but writing a message triggers “x left the group” for everyone. Dunno. Probably something trivial I overlooked. But honestly… Weather is too good today to be bothered 😄

          Ah, I already had a TURN/STUN coturn server set up for matrix and jitsi, so it was just a matter of telling prosody about that. So I cheated a little I guess 😄 Here is my full config for that, in the unlikely event that you’re using NixOS.

    • Eldaroth
      link
      fedilink
      English
      14 hours ago

      Nice, had my XMPP server now running for a couple of weeks, not many users on it so far though. But my highlight of the week was managing to get the slidge whatsapp bridge with Prosody running, so I at least don’t have to use the official app anymore for all those people who resist to get off of it.

  • @Natal@lemmy.world
    link
    fedilink
    English
    13 hours ago

    Hum. I’ve been smooth sailing for a while now. I’ve tried installing OwnTracks again and made some progress by figuring out cloud flare tunnels are a problem (at least the way I configured them). New to MQTT. So the app still doesn’t work properly but now I have an idea why and I’m not just banging my head on the wall anymore.