Aria2 with Aira-Ng web UI.
git clone https://github.com/colinwjd/aria2-ariang.git
cd aria2-ariang
docker build -t colinwjd/aria2-ariang .
/DOWNLOAD_DIR
to /aria2/downloads
and /CONFIG_DIR
to /aria2/conf
. When starting container, it will create aria2.conf
file with default settings.rpc-secret=xxx
to aira2.conf file.Run command like below(You may need to change the ports).
docker run --name aria2-ariang \
-p 6800:6800 -p 6880:80 -p 6888:8080 \
-v /DOWNLOAD_DIR:/aria2/downloads \
-v /CONFIG_DIR:/aria2/conf \
-e SECRET=YOUR_SECRET_CODE colinwjd/aria2-ariang
After finished, open http://serverip:6880/ in your browser for visiting Aria-Ng home page, open http://serverip:6888/ to browser your downloads folder.