Releases: qx6ghqkz/gallery-dl-server
Releases · qx6ghqkz/gallery-dl-server
v0.3.0
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
andGID
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
Changes
- Optimised Docker image size
Docker image: Docker Hub / GitHub
Full Changelog: v0.2.0...v0.2.1
v0.2.0
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
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
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
v0.1.3
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
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
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
Initial release
Docker image: Docker Hub / GitHub
Full Changelog: https://github.com/qx6ghqkz/gallery-dl-server/commits/v0.1.0