add: skubelb page
This commit is contained in:
42
.obsidian/workspace.json
vendored
42
.obsidian/workspace.json
vendored
@@ -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"
|
||||
]
|
||||
}
|
||||
@@ -5,3 +5,5 @@ 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.
|
||||
|
||||
[[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.
|
||||
@@ -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.
|
||||
|
||||
|
||||
3
skubelb.md
Normal file
3
skubelb.md
Normal file
@@ -0,0 +1,3 @@
|
||||
Homepage: [https://git.tipsy.codes/charles/skubelb]
|
||||
## Setup
|
||||
Described in the README.
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user