3 Commits

Author SHA1 Message Date
kappa
5be51c1ada docs: Add CLAUDE.md for Claude Code integration
Create comprehensive guide for future Claude Code instances working with
this nginx-proxy-manager automation project. Includes:

- System architecture overview (Podman + Quadlet + systemd)
- Essential development and diagnostic commands
- Critical configuration file locations and dependencies
- Troubleshooting patterns for rootless container deployment
- Security model and performance characteristics

Focus on operational knowledge specific to this rootless container
setup with privileged port binding and systemd auto-start.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-11 10:22:18 +09:00
kappa
bd9f0f4baa cleanup: Remove all legacy files, keep only PROJECT_DOCUMENTATION.md
Removed old log streaming utilities and sample logs to start fresh:
- CLAUDE.md (legacy project instructions)
- README.md (old readme)
- error_handling_comparison.sh (rclone utility)
- upload_log_file_fixed.sh (R2 upload script)
- logs/ directory (sample log files)

PROJECT_DOCUMENTATION.md retained as the single source of truth for
the new Podman + Quadlet automation system.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-11 10:20:25 +09:00
kappa
4ac58a5568 Initial commit: Nginx Proxy Manager utility scripts and documentation
- CLAUDE.md: Project guidance for Claude Code
- PROJECT_DOCUMENTATION.md: Complete project documentation
- upload_log_file_fixed.sh: Fixed rclone upload functions with proper error handling
- error_handling_comparison.sh: Documentation of rclone error handling patterns

This repository contains utility scripts for managing nginx-proxy-manager
log streaming to Cloudflare R2 storage, designed for CrowdSec integration.
2025-09-11 09:41:37 +09:00