<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: fab</title>
    <description>The latest articles on DEV Community by fab (@fabriziosalmi).</description>
    <link>https://dev.to/fabriziosalmi</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F834432%2F3c3be0b5-3c6b-44f1-a7e3-45510f473823.png</url>
      <title>DEV Community: fab</title>
      <link>https://dev.to/fabriziosalmi</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/fabriziosalmi"/>
    <language>en</language>
    <item>
      <title>Certificate expired?</title>
      <dc:creator>fab</dc:creator>
      <pubDate>Thu, 17 Sep 2026 15:34:17 +0000</pubDate>
      <link>https://dev.to/fabriziosalmi/certificate-expired-1n4o</link>
      <guid>https://dev.to/fabriziosalmi/certificate-expired-1n4o</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;Download, install, run, enjoy CertMate.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;CertMate issues and renews TLS certificates across 29 DNS providers&lt;/strong&gt; and records every action in a tamper-evident, independently verifiable audit trail.&lt;/p&gt;

&lt;p&gt;Free and open source: &lt;a href="https://www.certmate.org" rel="noopener noreferrer"&gt;https://www.certmate.org&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Source code on GitHub.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fcxwz6wjjinwwsiqqe3kg.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fcxwz6wjjinwwsiqqe3kg.png" alt=" " width="800" height="358"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>tls</category>
      <category>ssl</category>
      <category>certification</category>
      <category>automation</category>
    </item>
    <item>
      <title>Web application firewall for Caddy</title>
      <dc:creator>fab</dc:creator>
      <pubDate>Mon, 07 Sep 2026 12:23:44 +0000</pubDate>
      <link>https://dev.to/fabriziosalmi/web-application-firewall-for-caddy-1863</link>
      <guid>https://dev.to/fabriziosalmi/web-application-firewall-for-caddy-1863</guid>
      <description>&lt;p&gt;Caddy-WAF is an HTTP handler middleware that inspects requests and responses across four well-defined phases, applies a regular-expression rule set with anomaly scoring, enforces IP/DNS/ASN/country blacklists and whitelists, performs token-bucket-style rate limiting, and exposes a JSON metrics endpoint.&lt;/p&gt;

&lt;p&gt;A representative provisioning log:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight console"&gt;&lt;code&gt;&lt;span class="go"&gt;INFO  Provisioning WAF middleware     {"log_level":"info","log_path":"debug.json","log_json":true,"anomaly_threshold":20}
INFO  http.handlers.waf  Tor exit nodes updated  {"count":1093}
INFO  WAF middleware version  {"version":"v0.4.14"}
INFO  Rate limit configuration  {"requests":100,"window":10,"cleanup_interval":300,"paths":["/api/v1/.*"],"match_all_paths":false}
WARN  GeoIP database not found. Country blacklisting/whitelisting will be disabled  {"path":"GeoLite2-Country.mmdb"}
INFO  IP blacklist loaded     {"path":"ip_blacklist.txt","valid_entries":223770,"invalid_entries":0,"total_lines":223770}
INFO  DNS blacklist loaded    {"path":"dns_blacklist.txt","valid_entries":854479,"total_lines":854479}
INFO  WAF rules loaded successfully   {"total_rules":33,"rule_counts":"Phase 1: 17 rules, Phase 2: 16 rules, Phase 3: 0 rules, Phase 4: 0 rules, "}
INFO  WAF middleware provisioned successfully
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;The middleware is implemented as a single Caddy module registered under the ID &lt;code&gt;http.handlers.waf&lt;/code&gt;. It can be configured through the Caddyfile or directly via JSON.&lt;/p&gt;

&lt;p&gt;Source code on GitHub: &lt;a href="https://github.com/fabriziosalmi/caddy-waf" rel="noopener noreferrer"&gt;https://github.com/fabriziosalmi/caddy-waf&lt;/a&gt;&lt;/p&gt;

</description>
      <category>caddy</category>
      <category>caddyserver</category>
      <category>waf</category>
      <category>cybersecurity</category>
    </item>
    <item>
      <title>Proxmox LXC autoscale</title>
      <dc:creator>fab</dc:creator>
      <pubDate>Thu, 13 Aug 2026 08:09:52 +0000</pubDate>
      <link>https://dev.to/fabriziosalmi/automatically-scale-lxc-containers-resources-on-proxmox-hosts-3p1n</link>
      <guid>https://dev.to/fabriziosalmi/automatically-scale-lxc-containers-resources-on-proxmox-hosts-3p1n</guid>
      <description>&lt;p&gt;LXC AutoScale is an async resource management daemon for Proxmox environments. &lt;strong&gt;Install via oneliner, as systemd service or Docker&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;It automatically &lt;strong&gt;adjusts CPU and memory allocations for LXC containers&lt;/strong&gt; based on real-time usage metrics and predefined thresholds. It supports local execution, remote execution via SSH, or the Proxmox REST API as backend. &lt;/p&gt;

&lt;p&gt;&lt;em&gt;Container cloning (horizontal scaling) is also supported as an experimental feature.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Tested with Proxmox 8 and 9, 250+ stars on GitHub.&lt;/p&gt;

&lt;p&gt;Enjoy and contribute: &lt;a href="https://github.com/fabriziosalmi/proxmox-lxc-autoscale" rel="noopener noreferrer"&gt;https://github.com/fabriziosalmi/proxmox-lxc-autoscale&lt;/a&gt;&lt;/p&gt;

</description>
      <category>proxmox</category>
      <category>containers</category>
      <category>docker</category>
      <category>scaling</category>
    </item>
    <item>
      <title>Wildbox: all-in-one open security platform</title>
      <dc:creator>fab</dc:creator>
      <pubDate>Fri, 07 Nov 2025 18:55:34 +0000</pubDate>
      <link>https://dev.to/fabriziosalmi/wildbox-all-in-one-open-security-platform-119h</link>
      <guid>https://dev.to/fabriziosalmi/wildbox-all-in-one-open-security-platform-119h</guid>
      <description>&lt;p&gt;Hello here,&lt;/p&gt;

&lt;p&gt;I just released a beta version of a complete security platform on GitHub. &lt;strong&gt;The intent is to get the community interest from day one to shape its future at the best possible level&lt;/strong&gt;. &lt;/p&gt;

&lt;p&gt;This project is open to your ideas, concerns and imagination.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;No SaaS nor hidden traps in the plan, this IS AND WILL EVER BE managed and shaped by the community FOR the community itself.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Free for all, free for ever. I will be also focus to quick fix important concerns in the next 24hrs due to a bit of interest already on that :)&lt;/p&gt;

&lt;p&gt;Enjoy and contribute: &lt;a href="https://github.com/fabriziosalmi/wildbox" rel="noopener noreferrer"&gt;https://github.com/fabriziosalmi/wildbox&lt;/a&gt;&lt;/p&gt;

</description>
      <category>security</category>
      <category>cybersecurity</category>
      <category>automation</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
