So when setting up Frigate I realized that it is not secure and does not support any type of authentication. Therefore, it allowed anyone in without any security checks. Well, I shut that down right away. So, then I wondered about Authentication with HAProxy. I have used it in the past to authenticate the HAProxy … Read More “Frigate: User Authentication with HAProxy on pfSense” »
Author: admin
So I have tried may options for configuring nvr (Network Video Recorder) systems in the past. ZoneMinder is also very good for a basic system. However, Frigate takes nvr to a new level. Below, are some of its benefits. So, that is a short list of options that are supported with Frigate. Now, let’s get … Read More “Frigate is Awesome” »
Hello all, just joined Keysight to better understand the electronics and measurement world. Very cool stuff out there! It also gives you the ability to see some of the latest test equipment and technologies that are available. More to come on this topic. I think I will bring up about the DRC snubber and capacitor … Read More “Just Joined Keysight” »
So, fundamental to many electronic projects is switching. Also, switching is where a MOSFET can really shine. Why? Because most have a low on resistance and require voltage to turn on. Also, for this I am focusing on enhancement mode MOSFET’s. Also, focusing on DC at this point as AC has its own set of … Read More “Basic MOSFET Switches” »
For starters I am working with ATTiny 1626 micros. I have been using an Arduino UNO to burn them from PlatformIO up until now. So, how can I get AvrDude to burn using serialudpi. The Problem Ok, because of it age avrdude that is built into PlatformIO is older and it does not know the … Read More “Get PlatformIO and serialupdi Working” »
Hello all, this came in handy the other day for nextcloud so I figured I would put a quick post about it out. Let’s say, you want a PHP 8.0 to be used in Apache. Here is what I did to do that specific option. Also, it is what I would recommend if you are … Read More “Specific PHP in Apache” »
So, time is important to microcontrollers. Also, it is important for may circuits that could be built using a microcontroller such as a ATTiny 1626. Also, they are so inexpensive today it is almost not worth bothering to use things such as 555 timers and other components as they can do that work and then … Read More “ATTiny 1626 Timers” »
So, I have decided it is best to start a series here called “My Network” in this I will outline and provide an overview of my network. Furthermore, these posts will change as my network changes. What runs it all? So, where to begin. Here is an outline:
So, I thought I had a article related to this when I was answering this post on Server fault. However, I could not find one so I wrote this one to put into Serverfault. Hopefully I will have my HA Kubernetes figured out to also post into the serverfault article as it may be a … Read More “DMZ and Web Server Behind pfSense” »
Introduction Hello all, As I progress on my 99 F150 build I realized that it would be nice to replace the original oil pressure switch used by Ford with an actual gauge. So, I have decided to implement this via a simple ATTINY88 Micro Development Board. Like this one from Amazon. Below, I will discuss … Read More “99 F150: Add an Actual Oil Pressure Gauge” »