From ee13556c5cb4f24fe88e14fd00b821acf65b11cb Mon Sep 17 00:00:00 2001 From: paul Date: Sat, 6 Sep 2025 10:15:25 +0200 Subject: [PATCH] docs(readme): reflect new External Media reference mode and update roadmap (gallery feedback status) --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cc2d9bb..608b0d5 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ Unlike expensive SaaS solutions, PicPeak gives you: ### For Photographers - πŸ“ **Drag & Drop Upload** - Simply drop photos into folders +- πŸ”— **External Media (Reference Mode)** - Browse and import from a read‑only external folder library without copying originals - ⏰ **Auto-Expiring Galleries** - Set expiration dates (default: 30 days) - πŸ” **Password Protection** - Secure client galleries - πŸ“§ **Automated Emails** - Creation confirmations and expiration warnings @@ -45,6 +46,7 @@ Unlike expensive SaaS solutions, PicPeak gives you: ### Technical Excellence - 🐳 **Docker Ready** - Deploy in minutes - πŸ”„ **Auto-Processing** - Automatic thumbnail generation +- πŸ—‚οΈ **Reference Library Support** - Point PicPeak at `EXTERNAL_MEDIA_ROOT` to reference existing originals, index quickly, and generate thumbnails on demand - πŸ’Ύ **Smart Storage** - Automatic archiving of expired galleries - πŸ›‘οΈ **Security First** - JWT auth, rate limiting, CORS protection - πŸ“ˆ **Scalable** - From small studios to large agencies @@ -73,6 +75,7 @@ docker-compose up -d ## πŸ“– Documentation - πŸ“˜ [**Deployment Guide**](DEPLOYMENT_GUIDE.md) - Detailed installation instructions + - Includes the new [External Media Library](DEPLOYMENT_GUIDE.md#external-media-library) reference mode - 🀝 [**Contributing**](CONTRIBUTING.md) - How to contribute - πŸ“œ [**License**](LICENSE) - MIT License - πŸ”’ [**Security**](SECURITY.md) - Security policies @@ -192,9 +195,10 @@ These features are currently in beta testing and may have limited functionality | Feature | Description | Priority | Status | |---------|-------------|----------|---------| | **Backup & Restore** | Comprehensive backup system with S3/MinIO support, automated scheduling, and safe restore functionality | High | βœ… Implemented | +| **External Media Library (Reference Mode)** | Use an external folder library as a read‑only source with import and on‑demand thumbnail generation | High | βœ… Implemented | | **Gallery Templates** | Additional gallery layouts and themes (masonry, slideshow, story-style) for different event types | Medium | πŸ”„ Open | | **Face Recognition** | AI-powered face detection to help guests find their photos and create automatic person-based albums | Low | πŸ”„ Open | -| **Gallery Feedback** | Allow guests to like, rate, and comment on photos with admin notifications and moderation | Medium | βœ… Implemented (not tested) | +| **Gallery Feedback** | Allow guests to like, rate, and comment on photos with admin notifications and moderation | Medium | βœ… Implemented | | **Video Support** | Upload and display videos alongside photos in galleries with streaming support | Low | πŸ”„ Open | | **Multiple Administrators** | Support for multiple admin accounts with role-based permissions and activity tracking | Low | πŸ“‹ Planned | @@ -233,4 +237,4 @@ PicPeak is released under the [MIT License](LICENSE). Use it freely for personal GitHub β€’ Documentation β€’ Support -

\ No newline at end of file +