Commit Graph

3 Commits

Author SHA1 Message Date
Johannes
d4de83ceb1 docs: Add comprehensive area/ directory structure documentation
- Created AREA_STRUCTURE.md with complete guide for media file organization
- Includes JSON configuration examples and naming conventions
- Added security guidelines and setup checklist
- Updated DEPLOYMENT.md to reference new documentation

This helps users understand how to structure their project data and media files
outside of the Git repository for security and size optimization.
2025-09-07 14:10:44 +02:00
Johannes
7136131fcd cleanup: remove temporary files from security cleanup
- Removed .gitignore-temp
- Removed BFG report files
- Repository is now clean and ready for development
2025-09-07 11:15:45 +02:00
Johannes
b4758b4f26 security: clean repository without media files and sensitive data
- Removed area/ directory with 816MB of media files
- Removed sensitive FTP credentials from Git history
- Implemented .env.upload system for secure deployments
- Added comprehensive .gitignore for future protection

This commit represents a clean slate with all sensitive data removed.
2025-09-07 11:05:29 +02:00