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” »
Category: Networking
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” »
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” »
In the end, I will make this into an installer script. However, for now I am going to document the steps needed to do just that process. Overall, this will be made into a script to simplify install. So, with the gz file expressed as a URL it is time to get the latest one … Read More “Roundcube Latest Install Script” »
Since this one is a little more complex to get; below, is the simplest way to always get the latest released version of PostfixAdmin. On page 2 I will explain these commands better; for now, here is the commands. Ok, now we have a url for the latest PostfixAdmin so we can follow LinuxBabe’s Postfix … Read More “PostfixAdmin Install Latest” »
So Proxmox is awsome! I have been using it for about 3 years now. I have to say it has been wonderful as it runs on almost anything. Also, it supports clusting and ceph. Heck, I may even start selling some VPS(Virtual Private Servers)’s on a separate fiber connection at my home utilizing Proxmox as … Read More “Proxmox Manual Update Certs” »
Simple way to prevent many attacks on SSH. So, default is 22 and it is best practice to change this port. Configure SSH port in sshd configuration. Note: pick whatever port is open. Is Port Available? Here is how to check if port is available: If no lines are returned the port is available to … Read More “Configure SSH for Different Port” »
So, many indicate there is no reason to place ProxMox Mail Gateway behind HAProxy. However, I beg to differ. HAProxy helps hide postfix so that it is more secure. AKA layers of separation. Place ProxMox Mail Gateway in DMZ zone and keep the vps server more simple and thus more secure. Certificate offloading via HAProxy. … Read More “Proxmox Mail Behind HAProxy” »
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” »