diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 861b293..f985f50 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -13,30 +13,15 @@ "state": { "type": "markdown", "state": { - "file": "infra.md", + "file": "skubelb.md", "mode": "source", "source": false }, "icon": "lucide-file", - "title": "infra" - } - }, - { - "id": "1dd11189df0fe00f", - "type": "leaf", - "state": { - "type": "markdown", - "state": { - "file": "valheim.md", - "mode": "source", - "source": false - }, - "icon": "lucide-file", - "title": "valheim" + "title": "skubelb" } } - ], - "currentTab": 1 + ] } ], "direction": "vertical" @@ -109,7 +94,7 @@ "state": { "type": "backlink", "state": { - "file": "valheim.md", + "file": "skubelb.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -119,7 +104,7 @@ "unlinkedCollapsed": true }, "icon": "links-coming-in", - "title": "Backlinks for valheim" + "title": "Backlinks for skubelb" } }, { @@ -128,12 +113,12 @@ "state": { "type": "outgoing-link", "state": { - "file": "valheim.md", + "file": "skubelb.md", "linksCollapsed": false, "unlinkedCollapsed": true }, "icon": "links-going-out", - "title": "Outgoing links from valheim" + "title": "Outgoing links from skubelb" } }, { @@ -180,12 +165,12 @@ "title": "Outline of valheim" } } - ] + ], + "currentTab": 1 } ], "direction": "horizontal", - "width": 300, - "collapsed": true + "width": 300 }, "left-ribbon": { "hiddenItems": { @@ -198,12 +183,13 @@ "bases:Create new base": false } }, - "active": "1dd11189df0fe00f", + "active": "7d03f81db58db910", "lastOpenFiles": [ - "infra.md", "valheim.md", - "rikidown.md", + "infra.md", "README.md", + "rikidown.md", + "skubelb.md", "thoughts.md" ] } \ No newline at end of file diff --git a/README.md b/README.md index dacf642..578afb0 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,6 @@ This is powered by rikidown (see below); some previous text alluded a different [infra.md](infra.md) -[rikidown.md](rikidown.md) describes the wiki software that was written to support this wobsite. In essence, this is the most basic version of a git-based wiki that uses Markdown to render it's content that I could make. \ No newline at end of file +[rikidown.md](rikidown.md) describes the wiki software that was written to support this wobsite. In essence, this is the most basic version of a git-based wiki that uses Markdown to render it's content that I could make. + +[[skubelb]] is a simple kubernetes load balancer/proxy tool; the intended use case is to provide ingress from a free-tier GCP VM to hosts that live at dynamic IPs. Originally, this was used to expose a GKE instance hosted on spot VMs to the internet, and deal with the constantly changing IPs. \ No newline at end of file diff --git a/rikidown.md b/rikidown.md index f74b715..676ad9c 100644 --- a/rikidown.md +++ b/rikidown.md @@ -1,4 +1,4 @@ -Homepage: https://git.tipsy.codes/charles/rikidown +Homepage: [https://git.tipsy.codes/charles/rikidown] This is a very simple Markdown-wiki renderer. I use it with Obsidian, because it has a fancy UI and I like shiny things, BUT, Obsidian does not seem to be open source. And this makes me sad. diff --git a/skubelb.md b/skubelb.md new file mode 100644 index 0000000..4285c07 --- /dev/null +++ b/skubelb.md @@ -0,0 +1,3 @@ +Homepage: [https://git.tipsy.codes/charles/skubelb] +## Setup +Described in the README. \ No newline at end of file diff --git a/valheim.md b/valheim.md index ca3067f..452ad90 100644 --- a/valheim.md +++ b/valheim.md @@ -8,7 +8,7 @@ FROM weilbyte/box:debian-11 RUN apt update && apt upgrade -y RUN apt install -y curl libpulse-dev libatomic1 libc6 -# Create user steam +https://git.tipsy.codes/charles/skubelb# Create user steam RUN useradd -m steam # Change user to steam