From 67adaaed92d261f7be18a0a64c2ce0aa0264ee30 Mon Sep 17 00:00:00 2001 From: VR Date: Sat, 28 Jun 2025 14:02:41 +0100 Subject: [PATCH] Figured out why images were not loading... --- .obsidian/app.json | 3 ++- .obsidian/workspace.json | 8 +++++--- notes/0000-how-this-was-built.md | 2 +- .../images/0000/gitea_secret_setup.png | Bin 4 files changed, 8 insertions(+), 5 deletions(-) rename gitea_secret_setup.png => notes/images/0000/gitea_secret_setup.png (100%) diff --git a/.obsidian/app.json b/.obsidian/app.json index 8678426..d756931 100644 --- a/.obsidian/app.json +++ b/.obsidian/app.json @@ -1,4 +1,5 @@ { "newLinkFormat": "absolute", - "useMarkdownLinks": true + "useMarkdownLinks": true, + "alwaysUpdateLinks": true } \ No newline at end of file diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 4cbc98b..8531f86 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -168,11 +168,13 @@ "command-palette:Open command palette": false } }, - "active": "17a11d1621382a65", + "active": "24693a4da486c556", "lastOpenFiles": [ - "notes/index.md", - "gitea_secret_setup.png", + "notes/images/0000", + "notes/images/0000/gitea_secret_setup.png", "notes/0000-how-this-was-built.md", + "notes/images", + "notes/index.md", "Pasted image 20250622224303.png", "here.md" ] diff --git a/notes/0000-how-this-was-built.md b/notes/0000-how-this-was-built.md index a68bd56..765691d 100644 --- a/notes/0000-how-this-was-built.md +++ b/notes/0000-how-this-was-built.md @@ -233,7 +233,7 @@ Good practice says that I should add some resource limits and requests, but I'll I'm running a local Gitea instance, so I just created a new [repo](https://k3gtpi.jumpingcrab.com/vlad/vlads-notes) and saved the K8s cluster config as a repo secret called "K8S_CONF" (use secrets instead of plain variables as the latter can be exposed in the action's logs) -![gitea_secret_setup](gitea_secret_setup.png) +![gitea_secret_setup](notes/images/0000/gitea_secret_setup.png) I then created the ".gitea/workflows" directories and placed the workflow YAML file (publish.yaml) within. The workflow is split into two jobs: - 1st job diff --git a/gitea_secret_setup.png b/notes/images/0000/gitea_secret_setup.png similarity index 100% rename from gitea_secret_setup.png rename to notes/images/0000/gitea_secret_setup.png