mirror of
https://github.com/wahyd4/aria2-ariang-docker.git
synced 2026-08-08 21:05:50 +10:00
1.8 KiB
1.8 KiB
Aria2 + AriaNg
English | 简体中文
Features
- Aria2 (SSL support)
- AriaNg
- Auto HTTPS (Let's Encrypt)
- Basic Auth
- File indexing and video playing (File Manager)
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
/dataThe folder of all Aria2 downloaded files./root/conf/keyThe folder which stored Aria2 SSLcertificateandkeyfile.Notice: The certificate file should be namedaria2.crtand the key file should be namedaria2.key
Usage it in Docker compose
Please refer https://github.com/wahyd4/aria2-ariang-x-docker-compose

