How to runSimple Usage docker run -d --name ariang -p 80:80 -p 6800:6800 wahyd4/aria2-ariangFull Usage docker run -d --name ariang -p 80:80 -p 6800:6800 -p 443:443 -e ENABLE_AUTH=true -e RPC_SECRET=Hello -e DOMAIN=example.com -e ARIA2_USER=user -e ARIA2_PWD=pwd -v /yourdata:/data -v /yoursslkeys/:/root/conf/key wahyd4/aria2-ariangAccess ithttp://yourip or http://yourdomain.com Supported Environment Variables
ENABLE_AUTH enable Basic auth
ARIA2_USER Basic Auth username
ARIA2_PWD Basic Auth
RPC_SECRET The Aria2 RPC secret token
DOMAIN The domain you'd like to bind
Supported Volumes
/data The folder of all Aria2 downloaded files.
/root/conf/key The folder which stored Aria2 SSL certificate and key file. Notice: The certificate file should be named aria2.crt and the key file should be named aria2.key