Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Docker image with aria2, nginx and AriaNg

NotificationsYou must be signed in to change notification settings

Redwid/docker-aria2-ng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Install

I. replace/DOWNLOAD_DIR and/CONFIG_DIR for save data, andYOUR_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. Openhttp://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


About

Docker image with aria2, nginx and AriaNg

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp