Downtify 0.2.4
What's Changed
- Implementing the possibility of starting downloads via REST API by @henriquesebastiao in 0111616
- Documenting API routes and adding tests by @henriquesebastiao in #7
- docs: Adding documentation with MkDocs by @henriquesebastiao in #8
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 # OptionalMinor changes
- Updating labels in the Dockerfile.
Full Changelog: 0.2.3...0.2.4