--- name: homelab-status description: Check status of all homelab services at once. disable-model-invocation: true allowed-tools: Bash(docker *), Bash(systemctl *), Bash(mountpoint *), Bash(nginx *) --- Check and report status of all homelab services: 1. Run `docker ps --format "table {{.Names}}\t{{.Status}}\t{{.Ports}}"` to show all containers 2. Run `systemctl is-active nginx copyparty netdata` to show systemd service states 3. Run `mountpoint /mnt/nas` to confirm NAS is mounted 4. Run `sudo nginx -t` to verify nginx config is valid 5. Report any services that are stopped, failed, or unhealthy 6. Note any containers not running that should be (gitea, jellyfin, portainer, qbittorrent, nextcloud)