diff --git a/content/post/blog-deployment.md b/content/post/blog-deployment.md index e35e550..c8d17bc 100644 --- a/content/post/blog-deployment.md +++ b/content/post/blog-deployment.md @@ -92,17 +92,17 @@ 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](Images/Pasted_image_20250502230954.png) +![Pasted_image_20250502230954.png](img/Pasted_image_20250502230954.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](Images/Pasted_image_20250501235521.png) +![Pasted_image_20250501235521.png](img/Pasted_image_20250501235521.png) I added this token as secret `REPO_TOKEN` in the repository -![Pasted_image_20250501235427.png](Images/Pasted_image_20250501235427.png) +![Pasted_image_20250501235427.png](img/Pasted_image_20250501235427.png) I needed to create the workflow that will spin-up a container and do the following: - When I push new/updated files in the `Blog` folder diff --git a/content/post/my-first-post.md b/content/post/my-first-post.md index 650e019..b5efdb4 100644 --- a/content/post/my-first-post.md +++ b/content/post/my-first-post.md @@ -29,6 +29,7 @@ I like : - Tomatoes - Fish - Girls +- Boobies --- diff --git a/content/post/proxmox-cloud-init-vm-template.md b/content/post/proxmox-cloud-init-vm-template.md index 01d8c99..98867ba 100644 --- a/content/post/proxmox-cloud-init-vm-template.md +++ b/content/post/proxmox-cloud-init-vm-template.md @@ -30,7 +30,7 @@ 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](Images/Pasted_image_20250131144754.png) +![Pasted_image_20250131144754.png](img/Pasted_image_20250131144754.png) ## Create the VM Next, we create the VM using the command line interface (CLI) with the following command: diff --git a/static/img/Pasted_image_20250131144754.png b/static/img/Pasted_image_20250131144754.png new file mode 100644 index 0000000..d15fda8 Binary files /dev/null and b/static/img/Pasted_image_20250131144754.png differ diff --git a/static/img/Pasted_image_20250501235427.png b/static/img/Pasted_image_20250501235427.png new file mode 100644 index 0000000..14d6fbe Binary files /dev/null and b/static/img/Pasted_image_20250501235427.png differ diff --git a/static/img/Pasted_image_20250501235521.png b/static/img/Pasted_image_20250501235521.png new file mode 100644 index 0000000..d830326 Binary files /dev/null and b/static/img/Pasted_image_20250501235521.png differ diff --git a/static/img/Pasted_image_20250502230954.png b/static/img/Pasted_image_20250502230954.png new file mode 100644 index 0000000..8685ff8 Binary files /dev/null and b/static/img/Pasted_image_20250502230954.png differ