From f2315a58fdaaa20c9e1300399ea8d528c80e2cc6 Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Tue, 28 Jul 2026 23:09:22 -0400 Subject: new post, and few updates --- software.typ | 53 ++++++++++++++--------------------------------------- 1 file changed, 14 insertions(+), 39 deletions(-) (limited to 'software.typ') 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 { @@ -13,6 +13,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[ @@ -20,50 +27,18 @@ #pagelink("post/nixos-p1")[this post]. ] #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") ] -- cgit v1.2.3