github jarvis2f/telegram-files 0.1.15

latest releases: 0.2.4, 0.2.3, 0.2.2...
6 months ago

New Features

Search Enhanced (4a907a61)

image

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

Don't miss a new telegram-files release

NewReleases is sending notifications on new releases.