Skip to content

Releases: qx6ghqkz/gallery-dl-server

v0.3.0

14 Dec 04:09
Compare
Choose a tag to compare

Changes

  • (Breaking change) New config file target location /config/gallery-dl.conf instead of /etc/gallery-dl.conf. Mount the directory containing your config file to /config inside the container. See the README and committed changes.
  • Added environment variables UID and GID for changing the user ID and group ID of the user running the server process.

Detailed explanation of changes

Docker image: Docker Hub / GitHub

Full Changelog: v0.2.1...v0.3.0

v0.2.1

13 Dec 03:05
Compare
Choose a tag to compare

Changes

  • Optimised Docker image size

Docker image: Docker Hub / GitHub

Full Changelog: v0.2.0...v0.2.1

v0.2.0

09 Dec 16:56
Compare
Choose a tag to compare

Changes

  • Finalised implementation of embedded logs in web UI
  • Fixed some bugs and issues related to UX

Docker image: Docker Hub / GitHub

Full Changelog: v0.1.6...v0.2.0

v0.1.6

02 Nov 14:40
Compare
Choose a tag to compare

Changes

  • Added ability to view logs from the web UI
  • Packages are no longer updated inside the Docker container
  • Resolved potential dependency issues

Docker image: Docker Hub / GitHub

Full Changelog: v0.1.5...v0.1.6

v0.1.5

19 Jul 15:43
Compare
Choose a tag to compare

Changes

  • Fixed container permission issues preventing package updates
  • Added new success alert
  • Implemented web UI options to override config file for video downloads (download video/extract audio only)
  • Fix SSL: CERTIFICATE_VERIFY_FAILED error

Docker image: Docker Hub / GitHub

Full Changelog: v0.1.4...v0.1.5

v0.1.4

28 Jun 08:15
Compare
Choose a tag to compare

Changes

  • Added Web UI icons

Docker image: Docker Hub / GitHub

Full Changelog: v0.1.3...v0.1.4

v0.1.3

27 Jun 00:43
Compare
Choose a tag to compare

Changes

  • Config is now cleared before being loaded. This ensures that entries deleted from the config file while the container is running are deleted from the config dict when reloading the config prior to each download. Previously, only additions and modifications to config entries were reflected.

Docker image: Docker Hub / GitHub

Full Changelog: v0.1.2...v0.1.3

v0.1.2

25 Jun 01:53
Compare
Choose a tag to compare

Changes

  • Added support for changing the internal container listening port via an environment variable. See Port Mapping for more details.

Docker image: Docker Hub / GitHub

Full Changelog: v0.1.1...v0.1.2

v0.1.1

25 Jun 01:44
Compare
Choose a tag to compare

Changes

  • The server now loads the configuration file before each and every download, so the container no longer needs to be restarted for changes to the configuration file to take effect.
  • Pip will be updated before gallery-dl and yt-dlp on server initialisation.

Docker image: Docker Hub / GitHub

Full Changelog: v0.1.0...v0.1.1

v0.1.0

18 Jun 23:09
Compare
Choose a tag to compare