github henriquesebastiao/downtify 0.2.4
Downtify 0.2.4

latest releases: 2.9.1, 2.9.0, 2.8.0...
17 months ago

What's Changed

Now the user can inform a customized client_id and/or client_secret via environment variable for the container, if the variables are not provided, the default values ​​will be used:

services:
  downtify:
    container_name: downtify
    image: henriquesebastiao/downtify:latest
    ports:
      - '8000:8000'
    volumes:
      - ./path/to/downloads:/downloads
    environment:
      - CLIENT_ID=YOUR-CUSTOM-CLIENT-ID  # Optional
      - CLIENT_SECRET=YOUR-CUSTOM-CLIENT-SECRET  # Optional

Minor changes

  • Updating labels in the Dockerfile.

Full Changelog: 0.2.3...0.2.4

Don't miss a new downtify release

NewReleases is sending notifications on new releases.