Skip to content

Redwid/docker-aria2-ng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aria2 with AriaNG

The image with aria2, nginx and AriaNg. Support architectures: amd64 arm32v7 arm64v8.

Install

I. replace /DOWNLOAD_DIR and /CONFIG_DIR for save data, and YOUR_SECRET_CODE for security. Run command below

sudo docker run -d \
--name aria2-ng \
-p 6801:80 \
-p 6800:6800 \
-v /DOWNLOAD_DIR:/data \
-v /CONFIG_DIR:/conf \
-e SECRET=YOUR_SECRET_CODE \
redwid/aria2-ng:latest

II. Open http://serverip:6801/ for aria2-ng

Build:

Run build-run.sh

Remove existing manifest before building: docker/cli#954

Build Status

Help commands:

Remove all:

docker system prune -a

List all containers:

docker container ls --all

Run {container_id} bash:

docker exec -it {container_id} /bin/bash

Check container logs:

docker logs {container_id}

List 6801 listen ports in mac

sudo lsof -n -i -P | grep ':6801'

Links:

https://github.com/aria2/aria2
https://github.com/mayswind/AriaNg


Releases

No releases published

Packages

No packages published