Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)TF
Posts
2
Comments
11
Joined
2 yr. ago

Self-Hosted Main @selfhosted.forum

Native Docker approach for automated feed updates in FreshRSS with Ofelia

  • The problem is these devices don’t have the hardware to process input locally — it’s all sent back to their respective clouds for processing.

    I believe Siri on newer phones can do some processing entirely local, but it’s not the norm.

  • This is the way. HA is what really got me thinking about self-hosting more seriously — I realized Google and Amazon likely knew what room I was in and when I was in it. That was enough to go down the rabbit hole.

  • Just ran into this myself. I fixed it by disabling auth for my local network in the config file. IMPORTANT: Stop the container first because it overwrites config files on shutdown.

    I was then able to log in and set the password. After that the login worked fine.

  • Hey friend, you’re aiming for a setup very close to what I run. Some lessons from my fumbling:

    • Get a NUC and install HASSOS on it for Home Assistant. Treat it like an appliance and leave it to do it’s thing.
    • I run Frigate on a separate host with 2x Coral USB TPUs processing 5x 4K cameras. It sits at about 20% utilization.
    • Check out Simply NUC and UCTRONICS for rack shelves for NUCs and Pis. If you have other random hubs you want to rack check out this Etsy store: https://www.etsy.com/shop/Print3DSteve
    • I highly recommend a NAS for media and other storage. I have a Synology RS819 and it’s solid for this, but I just bought a used Dell R720XD that I plan on loading up with drives and installing TrueNAS on. I’d check out used Synology options on eBay for your use case.

    Given your low power consumption requirements, I’d probably look at something like this:

    • 1x NUC for HASS
    • 1x NUC with Coral TPU for Frigate + other apps
    • 1-3x Pi4s or 5s for other random apps. I run mine using PoE hats to my UniFi gear.
    • 1x Synology rack mount w/ 5400 RPM drives (lower power consumption).

    If you want to do any AI/ML beyond Frigate, you’ll want a desktop GPU in the rack. I still haven’t found a good option here. I’ll likely get a rack case that works with desktop hardware and throw a 3090 into it.

  • Did you check out the Loki Docker plugin for the daemon? That worked like a charm for me.

    Promtail will grab host level logs as well.

    DM if you’re comfortable with Ansible; I have the whole stack (host + Docker services) automated and can share.

  • Much appreciated — I think the rack mounted desktop GPU approach is best for now. Another commenter suggested we should see better options in 1-2 years and I strongly suspect they’re correct.

  • I totally agree on the Coral TPUs. Great for Frigate, but not much else. I’ve got 2x of the USB ones cranking on half a dozen 4K stream - works wonderfully.

    And I agree in theory these Nanos should be great for all sorts of stuff, but nothing supports them. Everything I’ve seen is custom one offs outside of DeepStake (though CodeProject.AI purports there’s someone now working on a Nano port).

    Sounding like a decent gaming GPU and a 2-3U box is the ticket here.

  • Self-Hosted Main @selfhosted.forum

    Best GPUs for self-hosted AI?