1
0
This commit is contained in:
2025-12-03 12:46:48 +01:00
parent 5767c31162
commit 207f56128c
17 changed files with 285 additions and 245 deletions

View File

@@ -2,25 +2,25 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Posts on TechnicalBlog</title>
<link>http://localhost:1313/posts/</link>
<link>https://blog.fuhlig.de/posts/</link>
<description>Recent content in Posts on TechnicalBlog</description>
<generator>Hugo</generator>
<language>en-us</language>
<lastBuildDate>Wed, 03 Dec 2025 00:00:00 +0000</lastBuildDate>
<atom:link href="http://localhost:1313/posts/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="https://blog.fuhlig.de/posts/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>About Me</title>
<link>http://localhost:1313/posts/aboutme/</link>
<link>https://blog.fuhlig.de/posts/aboutme/</link>
<pubDate>Mon, 01 Dec 2025 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/posts/aboutme/</guid>
<guid>https://blog.fuhlig.de/posts/aboutme/</guid>
<description>&lt;h2 id=&#34;who-am-i&#34;&gt;Who am I&lt;/h2&gt;&#xA;&lt;p&gt;My name is Florian and I&amp;rsquo;m 22 years old.&#xA;I work as an IT Technican mainly with Linux Servers in Frankfurt, Germany.&#xA;My company is midsized around 50 people working here.&#xA;I mainly want to post about what I learned, what inspires me.&lt;/p&gt;&#xA;&lt;p&gt;Well I dont really, this just seemed like a great idea to waste some time.&lt;/p&gt;</description>
</item>
<item>
<title>What am I currently working on</title>
<link>http://localhost:1313/posts/whatimworkingoncurrently/</link>
<link>https://blog.fuhlig.de/posts/whatimworkingoncurrently/</link>
<pubDate>Wed, 03 Dec 2025 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/posts/whatimworkingoncurrently/</guid>
<description>&lt;p&gt;Building a Self-Sustaining Infrastructure: A Two-Server Docker Setup&#xA;Overview&#xA;Creating a resilient, self-sustaining infrastructure doesn&amp;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.&lt;/p&gt;&#xA;&lt;p&gt;The Architecture&#xA;Docker Host Server&#xA;The primary server runs all application workloads using Docker containers. This containerized approach provides:&lt;/p&gt;&#xA;&lt;p&gt;Isolation: Each service runs in its own container with defined resources&lt;/p&gt;</description>
<guid>https://blog.fuhlig.de/posts/whatimworkingoncurrently/</guid>
<description>&lt;h1 id=&#34;building-a-self-sustaining-infrastructure-a-two-server-docker-setup&#34;&gt;Building a Self-Sustaining Infrastructure: A Two-Server Docker Setup&lt;/h1&gt;&#xA;&lt;h2 id=&#34;overview&#34;&gt;Overview&lt;/h2&gt;&#xA;&lt;p&gt;Creating a resilient, self-sustaining infrastructure doesn&amp;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.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-architecture&#34;&gt;The Architecture&lt;/h2&gt;&#xA;&lt;h3 id=&#34;docker-host-server&#34;&gt;Docker Host Server&lt;/h3&gt;&#xA;&lt;p&gt;The primary server runs all application workloads using Docker containers. This containerized approach provides:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Isolation&lt;/strong&gt;: Each service runs in its own container with defined resources&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Portability&lt;/strong&gt;: Services can be easily migrated or replicated&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Consistency&lt;/strong&gt;: Docker Compose configurations ensure reproducible deployments&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;The Docker host maintains minimal external exposure, with only essential ports opened to the internet. This reduces the attack surface while still providing necessary services.&lt;/p&gt;</description>
</item>
</channel>
</rss>