feat: many updates/fixes

This commit is contained in:
2024-02-15 20:22:49 +01:00
parent 8e48647acf
commit 4a16837cbe
26 changed files with 190 additions and 35 deletions

View File

@ -1,9 +1,4 @@
---
title: "Articles"
# description: "Learn how to use Blowfish and its features."
# cascade:
# showDate: false
# showAuthor: false
# invertPagination: true
---
slug: "articles"
---

View File

@ -4,6 +4,7 @@ date: 2022-04-10
draft: false
slug: "authelia-selfhosted-sso"
tags: ["tools", "sso"]
type: "security"
---
## What's an SSO ?

View File

@ -3,7 +3,8 @@ title: "How to host multiple services on one public IP ?"
date: 2022-02-28
draft: false
slug: "how-to-host-multiple-services-on-one-public-ip"
tags: ["homelab", "reverse proxy"]
tags: ["reverse proxy"]
type: "homelab"
---
You have services that you want to make accessible from outside? A Plex, a password manager, a website, ... You use a non professional connection with a dynamic external IP ? then you must have asked yourself the question of how to host more than one service with only one external IP address !

View File

@ -3,7 +3,8 @@ title: "How to index your Blog on Google Search"
date: 2022-02-01
draft: false
slug: "how-to-index-your-blog-on-google"
tags: ["indexing"]
tags: []
type: "homelab"
---
## What's indexation ?

View File

@ -3,7 +3,8 @@ title: "How to make daily backups of your HomeLab with Rclone?"
date: 2022-07-19
draft: false
slug: "how-to-make-daily-backups-of-your-homelab"
tags: ["backup", "homelab", "tools"]
tags: ["backup", "tools"]
type: "homelab"
---
You have your local homelab in which you store all your data. You have set up security measures to avoid data loss: parity disk, hot spare, cold spare, RAID, ... But in the event that your server burns down, a power surge fries your server and the data it contains, ... are you ready?

View File

@ -3,7 +3,8 @@ title: "My current Homelab"
date: 2022-02-11
draft: false
slug: "my-current-homelab"
tags: ["homelab"]
tags: []
type: "homelab"
---
## What's a Homelab ?