This is a Dockerized version of Aria2ng, a web-based front-end for the popular download manager Aria2. The Aria2ng container is configured to run behind a Caddy reverse proxy and is accessible on port 8080.
Before running the Aria2ng Docker image, you must have the following prerequisites installed on your system:
To get started with Aria2ng Dockerized, follow these steps:
Pull the Docker image:
docker pull ph4r5h4d/aria2ng-caddy
Run the Docker container:
docker run -d -p 8080:8080 ph4r5h4d/aria2ng-caddy
This command will start the Aria2ng Docker container in the background and map port 8080 of the host to port 8080 of the container.
Access Aria2ng in your browser:
Open your preferred web browser and visit http://localhost:8080 to access the Aria2ng web interface.
Configure the connection to Aria2 RPC interface:
Before you can start using Aria2ng to manage downloads, you need to configure the connection to the Aria2 RPC interface. One way to do this is by running a Dockerized Aria2 RPC container. You can use the ph4r5h4d/aria2-docker Docker image for this purpose. Please refer to the Aria2 Docker Hub page for instructions on how to run the Aria2 RPC container.
Connect Aria2ng to Aria2 RPC:
Once the Aria2 RPC container is running, you need to configure the Aria2ng container to connect to it. In the Aria2ng web interface, go to the "Settings" section and enter the Aria2 RPC URL and token provided by the Aria2 RPC container. Save the settings.
Start adding downloads:
Once the connection to the Aria2 RPC interface is established, you can start adding downloads by clicking on the "+" button in the Aria2ng interface. You can add URLs or upload torrent/Metalink files to initiate downloads.
Manage and monitor downloads:
Aria2ng provides a user-friendly interface to manage and monitor your downloads. You can pause, resume, prioritize, and remove downloads, as well as view the download progress and status in real-time.
Stop the container:
To stop the Aria2ng Docker container, run the following command:
docker stop container-id
Replace container-id with the actual ID or name of the running container.
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request on the GitHub repository.
This project is licensed under the MIT License.
Content type
Image
Digest
sha256:90741373a…
Size
17.6 MB
Last updated
about 3 years ago
docker pull ph4r5h4d/aria2ng-caddy