• 0 Posts
  • 74 Comments
Joined 2 years ago
cake
Cake day: June 10th, 2023

help-circle



  • Frigate for software. Add a Coral to your computer (they come in M.2, Mini PCIe, even USB) to handle the object detection. Configuration is slightly complex, but the documentation is very good.

    I’m using a couple of Amcrest cameras which I have on a VLAN that can’t access the internet, so no spying from the manufacturer.

    I also added a hard drive specifically for the recording. It stores a ton of days worth of footage and Frigate handles deleting old footage to make room for new. I figure that hard drive will probably fail sooner than my other drives which is why I got one just for that.






  • 9 spinning disks and a couple SSD’s - Right around 190 watts, but that also includes my router and 3 PoE WiFi AP’s. PoE consumption is reported as 20 watts, and the router should use about 10 watts, so I think the server is about 160 watts.

    Electricity here is pretty expensive, about $.33 per kWh, so by my math I’m spending $38/month on this stuff. If I didn’t have lots of digital media it’d be worth it to get a VPS probably. $38/month is still cheaper than Netflix, HBO, and all the other junk I’d have to subscribe to.









  • If I remember correctly, Proxmox recommends running Docker in virtual machines instead of LXC containers. I sort of gave up on LXC containers for what I do, which is run stuff in Docker and use my server as a NAS with ZFS storage.

    LXC containers are unprivileged by default, so the user IDs don’t match the conventional pattern (1000 is the main user, etc.). For a file sharing system this was a pain in the butt, because every file ended up being owned by some crazy user ID. There are ways around it which I did for some time, but moving to virtual machines instead has been super smooth.

    They also don’t recommend running Docker on bare metal (Proxmox is Debian, after all). I don’t know the reasons why, but I tend to agree simply for backups. My VMs get automatically backed up on a schedule, and those backups automatically get sent to Backblaze B2 on a schedule