this post was submitted on 17 Nov 2023
1 points (100.0% liked)

Self-Hosted Main

502 readers
1 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

For Example

We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.

Useful Lists

founded 1 year ago
MODERATORS
 

We are re-doing our home network, running 10Gig capable wiring throughout, using (existing) switches with 1G ports for the time being but a few years down the line switch to 10G ports, and more relevant to this question, installing 16 PoE Amcrest IP cameras.

I looked at pre-built NVR hardware solutions like QNAP, Synology, etc. but they seem less attractive to me in general. Given I already have a lot of self-hosted solutions in my home, this will be one additional thing I can easily manage.

I was considering getting a mini PC box (beelink, minisforum, etc.) to run Frigate. Also ordered Coral accelerator to speed up some of the ML based analysis.

I had a few basic questions:

  1. How do people store the streams from the camera that Frigate subscribes to? I was considering storing this in my in-network NAS. I have few zfs volumes on one of my machines which I use as my NAS, but not sure if there is a different recommended NAS storage that works better with Frigate?

  2. I have Home Assistant running on my Raspberry Pi in the network. To what level does Frigate integrate with NAS?

  3. How are all of you interacting with Frigate? Browser, mobile app, TV, etc. ?

  4. What kinds of notification mechanisms Frigate supports - email, push notifications, etc. ? I guess Home Assistant can be used for this part?

  5. Am I doing something against the grain here? Anything simpler I should be considering?

top 1 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 10 months ago

How do people store the streams from the camera that Frigate subscribes to? I was considering storing this in my in-network NAS. I have few zfs volumes on one of my machines which I use as my NAS, but not sure if there is a different recommended NAS storage that works better with Frigate?

Local storage on my host (4TB SSD in my case, but a 4TB drive would work fine)

I have Home Assistant running on my Raspberry Pi in the network. To what level does Frigate integrate with NAS?

Aside from compute and storage from running the container on there? Not much

How are all of you interacting with Frigate? Browser, mobile app, TV, etc. ?

The web server it provides works great for playback of footage, clips and exporting video

It's also excellent for editing the config

What kinds of notification mechanisms Frigate supports - email, push notifications, etc. ? I guess Home Assistant can be used for this part?

Anything that works with MQTT should work

Am I doing something against the grain here? Anything simpler I should be considering?

Everything seems sane so far, just read the Frigate docs and you'll be fine