Giter Site home page Giter Site logo

aria2-web's Introduction

aria2-web

使用方式

#这里单独新建了一个目录来存放数据
#download用来存放aria2文件下载数据,appdata用来存放aria2 session会话数据和filebrowser配置数据,ariacache存放aria2缓存数据
mkdir -p /aria2-data/{download,appdata,ariacache}

#运行
docker run --name aria2-web \
	-p 6800:6800 -p 8680:8680 \
	-v /aria2-data/download:/data -v /aria2-data/appdata:/appdata -v /aria2-data/ariacache:/root/.cache \
	lunnlew/aria2-web:latest

访问方式

访问链接http://127.0.0.1:8680,端口8680提供ui服务,默认为aria2下载界面

http://127.0.0.1:8680/files/为文件管理服务,默认用户admin,密码admin

具体IP使用你自己的环境IP

aria2-web's People

Contributors

lunnlew avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.