From f2ba33fc734e298e04d8eb04722a04c44471f133 Mon Sep 17 00:00:00 2001 From: Yuris Cakranegara Date: Sat, 7 Jun 2025 15:23:38 +1000 Subject: [PATCH] chore: update README --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3262a31..f78e85c 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # My OpenTofu Homelab Infrastructure -This project uses [OpenTofu](https://opentofu.org/) to manage the infrastructure for my personal homelab. It's designed to be modular and evolve, initially focusing on deploying Dockerized applications on a Debian server ("casa") and later expanding to include Proxmox VE for virtualization. - -**Current Time:** June 5, 2025 +This project uses [OpenTofu](https://opentofu.org/) to manage the infrastructure for my personal homelab. It's designed to be modular and evolve, initially focusing on deploying Dockerized applications on a Debian server and later expanding to include Proxmox VE for virtualization. ## Table of Contents @@ -29,7 +27,7 @@ Before you begin, ensure you have the following installed and configured: * **OpenTofu:** Version `1.6.0` or higher. [Installation Guide](https://opentofu.org/docs/intro/install/) * **Git:** For version control. -* **Docker:** Installed and running on the target host(s) (initially "casa", later on VMs within Proxmox). +* **Docker:** Installed and running on the target host(s) (later on VMs within Proxmox). * **(Optional) Cloudflare Account:** If using the Cloudflare provider for DNS management or Tunnels. You'll need your Zone ID and an API Token. * **(Future) Proxmox VE:** When moving to the virtualization phase, a Proxmox VE host will be required. * **(Optional) Tailscale:** For secure remote access.