Skip to content

The Docker image for Aria2 + AriaNg / Aria2 + AriaNg 的 docker 镜像

Notifications You must be signed in to change notification settings

w796933/aria2-ariang-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Aria2 + AriaNg

Screenshot

Features

  • Aria2 (SSL support)
  • AriaNg
  • Auto HTTPS (Let's Encrypt)
  • Basic Auth

How to run

Simple Usage

  docker run -d --name ariang -p 80:80 -p 6800:6800 wahyd4/aria2-ariang

Full 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-ariang

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

Usage it in Docker compose

Please refer https://github.com/wahyd4/aria2-ariang-x-docker-compose

About

The Docker image for Aria2 + AriaNg / Aria2 + AriaNg 的 docker 镜像

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%