Commit Graph

3 Commits

Author SHA1 Message Date
paul 53de1f6bff docs: Add comprehensive MinIO access key retrieval instructions
- Added 5 methods to obtain MinIO access keys and secrets
- Included MinIO Console, mc client, server startup, Docker, and Kubernetes methods
- Added best practices for credential management
- Provided example of creating limited service accounts
- Included sample IAM policy for MinIO WebUI operations
- Emphasized security practices like not using root credentials
2025-07-22 16:52:07 +02:00
paul a6ee4346be docs: Add manual password hash and JWT token generation instructions
- Added multiple methods for generating bcrypt password hashes
- Added multiple methods for generating secure JWT secrets
- Included Node.js, Python, Docker, and shell-based approaches
- Added security notes and best practices
- Provided example .env configuration with generated values
2025-07-22 16:33:28 +02:00
paul bb44b143ec Initial commit: MinIO WebUI - Complete implementation
- Backend: Express.js API with MinIO CLI integration
- Frontend: React with Material-UI for non-technical users
- Features: Bucket management, user creation, storage monitoring
- Security: JWT auth, IP filtering, encrypted passwords
- Docker support for easy deployment
- Automated weekly storage reports
- Setup and deployment scripts included
2025-07-22 16:29:53 +02:00