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: Web
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” »
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” »
Overview What is HAProxy? Well, put simply it allows forward redirection of web traffic to another server. Ok, why do this? Here are the top reasons: Load balancing URL parsing to other servers via url Obfuscation of Web Server Separation of Traffic via protocols such as TCP port 80, 443, 25, etc.. Protection of web … Read More “Debian11 HAProxy Configure” »