English | 简体中文
Aria2 with Aira-Ng web UI.
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.
- 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
- Mount
/DOWNLOAD_DIRto/aria2/downloadsand/CONFIG_DIRto/aria2/conf. When starting container, it will createaria2.conffile with default settings. - Mapping ports:
- 6800 for aira2 service
- 80 for ariang http service
- 6888 for downloads directory http service
- Set your secret code use "SECRET" variable, this will append
rpc-secret=xxxto aira2.conf file.