diff --git a/content/page/homelab/index.fr.md b/content/page/homelab/index.fr.md index b7926b7..ef208e5 100644 --- a/content/page/homelab/index.fr.md +++ b/content/page/homelab/index.fr.md @@ -123,6 +123,7 @@ La meilleure solution que j'ai trouvée a été de percer deux trous de 40 mm a Voici à quoi ça ressemble : ![Front view of my homelab with legend](img/homelab-rack-legend.png) + ![Different views of my homelab with open and closed enclosure](img/homelab-enclore-open-closed.png) --- diff --git a/content/page/homelab/index.md b/content/page/homelab/index.md index 830534f..e6496ae 100644 --- a/content/page/homelab/index.md +++ b/content/page/homelab/index.md @@ -122,6 +122,7 @@ Inside the rack, I also added two 80mm fans to help with airflow. To keep everyt Here what is look like: ![Front view of my homelab with legend](img/homelab-rack-legend.png) + ![Different views of my homelab with open and closed enclosure](img/homelab-enclore-open-closed.png) diff --git a/content/post/blog-deployment.fr.md b/content/post/blog-deployment.fr.md index 8202ce5..5e9bda1 100644 --- a/content/post/blog-deployment.fr.md +++ b/content/post/blog-deployment.fr.md @@ -96,17 +96,18 @@ container: ``` Le runner apparaît dans `Administration Area`, sous `Actions`>`Runners`. Pour obtenir le token d'enrôlement , on clique sur le bouton `Create new Runner` -![Pasted_image_20250502230954.png](img/Pasted_image_20250502230954.png) +![New runner visible in Gitea](img/gitea-runners-management.png) ### Étape 3 : Configurer les Gitea Actions pour le dépôt Obsidian J'ai d'abord activé les Gitea Actions. Celles-ci sont désactivées par défaut. Cochez la case `Enable Repository Actions` dans les paramètres de ce dépôt. J'ai créé un nouveau PAT (Personal Access Token) avec autorisation RW sur les dépôts. -![Pasted_image_20250501235521.png](img/Pasted_image_20250501235521.png) +![New personal access token creation in Gitea](img/gitea-new-pat.png) J'ai ajouté le token comme secret `REPO_TOKEN` dans le dépôt. -![Pasted_image_20250501235427.png](img/Pasted_image_20250501235427.png) +![Add secret window for repository in Gitea](img/gitea-add-repo-secret.png) + J'ai dû créer le workflow qui lancera un conteneur et effectuera les opérations suivantes : 1. Lorsque je crée/met à jour des fichiers du dossier `Blog` diff --git a/content/post/blog-deployment.md b/content/post/blog-deployment.md index 44db1c7..1a2c1b0 100644 --- a/content/post/blog-deployment.md +++ b/content/post/blog-deployment.md @@ -95,17 +95,18 @@ container: ``` The runner appears in the `Administration Area`, under `Actions`>`Runners`. To obtain the registration token, click on the `Create new Runner` button -![Pasted_image_20250502230954.png](img/Pasted_image_20250502230954.png) +![New runner visible in Gitea](img/gitea-runners-management.png) ### Step 3: Set up Gitea Actions for Obsidian Repository First I enabled the Gitea Actions, this is disabled by default, tick the box `Enable Repository Actions` in the settings for that repository I created a new PAT (Personal Access Token) with RW permission on the repositories -![Pasted_image_20250501235521.png](img/Pasted_image_20250501235521.png) +![New personal access token creation in Gitea](img/gitea-new-pat.png) I added this token as secret `REPO_TOKEN` in the repository -![Pasted_image_20250501235427.png](img/Pasted_image_20250501235427.png) +![Add secret window for repository in Gitea](img/gitea-add-repo-secret.png) + I needed to create the workflow that will spin-up a container and do the following: 1. When I push new/updated files in the `Blog` folder diff --git a/content/post/proxmox-cloud-init-vm-template.fr.md b/content/post/proxmox-cloud-init-vm-template.fr.md index 66023b5..392cb8f 100644 --- a/content/post/proxmox-cloud-init-vm-template.fr.md +++ b/content/post/proxmox-cloud-init-vm-template.fr.md @@ -31,7 +31,7 @@ Tout d'abord, nous devons télécharger une image compatible cloud-init. Bien qu Trouvez des images compatibles cloud dans le [Guide des images OpenStack](https://docs.openstack.org/image-guide/obtain-images.html). Dans Proxmox, accédez à **Storage > ISO Images > Upload** pour uploader l'image téléchargée. -![Pasted_image_20250131144754.png](img/Pasted_image_20250131144754.png) +![Download window for ISO images in Proxmox](img/proxmox-download-iso-img.png) ## Créer la VM Ensuite, on crée une VM en utilisant la ligne de commande (CLI) depuis le nœud Proxmox avec la commande suivantes : diff --git a/content/post/proxmox-cloud-init-vm-template.md b/content/post/proxmox-cloud-init-vm-template.md index 6ec0bbf..0b246f3 100644 --- a/content/post/proxmox-cloud-init-vm-template.md +++ b/content/post/proxmox-cloud-init-vm-template.md @@ -31,7 +31,8 @@ First, we need to download an image with cloud-init support. Although Rocky Linu Find cloud-ready images from the [OpenStack Image Guide](https://docs.openstack.org/image-guide/obtain-images.html). In Proxmox, navigate to **Storage > ISO Images > Upload** to upload the downloaded image. -![Pasted_image_20250131144754.png](img/Pasted_image_20250131144754.png) +![Download window for ISO images in Proxmox](img/proxmox-download-iso-img.png) + ## Create the VM Next, we create the VM using the command line interface (CLI) from the Proxmox node with the following command: diff --git a/static/img/Pasted_image_20250501235427.png b/static/img/gitea-add-repo-secret.png similarity index 100% rename from static/img/Pasted_image_20250501235427.png rename to static/img/gitea-add-repo-secret.png diff --git a/static/img/Pasted_image_20250501235521.png b/static/img/gitea-new-pat.png similarity index 100% rename from static/img/Pasted_image_20250501235521.png rename to static/img/gitea-new-pat.png diff --git a/static/img/Pasted_image_20250502230954.png b/static/img/gitea-runners-management.png similarity index 100% rename from static/img/Pasted_image_20250502230954.png rename to static/img/gitea-runners-management.png diff --git a/static/img/Pasted_image_20250131144754.png b/static/img/proxmox-download-iso-img.png similarity index 100% rename from static/img/Pasted_image_20250131144754.png rename to static/img/proxmox-download-iso-img.png