Skip to content

Downtify 0.2.4

Choose a tag to compare

@henriquesebastiao henriquesebastiao released this 06 Mar 11:18
c52e100

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