Deploy a highly efficient download manager and web frontend packaged in a lightweight Alpine Linux Docker image. This solution provides a modern, responsive interface that works seamlessly across desktop and mobile devices without requiring additional compilers or runtime environments. It is designed to be highly portable and easy to configure for various hosting setups.
Key benefits and features include:
amd64, arm64, and arm32 systems, making it ideal for standard servers, Rock64, and Raspberry Pi devices.PUID and PGID environment variables to map internal container users to your host machine, completely avoiding file ownership conflicts.services:
aria2-ariang:
image: hurlenko/aria2-ariang:latest
container_name: aria2-ariang
restart: unless-stopped
ports:
- 6800:6800
- 8080:80
volumes:
- ./data:/aria2/data
- ./conf:/aria2/conf
environment:
- PUID=1000
- PGID=1000
- RPC_SECRET=${RPC_SECRET}RPC_SECRET=your_secure_rpc_secret_tokenAuto-fetched about 21 hours ago
Auto-fetched about 21 hours ago