Aria2 + AriaNg (hurlenko)

Deploy a modern, responsive download manager using a lightweight Alpine Linux Docker image. Features multi-architecture support and easy permission management.

Deploy a highly efficient download manager and web frontend packaged in a lightweight Alpine Linux Docker image. This solution provides a modern, responsive interface that works seamlessly across desktop and mobile devices without requiring additional compilers or runtime environments. It is designed to be highly portable and easy to configure for various hosting setups.

Key benefits and features include:

  • Multi-architecture support: Runs perfectly on amd64, arm64, and arm32 systems, making it ideal for standard servers, Rock64, and Raspberry Pi devices.
  • Advanced permission management: Utilize PUID and PGID environment variables to map internal container users to your host machine, completely avoiding file ownership conflicts.
  • Flexible configuration: Easily customize settings through environment variables, including RPC secrets, basic authentication, and custom RPC ports.
  • Persistent storage: Map custom volume locations for downloaded files and configuration data.

Directory Structure

aria2-plus-ariang-hurlenko
aria2-ariang
conf
data
.env
docker-compose.yml

docker-compose.yml

services:
  aria2-ariang:
    image: hurlenko/aria2-ariang:latest
    container_name: aria2-ariang
    restart: unless-stopped
    ports:
      - 6800:6800
      - 8080:80
    volumes:
      - ./data:/aria2/data
      - ./conf:/aria2/conf
    environment:
      - PUID=1000
      - PGID=1000
      - RPC_SECRET=${RPC_SECRET}

.env

RPC_SECRET=your_secure_rpc_secret_token
Categories:

Share:

Ad
Favicon

 

  
 

Similar to Aria2 + AriaNg (hurlenko)

Favicon

 

  
  
Favicon

 

  
  
Favicon