diff options
| author | root@localhost <root@localhost> | 2023-08-13 16:23:58 +0000 |
|---|---|---|
| committer | root@localhost <root@localhost> | 2023-08-13 16:23:58 +0000 |
| commit | 43e53128f74e230431aadf0fdba1ceb9055945fe (patch) | |
| tree | 612a0e470f8b03f71ca99bd64609382313d35d88 /content | |
| parent | de26f60c42dc3566563cc6b5f912c7dea2c8b8ff (diff) | |
routine updates
Diffstat (limited to 'content')
| -rw-r--r-- | content/_index.md | 26 | ||||
| -rw-r--r-- | content/post/framework-server/index.md | 3 |
2 files changed, 18 insertions, 11 deletions
diff --git a/content/_index.md b/content/_index.md index 7336b5c..5eae365 100644 --- a/content/_index.md +++ b/content/_index.md @@ -4,19 +4,27 @@ Hi. This is me: My name is Kumar. Some people call me *kd*, or *ku-band-mar*, I'm known for being... -* that guy who hosts his own website, dropbox, search-engine etc. -[DIY?](https://gitlab.com/kdam0/vps) [Why?](post/self-host) +* that guy who hosts his own website, dropbox, search-engine etc. [Why?](post/self-host) * a programming purist, and linguistic enthusiast. * 👎 down on social-media. I think they lead to dystopia. [Read more](post/self-host#privacy). * a B.Sc in CS. at U of T with a focus in NLP 😌 -# Projects -| Name | Active | Description | Tools | -|-----------|---------|-------------|--------| -| [vps](https://gitlab.com/kdam0/vps) | yes | My Ansible repository for self-hosting. | Ansible | -| [nccli](https://gitlab.com/kdam0/nccli) | yes | A Docker-ized CLI for CRUD ops with Namecheap. | Go | -| [nixdots](https://gitlab.com/kdam0/dotfiles-nix) | yes | My dotfiles for the Nix ecosystem. | Nix | -| [dots](https://gitlab.com/kdam0/dotfiles) | no | My dotfiles for general Linux home mgmt. | - | +# Projects +* [home-lab](https://gitlab.com/kdam0/home-lab) + * My Terraform, Ansible repository for self-hosting as described in [this post](post/framework-server). + * active +* [vps](https://gitlab.com/kdam0/vps) + * My Ansible repository for self-hosting everything on my NAS. + * ~~active~~ replaced by home-lab +* [nccli](https://gitlab.com/kdam0/nccli) + * A Docker-ized Golang CLI for CRUD ops for Namecheap's DNS settings. + * active +* [nixdots](https://gitlab.com/kdam0/dotfiles-nix) + * My dotfiles for the Nix ecosystem as started in [this post](post/nixos-p1). + * active +* [dots](https://gitlab.com/kdam0/dotfiles-nix) + * My dotfiles for general Linux home mgmt. + * ~~active~~ replaced by nixdots > If you found something above to be useful, consider [sending](#donate) a few coins my way! diff --git a/content/post/framework-server/index.md b/content/post/framework-server/index.md index 8e57e60..71e4941 100644 --- a/content/post/framework-server/index.md +++ b/content/post/framework-server/index.md @@ -351,9 +351,8 @@ These are *some* of the services I run ad LXC container: * A few static websites. How I set up these services is beyond the scope of this post. -You should check out my git repo's [readme]() for instructions. +You should check out my git repo's [readme](https://gitlab.com/kdam0/home-lab) for instructions. I will just briefly summarize my process here. -(I will update the link on this page when its ready) * I use LXC wherever possible as it has lower overhead than VMs. * LXC or VM hosts are provisioned by Terraform and services are configured |
