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” »
Tag: pfSense
Intro What is the Qemu Guest Agent? Put simple it allows the hypervisor to know and more completely control the installed guest(VM). It does this by integrating into the VM OS and provides hoots to do the following: Track of IPs used by the installed VM’s. Better base system controls such as reboot. So here … Read More “pfSense and Qemu Guest Agent” »
Important, by default pfSense likes to run the webconfig GUI on 443. So, I wrote this article to get it out of the way so 443 can be used to serve other pages as well as webconfig. Note: this article focuses on the GUI running in the LAN not the WAN!!! Step 1 – Install … Read More “Configure HAProxy To Serve pfSense GUI” »
Issue # 1 – no key or gen a new key. Simple, just run ssh-keygen Output like… Issue 2 – ssh commands cause error So, I only have this one but it is a long error so I put it in a sub heading. Could not open a connection to your authentication agent. So simplified … Read More “pfSense SSH issues” »
For simplicity, I have been using Cloudflare to manage my DNS. Also, I use pfSense as my router. So, I installed the acme cert renewer in pfSense. However for this post, I am focusing on only concerned with acme and Cloudflare setup of DNS to generate certs for all my domain and sub-domains. Domain is … Read More “Let’s Encrypt and Sub-Doman Wildcards” »