Aria2 (abcminiuser)

Run a high-performance download manager with a built-in web interface. Easily configure custom settings, manage file permissions, and handle remote downloads.

Deploying a reliable download manager is simple with this lightweight, containerized solution. Built on Alpine Linux, it combines an efficient download engine with modern, integrated web frontends. This ensures you have a stable, up-to-date environment for managing files remotely. The container is designed for flexibility, allowing you to run it out-of-the-box or tailor it using custom configuration files.

Key benefits include:

  • Integrated Web Interfaces: Choose between bleeding-edge WebUI or the latest NG frontend for seamless management.
  • Automated Updates: Builds are triggered by base OS updates, ensuring your client remains secure.
  • Permission Management: Avoid host OS conflicts by specifying custom PUID and PGID variables for perfect file ownership.
  • Custom Configurations: Map external volumes to use tailored configuration files and download directories.
  • Remote Access: Secure daemon communication using a custom secret token.

Directory Structure

aria2-abcminiuser
aria2-webui
config
data
.env
docker-compose.yml

docker-compose.yml

services:
  aria2:
    image: xujinkai/aria2-with-webui
    container_name: aria2-webui
    restart: unless-stopped
    ports:
      - "6800:6800"
      - "6880:80"
    volumes:
      - ./data:/data
      - ./config:/conf
    environment:
      - SECRET=${RPC_SECRET}

.env

RPC_SECRET=your_secure_rpc_secret_token
Categories:

Share:

Ad
Favicon

 

  
 

Similar to Aria2 (abcminiuser)

Favicon

 

  
  
Favicon

 

  
  
Favicon