Figured out why images were not loading...
This commit is contained in:
parent
1d8a8c25fd
commit
67adaaed92
3
.obsidian/app.json
vendored
3
.obsidian/app.json
vendored
@ -1,4 +1,5 @@
|
||||
{
|
||||
"newLinkFormat": "absolute",
|
||||
"useMarkdownLinks": true
|
||||
"useMarkdownLinks": true,
|
||||
"alwaysUpdateLinks": true
|
||||
}
|
8
.obsidian/workspace.json
vendored
8
.obsidian/workspace.json
vendored
@ -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"
|
||||
]
|
||||
|
@ -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)
|
||||
|
||||

|
||||

|
||||
|
||||
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
|
||||
|
Before Width: | Height: | Size: 166 KiB After Width: | Height: | Size: 166 KiB |
Loading…
Reference in New Issue
Block a user