Automation to Check and Update Docker Stack Images

Edit: Extra note about this post, the Internet, and Reddit – sharing your idea – is a great idea and is a chance to learn from your peers. Yup, what this post describes is actually all is rather unnecessary as if you don’t use the “–force-recreate” flag then a simple “docker-compose up -d –always-recreate-deps –build…

OPNSense and Enabling Suricata Rules

OPNSense is an Open Source FreeBSD router, firewall, and has a modern Suricata 6 (update: now 7) to go along with it. This guide is a how-to in getting additional insight and ability to respond to network events. The default rules are good, but, if there is a strong interest in network events, and possibly…

Secure Your OPNSense Router With CrowdSec Multi-Server Setup

This post will be edited over time, please feel free to come back and check for new content. Last edit: 12-28-2023 Goal: A HomeLab setup that protects itself This example HomeLab has at its core an OPNSense Router, smart switches with subnet zones, several VMs, a few Docker environments, and specifically for this version of…

ATom

Take the pen for inkDoesn’t trip in the sinkDraw water steeped with blink Layered prose saturated noiseEchoing or orbiting the toysRoll around bowl rink ploys Unit view collective trueSo without fibers bluePants due un-sew The wraps of energy classesLike object stasisIn cases because they says Don’t knock the time spentFor epoch is the hand sentAcross…

WordPress in Docker Stack via docker-compose

Stack consists of WordPress (PHP-FPM) / Nginx / Mysql / WPCLI. Again, I will eventually get around to a longer opening, but till then here we go. Expectations are you have a Docker Host already, can install and run “Hello World” via docker-compose. If you can’t do that, you won’t be able to do this….