add: skubelb page
This commit is contained in:
42
.obsidian/workspace.json
vendored
42
.obsidian/workspace.json
vendored
@@ -13,30 +13,15 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "markdown",
|
"type": "markdown",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "infra.md",
|
"file": "skubelb.md",
|
||||||
"mode": "source",
|
"mode": "source",
|
||||||
"source": false
|
"source": false
|
||||||
},
|
},
|
||||||
"icon": "lucide-file",
|
"icon": "lucide-file",
|
||||||
"title": "infra"
|
"title": "skubelb"
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "1dd11189df0fe00f",
|
|
||||||
"type": "leaf",
|
|
||||||
"state": {
|
|
||||||
"type": "markdown",
|
|
||||||
"state": {
|
|
||||||
"file": "valheim.md",
|
|
||||||
"mode": "source",
|
|
||||||
"source": false
|
|
||||||
},
|
|
||||||
"icon": "lucide-file",
|
|
||||||
"title": "valheim"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"currentTab": 1
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"direction": "vertical"
|
"direction": "vertical"
|
||||||
@@ -109,7 +94,7 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "backlink",
|
"type": "backlink",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "valheim.md",
|
"file": "skubelb.md",
|
||||||
"collapseAll": false,
|
"collapseAll": false,
|
||||||
"extraContext": false,
|
"extraContext": false,
|
||||||
"sortOrder": "alphabetical",
|
"sortOrder": "alphabetical",
|
||||||
@@ -119,7 +104,7 @@
|
|||||||
"unlinkedCollapsed": true
|
"unlinkedCollapsed": true
|
||||||
},
|
},
|
||||||
"icon": "links-coming-in",
|
"icon": "links-coming-in",
|
||||||
"title": "Backlinks for valheim"
|
"title": "Backlinks for skubelb"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -128,12 +113,12 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "outgoing-link",
|
"type": "outgoing-link",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "valheim.md",
|
"file": "skubelb.md",
|
||||||
"linksCollapsed": false,
|
"linksCollapsed": false,
|
||||||
"unlinkedCollapsed": true
|
"unlinkedCollapsed": true
|
||||||
},
|
},
|
||||||
"icon": "links-going-out",
|
"icon": "links-going-out",
|
||||||
"title": "Outgoing links from valheim"
|
"title": "Outgoing links from skubelb"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -180,12 +165,12 @@
|
|||||||
"title": "Outline of valheim"
|
"title": "Outline of valheim"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"currentTab": 1
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"direction": "horizontal",
|
"direction": "horizontal",
|
||||||
"width": 300,
|
"width": 300
|
||||||
"collapsed": true
|
|
||||||
},
|
},
|
||||||
"left-ribbon": {
|
"left-ribbon": {
|
||||||
"hiddenItems": {
|
"hiddenItems": {
|
||||||
@@ -198,12 +183,13 @@
|
|||||||
"bases:Create new base": false
|
"bases:Create new base": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"active": "1dd11189df0fe00f",
|
"active": "7d03f81db58db910",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
"infra.md",
|
|
||||||
"valheim.md",
|
"valheim.md",
|
||||||
"rikidown.md",
|
"infra.md",
|
||||||
"README.md",
|
"README.md",
|
||||||
|
"rikidown.md",
|
||||||
|
"skubelb.md",
|
||||||
"thoughts.md"
|
"thoughts.md"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -4,4 +4,6 @@ This is powered by rikidown (see below); some previous text alluded a different
|
|||||||
|
|
||||||
[infra.md](infra.md)
|
[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.
|
[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.
|
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 update && apt upgrade -y
|
||||||
RUN apt install -y curl libpulse-dev libatomic1 libc6
|
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
|
RUN useradd -m steam
|
||||||
|
|
||||||
# Change user to steam
|
# Change user to steam
|
||||||
|
|||||||
Reference in New Issue
Block a user