Auto-update blog content from Obsidian: 2025-09-29 12:59:15
All checks were successful
Blog Deployment / Check-Rebuild (push) Successful in 6s
Blog Deployment / Build (push) Has been skipped
Blog Deployment / Deploy-Staging (push) Successful in 9s
Blog Deployment / Test-Staging (push) Successful in 2s
Blog Deployment / Merge (push) Successful in 6s
Blog Deployment / Deploy-Production (push) Successful in 9s
Blog Deployment / Test-Production (push) Successful in 3s
Blog Deployment / Clean (push) Has been skipped
Blog Deployment / Notify (push) Successful in 2s
All checks were successful
Blog Deployment / Check-Rebuild (push) Successful in 6s
Blog Deployment / Build (push) Has been skipped
Blog Deployment / Deploy-Staging (push) Successful in 9s
Blog Deployment / Test-Staging (push) Successful in 2s
Blog Deployment / Merge (push) Successful in 6s
Blog Deployment / Deploy-Production (push) Successful in 9s
Blog Deployment / Test-Production (push) Successful in 3s
Blog Deployment / Clean (push) Has been skipped
Blog Deployment / Notify (push) Successful in 2s
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
slug: proxmox-cluster-networking-sdn
|
slug: proxmox-cluster-networking-sdn
|
||||||
title: Simplifier la gestion des VLAN dans Proxmox VE avec le SDN
|
title: Simplifier la gestion des VLAN dans Proxmox VE avec le SDN
|
||||||
description: Découvrez comment centraliser la configuration des VLAN dans Proxmox VE grâce aux zones SDN et aux VNets, pour un réseau plus simple et cohérent
|
description: Découvrez comment centraliser la configuration des VLAN dans Proxmox VE grâce aux zones SDN et aux VNets, pour un réseau plus simple et cohérent.
|
||||||
date: 2025-09-12
|
date: 2025-09-12
|
||||||
draft: false
|
draft: false
|
||||||
tags:
|
tags:
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
slug: opnsense-virtualization-highly-available
|
slug: opnsense-virtualization-highly-available
|
||||||
title: Construire un Cluster OPNsense Hautement Disponible sur Proxmox VE
|
title: Construire un Cluster OPNsense Hautement Disponible sur Proxmox VE
|
||||||
description: Une preuve de concept montrant comment virtualiser OPNsense sur Proxmox VE, configurer la haute disponibilité avec CARP et pfSync, et gérer une seule IP WAN
|
description: Une preuve de concept montrant comment virtualiser OPNsense sur Proxmox VE, configurer la haute disponibilité avec CARP et pfSync, et gérer une seule IP WAN.
|
||||||
date: 2025-09-29
|
date: 2025-09-29
|
||||||
draft: false
|
draft: false
|
||||||
tags:
|
tags:
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
slug: blog-deployment-ci-cd-pipeline-gitea-actions
|
slug: blog-deployment-ci-cd-pipeline-gitea-actions
|
||||||
title: Pipeline CI/CD du Déploiment du Blog avec Gitea Actions
|
title: Pipeline CI/CD du Déploiment du Blog avec Gitea Actions
|
||||||
description: Comment j'ai sécurisé le déploiement automatisé de mon blog self-hosted construit avec Hugo en mettant en place un pipeline CI/CD à l'aide de Gitea Actions
|
description: Comment j'ai sécurisé le déploiement automatisé de mon blog self-hosted construit avec Hugo en mettant en place un pipeline CI/CD à l'aide de Gitea Actions.
|
||||||
date: 2025-06-05
|
date: 2025-06-05
|
||||||
draft: false
|
draft: false
|
||||||
tags:
|
tags:
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
slug: blog-deployment-ci-cd-pipeline-gitea-actions
|
slug: blog-deployment-ci-cd-pipeline-gitea-actions
|
||||||
title: Blog Deployment CI/CD Pipeline using Gitea Actions
|
title: Blog Deployment CI/CD Pipeline using Gitea Actions
|
||||||
description: How I secured the automated deployment of my self-hosted blog built with Hugo by setting up a CI/CD pipeline using Gitea Actions
|
description: How I secured the automated deployment of my self-hosted blog built with Hugo by setting up a CI/CD pipeline using Gitea Actions.
|
||||||
date: 2025-06-05
|
date: 2025-06-05
|
||||||
draft: false
|
draft: false
|
||||||
tags:
|
tags:
|
||||||
|
@@ -7,6 +7,7 @@ draft: false
|
|||||||
tags:
|
tags:
|
||||||
- kubernetes
|
- kubernetes
|
||||||
- kubeadm
|
- kubeadm
|
||||||
|
- high-availability
|
||||||
categories:
|
categories:
|
||||||
- homelab
|
- homelab
|
||||||
---
|
---
|
||||||
|
@@ -1,12 +1,13 @@
|
|||||||
---
|
---
|
||||||
slug: create-manual-kubernetes-cluster-kubeadm
|
slug: create-manual-kubernetes-cluster-kubeadm
|
||||||
title: Create a Highly Available Kubernetes Cluster with kubeadm on VMs
|
title: Create a Highly Available Kubernetes Cluster with kubeadm on VMs
|
||||||
description: Step-by-step guide to manually build a highly available Kubernetes cluster on virtual machines using kubeadm
|
description: Step-by-step guide to manually build a highly available Kubernetes cluster on virtual machines using kubeadm.
|
||||||
date: 2025-07-18
|
date: 2025-07-18
|
||||||
draft: false
|
draft: false
|
||||||
tags:
|
tags:
|
||||||
- kubernetes
|
- kubernetes
|
||||||
- kubeadm
|
- kubeadm
|
||||||
|
- high-availability
|
||||||
categories:
|
categories:
|
||||||
- homelab
|
- homelab
|
||||||
---
|
---
|
||||||
|
Reference in New Issue
Block a user