From abb0b346d12fe0209e48f31019564050f292e047 Mon Sep 17 00:00:00 2001 From: Arpad Krejczinger Date: Sun, 3 Aug 2025 22:56:04 +0200 Subject: [PATCH] Update task completion status MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Mark completed tasks from network troubleshooting session: - SSH security hardening (port 2222, dual interface issue solved) - Router port forwarding configuration - TTY colors fix completed - Reorganize TODO structure, remove completed high priority section 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- TODO.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/TODO.md b/TODO.md index df4fb4f..92f20ed 100644 --- a/TODO.md +++ b/TODO.md @@ -1,15 +1,11 @@ # Homelab TODO List -## High Priority -- [x] Reorganize documentation structure *(completed - new file structure)* -- [ ] Configure WireGuard VPN server for secure remote access -- [ ] Set up firewall rules and port forwarding - ## Network & Security - [x] DuckDNS dynamic DNS setup *(completed - ak-homelab.duckdns.org)* - [x] SSH security hardening *(documented in network-security.md)* + - [x] Figure out why laptop IP changes: Different eth ports have different MAC? +- [x] Router port forwarding configuration - [ ] WireGuard VPN server configuration -- [ ] Router port forwarding configuration - [ ] UFW firewall setup and rules - [ ] fail2ban for intrusion prevention @@ -20,7 +16,7 @@ - [x] Dotfiles management with yadm *(completed)* - [x] Temperature monitoring in tmux *(completed)* - [x] Zsh history sharing between sessions *(completed)* -- [ ] Fix TTY colors for better code readability +- [x] Fix TTY colors for better code readability - [ ] Configure automatic system backups ## Desktop & Applications