My current infrasturcure looks like on hosted server with docker containers running and one hosted server with a lot of data storage
+
Backups are done every day
+
Backups are made of the databases and docker volumes
+
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
diff --git a/public/index.xml b/public/index.xml
index 731cf11..021411a 100644
--- a/public/index.xml
+++ b/public/index.xml
@@ -2,25 +2,25 @@
WelcomeToMyTechnicalBlog on TechnicalBlog
- http://localhost:1313/
+ https://blog.fuhlig.de/
Recent content in WelcomeToMyTechnicalBlog on TechnicalBlogHugoen-us
- Mon, 01 Dec 2025 00:00:00 +0000
-
+ Wed, 03 Dec 2025 00:00:00 +0000
+
- About Me
- http://localhost:1313/posts/aboutme/
- Mon, 01 Dec 2025 00:00:00 +0000
- http://localhost:1313/posts/aboutme/
- <h2 id="who-am-i">Who am I</h2>
<p>My name is Florian and I’m 22 years old.
I work as an IT Technican mainly with Linux Servers in Frankfurt, Germany.
My company is midsized around 50 people working here.
I mainly want to post about what I learned, what inspires me.</p>
<p>Well I dont really, this just seemed like a great idea to waste some time.</p>
+ What am I currently working on
+ https://blog.fuhlig.de/posts/whatimworkingoncurrently/
+ Wed, 03 Dec 2025 00:00:00 +0000
+ https://blog.fuhlig.de/posts/whatimworkingoncurrently/
+ <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>About Me
- http://localhost:1313/posts/whatimworkingoncurrently/
+ https://blog.fuhlig.de/posts/aboutme/
Mon, 01 Dec 2025 00:00:00 +0000
- http://localhost:1313/posts/whatimworkingoncurrently/
-
+ https://blog.fuhlig.de/posts/aboutme/
+ <h2 id="who-am-i">Who am I</h2>
<p>My name is Florian and I’m 22 years old.
I work as an IT Technican mainly with Linux Servers in Frankfurt, Germany.
My company is midsized around 50 people working here.
I mainly want to post about what I learned, what inspires me.</p>
<p>Well I dont really, this just seemed like a great idea to waste some time.</p>
diff --git a/public/page/1/index.html b/public/page/1/index.html
index 0e4714b..56f362b 100644
--- a/public/page/1/index.html
+++ b/public/page/1/index.html
@@ -1,10 +1,10 @@
- http://localhost:1313/
-
+ https://blog.fuhlig.de/
+
-
+
diff --git a/public/posts/aboutme/index.html b/public/posts/aboutme/index.html
index eff134d..4637858 100644
--- a/public/posts/aboutme/index.html
+++ b/public/posts/aboutme/index.html
@@ -1,6 +1,6 @@
-
+
About Me :: TechnicalBlog
@@ -13,50 +13,50 @@ Well I dont really, this just seemed like a great idea to waste some time.
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -64,8 +64,8 @@ Well I dont really, this just seemed like a great idea to waste some time.
-
-
+
+
@@ -78,10 +78,10 @@ Well I dont really, this just seemed like a great idea to waste some time.
-
+
-
+
@@ -127,14 +127,14 @@ Well I dont really, this just seemed like a great idea to waste some time.
My current infrasturcure looks like on hosted server with docker containers running and one hosted server with a lot of data storage
+
Backups are done every day
+
Backups are made of the databases and docker volumes
+
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
About Me
diff --git a/public/posts/index.xml b/public/posts/index.xml
index 5930fa5..598351b 100644
--- a/public/posts/index.xml
+++ b/public/posts/index.xml
@@ -6,8 +6,15 @@
Recent content in Posts on TechnicalBlogHugoen-us
- Mon, 01 Dec 2025 00:00:00 +0000
+ Wed, 03 Dec 2025 00:00:00 +0000
+
+ What am I currently working on
+ https://blog.fuhlig.de/posts/whatimworkingoncurrently/
+ Wed, 03 Dec 2025 00:00:00 +0000
+ https://blog.fuhlig.de/posts/whatimworkingoncurrently/
+ <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>
+ About Me
https://blog.fuhlig.de/posts/aboutme/
diff --git a/public/posts/md.template b/public/posts/md.template
new file mode 100644
index 0000000..1952e17
--- /dev/null
+++ b/public/posts/md.template
@@ -0,0 +1,6 @@
+---
+title: "About Me"
+date: 2025-12-01
+tags: ["blog"]
+draft: false
+---
diff --git a/public/posts/whatimworkingoncurrently/index.html b/public/posts/whatimworkingoncurrently/index.html
index d402844..9b38279 100644
--- a/public/posts/whatimworkingoncurrently/index.html
+++ b/public/posts/whatimworkingoncurrently/index.html
@@ -1,60 +1,60 @@
-
+
- About Me :: TechnicalBlog
+ What am I currently working on :: TechnicalBlog
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -62,8 +62,8 @@
-
-
+
+
@@ -72,18 +72,18 @@
-
-
-
+
+
+
-
+
-
+
@@ -123,14 +123,14 @@
My current infrasturcure looks like on hosted server with docker containers running and one hosted server with a lot of data storage
+
Backups are done every day
+
Backups are made of the databases and docker volumes
+
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
My current infrasturcure looks like on hosted server with docker containers running and one hosted server with a lot of data storage
+
Backups are done every day
+
Backups are made of the databases and docker volumes
+
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
About Me
diff --git a/public/tags/blog/index.xml b/public/tags/blog/index.xml
index c30f3b1..5e3079b 100644
--- a/public/tags/blog/index.xml
+++ b/public/tags/blog/index.xml
@@ -6,8 +6,15 @@
Recent content in Blog on TechnicalBlogHugoen-us
- Mon, 01 Dec 2025 00:00:00 +0000
+ Wed, 03 Dec 2025 00:00:00 +0000
+
+ What am I currently working on
+ https://blog.fuhlig.de/posts/whatimworkingoncurrently/
+ Wed, 03 Dec 2025 00:00:00 +0000
+ https://blog.fuhlig.de/posts/whatimworkingoncurrently/
+ <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>
+ About Me
https://blog.fuhlig.de/posts/aboutme/
diff --git a/public/tags/index.html b/public/tags/index.html
index 92dfa25..678999f 100644
--- a/public/tags/index.html
+++ b/public/tags/index.html
@@ -141,7 +141,7 @@ Here you can find entry quicker thru my tags