Files
homelab/TODO.md
Arpad Krejczinger abb0b346d1 Update task completion status
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 <noreply@anthropic.com>
2025-08-03 22:56:04 +02:00

2.3 KiB

Homelab TODO List

Network & Security

  • DuckDNS dynamic DNS setup (completed - ak-homelab.duckdns.org)
  • SSH security hardening (documented in network-security.md)
    • Figure out why laptop IP changes: Different eth ports have different MAC?
  • Router port forwarding configuration
  • WireGuard VPN server configuration
  • UFW firewall setup and rules
  • fail2ban for intrusion prevention

System Configuration

  • Arch Linux installation and basic setup (completed)
  • TTY configuration with ter-124b font (completed)
  • Caps lock → backspace mapping in TTY (completed)
  • Dotfiles management with yadm (completed)
  • Temperature monitoring in tmux (completed)
  • Zsh history sharing between sessions (completed)
  • Fix TTY colors for better code readability
  • Configure automatic system backups

Desktop & Applications

  • Add windows-like bottom panel icons
  • Install additional browsers as backup
  • Add dmenu run shortcut
  • Later: Test awesomewm once again, consider migration
  • Install Deskflow for multi-device setup
  • Mount and configure /data drive
  • Copy backups from USB drives * Not sure if necessary, some files may already be on the PC * [ ] First: Do a bit of "duplication check" across various devices and USBs, make a plan of what to store where

Services & Self-Hosting

  • Install and configure Gitea for Git hosting
  • Set up Nextcloud for file synchronization
    • Consider alternative: Copyparty, Owncloud, maybe some others
  • Configure Jellyfin media server
    • Also check alternatives, decide if it's needed at all
  • Implement monitoring stack (Prometheus/Grafana)
    • Also consider alternatives, make setup simple and FOSS only
  • Set up reverse proxy with SSL certificates

Hardware & Troubleshooting

  • Fix bluetooth audio connectivity issues
  • Investigate tmux battery indicator missing until config reload
  • Figure out drag and drop window tiling solution -> workaround with keyboard shortcuts
  • Install multimedia codecs and applications
  • Set up printer/scanner support if needed

Security & Maintenance

  • Configure automatic security updates
  • Set up system monitoring and alerting
  • Implement backup strategy for services
  • Regular security audit and updates
  • Document recovery procedures