flashbenny / aria2-ui

aria2+aria-ng docker 镜像 ,树莓派可用

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 Aria-Ng 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 Aria-Ng 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 Aria-Ng http service
  • 8080 for downloads directory http service
  1. Set your secret code use "SECRET" variable, this will append rpc-secret=xxx to aira2.conf file.

About

aria2+aria-ng docker 镜像 ,树莓派可用


Languages

Language:Shell 81.3%Language:Dockerfile 18.7%