From 556445c2b598fbba3c8ec75970d6715073eadfec Mon Sep 17 00:00:00 2001 From: Florian Uhlig Date: Wed, 3 Dec 2025 12:48:45 +0100 Subject: [PATCH] Rebuild --- RebuildGitScript.sh | 3 +++ public/posts/whatimworkingoncurrently/index.html | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/RebuildGitScript.sh b/RebuildGitScript.sh index b37de1b..0232f33 100644 --- a/RebuildGitScript.sh +++ b/RebuildGitScript.sh @@ -2,6 +2,9 @@ # Pull changes git pull origin main +# Rebuild +docker compose exec -it hugo hugo --cleanDestinationDir + # Add git add . diff --git a/public/posts/whatimworkingoncurrently/index.html b/public/posts/whatimworkingoncurrently/index.html index e3a2956..21e734e 100644 --- a/public/posts/whatimworkingoncurrently/index.html +++ b/public/posts/whatimworkingoncurrently/index.html @@ -193,8 +193,6 @@ Isolation: Each service runs in its own container with defined resources Portabi Cost-effective: Self-hosted solution with predictable costs

Conclusion#

This two-server architecture strikes an excellent balance between simplicity and robustness. By combining Docker containerization with a dedicated, secured backup server connected via WireGuard, you achieve enterprise-grade reliability without enterprise-level complexity. Daily automated backups provide peace of mind, while the security-first network design protects your data from external threats.

-
-

This setup demonstrates that effective infrastructure doesn’t require massive cloud budgets—just thoughtful design and consistent execution.