New Features
Search Enhanced (4a907a61)

Support for dynamic NGINX port (c30e318)
# The port on which the nginx listens for incoming connections, default is 80
# NGINX_PORT: 80
Add maintenance program to support the fix for missing album message caption (e03bb0fb)
Before this version, the files under the album message could not be searched through the caption content. You can use this maintenance command to process the caption of the album message. (before running the command, you should stop telegram-files container)
docker run --rm \
--entrypoint /bin/bash \
-v $(pwd)/data:/app/data \
-e APP_ROOT=${APP_ROOT:-/app/data} \
-e TELEGRAM_API_ID=${TELEGRAM_API_ID} \
-e TELEGRAM_API_HASH=${TELEGRAM_API_HASH} \
ghcr.io/jarvis2f/telegram-files:latest tfm album-caption
Full Changelog: 0.1.14...0.1.15