This open-source download manager is designed to be extremely lightweight and highly extensible. Built with Python, it runs seamlessly on NAS devices, routers, headless home servers, and standard operating systems.
Enjoy complete control over your files from anywhere using the friendly Web User Interface. It supports a wide array of common video sites, one-click hosters, and standard web formats.
Key benefits include:
services:
pyload-ng:
image: lscr.io/linuxserver/pyload-ng:latest
container_name: pyload-ng
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- ./config:/config
- ./downloads:/downloads
ports:
- 8000:8000
- 9666:9666
restart: unless-stopped# No sensitive environment variables are required for the default setup of this container.
# Configuration is handled via the web interface and stored in the ./config directory.Auto-fetched about 20 hours ago
Auto-fetched about 20 hours ago