Deploying a reliable download manager is simple with this lightweight, containerized solution. Built on Alpine Linux, it combines an efficient download engine with modern, integrated web frontends. This ensures you have a stable, up-to-date environment for managing files remotely. The container is designed for flexibility, allowing you to run it out-of-the-box or tailor it using custom configuration files.
Key benefits include:
services:
aria2:
image: xujinkai/aria2-with-webui
container_name: aria2-webui
restart: unless-stopped
ports:
- "6800:6800"
- "6880:80"
volumes:
- ./data:/data
- ./config:/conf
environment:
- SECRET=${RPC_SECRET}RPC_SECRET=your_secure_rpc_secret_tokenAuto-fetched about 21 hours ago
Auto-fetched about 21 hours ago