Skip to main content
Version: v3 (latest✅)

Download Counter

Download count tracks the number of times a file has been downloaded/visited/opened. It will be saved in a persistent redis database (-v redissave:/var/lib/redis/). Folders will not be tracked.

Files are tracked based on their (full) file path. Therefore renaming a file will change/reset the download count.

⚙️ Configuration

VariableDefaultValuesDetails
DOWNLOAD_COUNTERtruetrue
false
added in v0.1
How to set configuration options
Set the environment variables when starting the container.
Use docker run...
  • ...with -e DOWNLOAD_COUNTER=true
  • ...with --env-file .env and place DOWNLOAD_COUNTER=true in the file
See installation page for more details.