Skip to content

一个aria2 web管理页面,挺好用的,改过一点删除任务的逻辑;fork from AriaNg(https://github.com/mayswind/AriaNg)

Notifications You must be signed in to change notification settings

twheastasia/aria2_web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1. build前端镜像(两个镜像都可以)

cd aria2_frontend
或
cd aria2_frontend_all_in_one

docker build -t aria2-frontend .

2. build后端镜像

cd aria2_backend
docker build -t aria2-backend .

3. 利用docker-compose启动

docker-compose up -d

4. 默认下载目录在项目根目录下downloads目录

About

一个aria2 web管理页面,挺好用的,改过一点删除任务的逻辑;fork from AriaNg(https://github.com/mayswind/AriaNg)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages