Favicon of pyLoad (LinuxServer.io)

pyLoad (LinuxServer.io)

Automate and manage file downloads from video sites and hosters. This lightweight, open-source tool runs on NAS, routers, and servers via a web interface.

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:

  • Extensive Plugin Support: Automate common tasks and enable unattended running with a rich library of plugins.
  • Remote Accessibility: Manage active downloads entirely through the web interface or command-line interface.
  • Fully Featured API: Easily extend functionality and integrate with external tools or custom software.
  • Broad Compatibility: Operates on any hardware platform that supports the Python programming language.

Directory Structure

pyload-linuxserver-io
config
downloads
.env
docker-compose.yml

docker-compose.yml

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

.env

# 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.
Categories:

Share:

Ad
Favicon

 

  
 

Similar to pyLoad (LinuxServer.io)

Favicon

 

  
  
Favicon

 

  
  
Favicon