github jarvis2f/telegram-files 0.1.14

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

New Features

Support previewing downloaded images and videos (69d57b8)

preview-files-pc

preview-files-mobile

Support use PUID PGID set file permissions (c30e318)

services:
  telegram-files:
    container_name: telegram-files
    image: ghcr.io/jarvis2f/telegram-files:latest
    restart: always
  environment:
      # PUID and PGID are the user id and group id of the user who owns the files in the mounted volume.
      # PUID: 1000
      # PGID: 1000
    .....

Support transfer status filter (8f48c79)

image

Full Changelog: 0.1.13...0.1.14

Don't miss a new telegram-files release

NewReleases is sending notifications on new releases.