Major improvements to the Makefile: - Auto-detect Docker Compose v2 (docker compose) vs v1 (docker-compose) - Add new utility commands: * make logs-all: View logs from all containers * make shell: Open bash in Nextcloud container * make db-shell: Open MySQL shell * make redis-shell: Open Redis CLI (with password support) * make permissions: Fix file permissions * make clean: Clean old logs (>30 days) and temp files - Improve restore command: * Now requires FILE= parameter for better UX * Shows helpful error with list of available backups * Example: make restore FILE=./backups/backup.tar.gz - Better help organization: * New "Monitoring" section * Better documentation for all commands * More detailed command descriptions - Simplify health check: * Use comprehensive check-health.sh script * Remove duplicate check-health target 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
4.6 KiB
4.6 KiB