1
0
This commit is contained in:
2025-12-03 12:39:19 +01:00
parent f2066e8f96
commit 03bd11768f
24 changed files with 418 additions and 172 deletions

View File

@@ -1,6 +1,8 @@
---
title: "Welcome to my Blug"
title: "WelcomeToMyTechnicalBlog"
date: 2025-12-02
weight: 1
draft: false
---
# WelcomeToMyTechnicalBlog

View File

@@ -1,5 +1,5 @@
---
title: "WelcomeToMyTechnicalBlog"
title: "About Me"
date: 2025-12-01
tags: ["blog"]
draft: false

View File

@@ -0,0 +1,17 @@
---
title: "What am I currently working on"
date: 2025-12-03
tags: ["blog" "docker"]
draft: false
---
### Goals
- Have an self sustaining hosted infrastructure
- Have bakups of everything
### Current point
- 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

View File

@@ -0,0 +1,6 @@
---
title: "About Me"
date: 2025-12-01
tags: ["blog"]
draft: false
---