feat: many updates/fixes
This commit is contained in:
@ -1,9 +1,4 @@
|
||||
---
|
||||
title: "Articles"
|
||||
# description: "Learn how to use Blowfish and its features."
|
||||
|
||||
# cascade:
|
||||
# showDate: false
|
||||
# showAuthor: false
|
||||
# invertPagination: true
|
||||
---
|
||||
slug: "articles"
|
||||
---
|
||||
|
@ -4,6 +4,7 @@ date: 2022-04-10
|
||||
draft: false
|
||||
slug: "authelia-selfhosted-sso"
|
||||
tags: ["tools", "sso"]
|
||||
type: "security"
|
||||
---
|
||||
|
||||
## What's an SSO ?
|
||||
|
@ -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 !
|
||||
|
@ -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 ?
|
||||
|
@ -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?
|
||||
|
@ -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 ?
|
||||
|
Reference in New Issue
Block a user