aboutsummaryrefslogtreecommitdiff
path: root/software.typ
diff options
context:
space:
mode:
authorKumar Damani <me@kumardamani.net>2026-07-29 03:09:22 +0000
committerKumar Damani <me@kumardamani.net>2026-07-29 03:09:22 +0000
commitf2315a58fdaaa20c9e1300399ea8d528c80e2cc6 (patch)
treeba30cdcf156657abf05a1ba7353fe1d7c3276844 /software.typ
parent4dcc448d7b34911757169997300f306458751e4f (diff)
new post, and few updates
Diffstat (limited to 'software.typ')
-rw-r--r--software.typ53
1 files changed, 14 insertions, 39 deletions
diff --git a/software.typ b/software.typ
index bd3c50e..ff50ff6 100644
--- a/software.typ
+++ b/software.typ
@@ -5,7 +5,7 @@
#let doc = [
Here you can find a list of my note-worthy public repositories, all hosted
- on #extlink("https://gitlab.com/kdam0/")[GitLab].
+ on #extlink("https://gitlab.com/users/kdam0/projects")[GitLab].
#show list: prev => html.ul(class: "biglist", {
for c in prev.children {
@@ -14,6 +14,13 @@
})
-
+ = home-lab
+ #description[
+ My Nix, Terraform, Ansible repository for self-hosting,
+ as started in #pagelink("post/framework-server")[this post].
+ ]
+ #source("https://gitlab.com/kdam0/home-lab/")
+ -
= nixdots
#description[
My dotfiles for the Nix ecosystem, as started in
@@ -21,49 +28,17 @@
]
#source("https://gitlab.com/kdam0/dotfiles-nix")
-
- = home-lab
- #description[
- My Terraform, Ansible repository for self-hosting, as described in
- #pagelink("post/framework-server")[this post].
- ]
- #source("https://gitlab.com/kdam0/home-lab")
- -
= nccli
#description[
- A Docker-ized Golang CLI for CRUD ops for Namecheap's DNS settings.
+ A Go CLI for managing DNS on Namecheap.
]
#source("https://gitlab.com/kdam0/nccli")
-
- = vps
- #description[
- How I implement #pagelink("post/self-host")[self-hosting], including
- my DIY ZFS backed NAS setup.
- ]
- #source("https://gitlab.com/kdam0/vps")
- -
- = go-druid-mysql-influx
- #description[
- A fast, containerized cron script that interacts with Druid, MySql,
- and Influxdb written in Go, with basic unit testing.
- ]
- #source("https://gitlab.com/kdam0/go-druid-mysql-influx")
- -
- = devops-api
- #description[
- A containerized, highly modular REST API that writes to Influxdb.
- ]
- #source("https://gitlab.com/kdam0/devops-api")
- -
- = slack-to-teams
- #description[
- A Python script to migrate Slack exports to MS Teams messages.
- ]
- #source("https://gitlab.com/kdam0/slack-to-teams")
- -
- = random-shell-helpers
+ = namemydragon.lol
#description[
- A small collection of helper scripts that I used frequently for
- random things.
+ A western themed meme site for identifying your dragon
+ from the Game of Thrones universe.
+ #extlink("https://namemydragon.lol")[Try it] and turn on your sound!
]
- #source("https://gitlab.com/kdam0/random-shell-helpers")
+ #source("https://gitlab.com/kdam0/namemydragon")
]