support CIFS-mounted uploads and automatic scan on container start (closes #34)

This commit is contained in:
Ryan
2025-05-27 19:53:00 -04:00
committed by GitHub
parent aee78c9750
commit 40cecc10ad
3 changed files with 78 additions and 1 deletions

View File

@@ -1,5 +1,14 @@
# Changelog
## Changes 5/27/2025
- Support for mounting CIFS (SMB) network shares via Docker volumes
- New `scripts/scan_uploads.php` script to generate metadata for imported files and folders
- `SCAN_ON_START` environment variable to trigger automatic scanning on container startup
- Documentation for configuring CIFS share mounting and scanning
---
## Changes 5/26/2025
- Updated `REGEX_FOLDER_NAME` in `config.php` to forbids < > : " | ? * characters in folder names.