62 lines
3.6 KiB
HTML
62 lines
3.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="description" content="Home Infrastructure Cluster & WireGuard Mesh Networking - Colin Knapp">
|
|
<title>Home Infrastructure Cluster & WireGuard Mesh Networking - Colin Knapp</title>
|
|
<link rel="icon" type="image/x-icon" href="../favicon.ico">
|
|
<link rel="stylesheet" href="../styles.css" integrity="sha256-Y+6RTuKMnPfNa1TjCQCcFhxwo0G+xNy7t1MaAvn5SuU=">
|
|
<link rel="stylesheet" href="stories.css" integrity="sha256-O+OMb48leSKvekhMTDUK1y6+WG9x33kA0eDw00wUwkY=">
|
|
<script src="../theme.js" integrity="sha256-+dDNTo7WAOmn2YC875+vn9oH4UkMwlVOGlARp2uq3A4="></script>
|
|
<script src="../includes.js" integrity="sha256-0VPPSi+jVc1DuyZaSYTq+fnpIfv7ft+ZDenYE6pDPqA="></script>
|
|
</head>
|
|
<body>
|
|
<!-- Header Include -->
|
|
<div id="header-include"></div>
|
|
|
|
<div class="container-fluid" role="main">
|
|
<div class="story-header">
|
|
<h1>Home Infrastructure Cluster & WireGuard Mesh Networking</h1>
|
|
<p class="story-meta">Category: Infrastructure, Networking, Data Sovereignty | Date: 2020-Present</p>
|
|
<hr>
|
|
</div>
|
|
|
|
<div class="story-content">
|
|
<h2>Data Sovereignty Through Self-Hosting</h2>
|
|
<p>Built a comprehensive home infrastructure cluster using repurposed MacMini hardware to maintain complete data sovereignty and avoid cloud dependencies. This project represents a complete shift away from cloud services, with self-hosted email, DNS, and over 100 additional services.</p>
|
|
|
|
<h3>Infrastructure Components</h3>
|
|
<ul>
|
|
<li><strong>Repurposed MacMini Cluster:</strong> Sustainable infrastructure using existing hardware</li>
|
|
<li><strong>Self-Hosted Email:</strong> Complete email sovereignty and control</li>
|
|
<li><strong>DNS Infrastructure:</strong> Custom DNS services for complete control</li>
|
|
<li><strong>100+ Services:</strong> Comprehensive self-hosting ecosystem</li>
|
|
<li><strong>Data Sovereignty:</strong> Complete control over personal and business data</li>
|
|
</ul>
|
|
|
|
<h3>WireGuard Mesh Networking Innovation</h3>
|
|
<p>Developed a custom WireGuard mesh networking tool designed to simplify deployment of mesh networks as opposed to traditional hub-and-spoke architectures. This tooling enables ease of deployment for quantum-resistant networking solutions.</p>
|
|
|
|
<h3>Technical Achievements</h3>
|
|
<ul>
|
|
<li><strong>Mesh vs Hub-Spoke:</strong> Alternative to traditional networking architectures</li>
|
|
<li><strong>Simplified Deployment:</strong> Tooling to make mesh networks easier to implement</li>
|
|
<li><strong>Quantum-Resistant:</strong> Future-proof networking solutions</li>
|
|
<li><strong>Infrastructure Innovation:</strong> Advancing networking technology</li>
|
|
</ul>
|
|
|
|
<h3>Impact</h3>
|
|
<p>This infrastructure represents a complete commitment to data sovereignty, infrastructure innovation, and building future-proof networking solutions. The home cluster provides complete control over personal and business data, while the WireGuard mesh networking tool advances the state of secure, distributed networking.</p>
|
|
</div>
|
|
|
|
<div class="story-footer">
|
|
<a href="../index.html" class="back-link">← Back to Portfolio</a>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Footer Include -->
|
|
<div id="footer-include"></div>
|
|
</body>
|
|
</html>
|