From f067e06076bc7c2079526f35d0a8d8ba90f40231 Mon Sep 17 00:00:00 2001 From: Trianta <56975502+Trimutex@users.noreply.github.com> Date: Mon, 8 Dec 2025 19:35:21 -0600 Subject: [PATCH] servers: update description --- about/resume.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/about/resume.md b/about/resume.md index 4867a12..7adeb52 100644 --- a/about/resume.md +++ b/about/resume.md @@ -18,7 +18,7 @@ Skills ------ - **Programming Languages:** C++, C, Bash, Python, TypeScript, JavaScript -- **Tools:** SSH, Git, Apache, Docker, Jenkins, VirtualBox +- **Tools:** SSH, Git, Apache, Docker, Jenkins, VirtualBox, Caddy - **Operating Systems:** Windows, Linux, Ubuntu, Debian, Arch @@ -27,7 +27,7 @@ Projects ### Server Management (May 2021 - Current) #### [Personal Website](https://trianta.dev) -- Managing a fleet of three servers using **Docker** for deploying services and **Apache** for domain and subdomain routing. +- Managing a fleet of four servers using **Docker** for deploying services and **Caddy** for domain and subdomain routing. - Wrote scripts in **Bash** to automatically perform routine tasks such as backups on **Debian Linux** servers. - Manage the network infrastructure to allow for local management of DNS as well as simplified access through private domain addresses for accessing the servers. - Servers are accessed using **SSH** and secured by only allowing private key encrypted logins.