1
0
This commit is contained in:
2025-12-03 12:43:30 +01:00
parent 8b5e01da30
commit f6bbddc94e
10 changed files with 241 additions and 170 deletions

View File

@@ -124,47 +124,6 @@
<div class="posts">
<article class="post on-list">
<h2 class="post-title">
<a href="https://blog.fuhlig.de/posts/whatimworkingoncurrently/">What am I currently working on</a>
</h2>
<div class="post-meta"><time class="post-date">2025-12-03</time></div>
<span class="post-tags">
#<a href="https://blog.fuhlig.de/tags/blog/">blog</a>&nbsp;
</span>
<div class="post-content">
<h3 id="goals">Goals</h3>
<ul>
<li>Have an self sustaining hosted infrastructure</li>
<li>Have bakups of everything</li>
</ul>
<h3 id="current-point">Current point</h3>
<ul>
<li>My current infrasturcure looks like on hosted server with docker containers running and one hosted server with a lot of data storage</li>
<li>Backups are done every day</li>
<li>Backups are made of the databases and docker volumes</li>
<li>The two servers are connected via a Wireguard-VPN and the backup server is not available from the outside (secured via iptables) the docker host has only a few ports available by the outside</li>
</ul>
</div>
<div>
<a class="read-more button inline" href="/posts/whatimworkingoncurrently/">[]</a>
</div>
</article>
<article class="post on-list">
<h2 class="post-title">
<a href="https://blog.fuhlig.de/posts/aboutme/">About Me</a>
@@ -200,6 +159,42 @@ I mainly want to post about what I learned, what inspires me.</p>
</article>
<article class="post on-list">
<h2 class="post-title">
<a href="https://blog.fuhlig.de/posts/whatimworkingoncurrently/">What am I currently working on</a>
</h2>
<div class="post-meta"><time class="post-date">2025-12-03</time></div>
<span class="post-tags">
#<a href="https://blog.fuhlig.de/tags/blog/">blog</a>&nbsp;
</span>
<div class="post-content">
<p>Building a Self-Sustaining Infrastructure: A Two-Server Docker Setup
Overview
Creating a resilient, self-sustaining infrastructure doesn&rsquo;t require complex enterprise solutions. With two strategically configured servers and a well-thought-out backup strategy, you can achieve both reliability and security for your self-hosted applications.</p>
<p>The Architecture
Docker Host Server
The primary server runs all application workloads using Docker containers. This containerized approach provides:</p>
<p>Isolation: Each service runs in its own container with defined resources</p>
</div>
<div>
<a class="read-more button inline" href="/posts/whatimworkingoncurrently/">[]</a>
</div>
</article>
<div class="pagination">
<div class="pagination__buttons">