Aria2 AriaNg

Aria2 downloader and AriaNg webui Docker image based on Alpine Linux.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: "3"
 
services:
  ariang:
    image: hurlenko/aria2-ariang
    ports:
      - 443:8080
    volumes:
      - /DOWNLOAD_DIR:/aria2/data
      - /CONFIG_DIR:/aria2/conf
    environment:
      - PUID=1000
      - PGID=1000
      - RPC_SECRET=secret
      - ARIA2RPCPORT=443
    restart: always

Resources

GitHub: https://github.com/hurlenko/aria2-ariang-docker

Docker Hub: https://hub.docker.com/r/hurlenko/aria2-ariang

Configuration: https://github.com/hurlenko/aria2-ariang-docker#usage