Skip to content

huangzulin/aria2-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aria2-ui

English | 简体中文

Aria2 with Aira-Ng web UI.

Quick start

docker run -d --name aria2-ui  --restart=always -p 6800:6800 -p 6880:80 -p 6888:81 -v /DOWNLOAD_DIR:/aria2/downloads huangzulin/aria2-ui

After finished, open http://serverip:6880/ in your browser for visiting ariang home page, open http://serverip:6888/ to browser your downloads folder.

Brief Introduction

  • Supported platforms: amd64, i386, arm64, arm/v7, arm/v6.
  • Use Apline:latest as base image, full image only 20Mb.
  • You can edit aria2 config file out of the image.
  • Use ariang as aria2 web ui, it seems much more beautiful.
  • Use darkhttpd as http server, it's very small(Only 36K after complied) and easy to use.
  • update bt tracker on starting

Install

  1. Mount /DOWNLOAD_DIR to /aria2/downloads and /CONFIG_DIR to /aria2/conf. When starting container, it will create aria2.conf file with default settings.
  2. Mapping ports:
  • 6800 for aira2 service
  • 80 for ariang http service
  • 6888 for downloads directory http service
  1. Set your secret code use "SECRET" variable, this will append rpc-secret=xxx to aira2.conf file.