aboutsummaryrefslogtreecommitdiff
path: root/static/img
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2018-08-13 09:58:13 -0700
committerChristine Dodrill <me@christine.website>2018-08-13 09:58:25 -0700
commit3692e0f8aa7a24c88d9283a1255ed8f92a9d56f1 (patch)
treefdaf6693e3dbbff737b1ae0a580ba55322e3ddcf /static/img
parent49d2abf4e2168bfd9e56cbc37904f41e00d4a835 (diff)
downloadxesite-3692e0f8aa7a24c88d9283a1255ed8f92a9d56f1.tar.xz
xesite-3692e0f8aa7a24c88d9283a1255ed8f92a9d56f1.zip
blog: new post - Narrative of Sickness
Diffstat (limited to 'static/img')
-rw-r--r--static/img/about/tower.jpgbin0 -> 147510 bytes
-rw-r--r--static/img/avatar.pngbin0 -> 91262 bytes
-rw-r--r--static/img/lokahi.dot14
-rw-r--r--static/img/lokahi.pngbin0 -> 42338 bytes
4 files changed, 14 insertions, 0 deletions
diff --git a/static/img/about/tower.jpg b/static/img/about/tower.jpg
new file mode 100644
index 0000000..3d9f264
--- /dev/null
+++ b/static/img/about/tower.jpg
Binary files differ
diff --git a/static/img/avatar.png b/static/img/avatar.png
new file mode 100644
index 0000000..ae84a1f
--- /dev/null
+++ b/static/img/avatar.png
Binary files differ
diff --git a/static/img/lokahi.dot b/static/img/lokahi.dot
new file mode 100644
index 0000000..8bd9385
--- /dev/null
+++ b/static/img/lokahi.dot
@@ -0,0 +1,14 @@
+digraph G {
+ lokahictl -> lokahid [ label="http+twirp" ]
+
+ lokahid -> nats
+ lokahid -> postgres
+
+ nats -> webhookworker [ label="webhook.egress" ]
+ webhookworker -> your_stack
+
+ healthworker -> nats [ label="replies" ]
+ nats -> healthworker [ label="check.run" ]
+ healthworker -> postgres
+ healthworker -> your_stack
+}
diff --git a/static/img/lokahi.png b/static/img/lokahi.png
new file mode 100644
index 0000000..e1aa6dd
--- /dev/null
+++ b/static/img/lokahi.png
Binary files differ