diff options
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -18,7 +18,7 @@ personal blog posts. This machine is clearly overkill for these tasks. If we are to get technical - this is a git repo after all - it (the mainboard) is running in its own case, in "standalone" mode aka. as a poor man's "server". -You can read more about this in my [blog](). +You can read more about this in my [blog](https://kumardamani.net/post/framework-server/). Believe it or not, this is actually a big upgrade for me. Prior to this, all of my services were running off my NAS - Rockchip RK3399, not an i7-1165G7. @@ -35,6 +35,6 @@ For now, its all manual. # What IS covered in this repo? * Creating the container/VM infrastructure with [Terraform](https://www.terraform.io/). -Refer to [this](./terraform/README.md). +Refer to [this](./terraform/). * Setting up the application services I self-host with [Ansible](https://www.ansible.com/). -Refer to [this](./ansible/README.md). +Refer to [this](./ansible/). |
