项目作者: HenryQW

项目描述 :
🐋 A Dockerized image of aria2 with webui ariang and filebrowser
高级语言: Dockerfile
项目地址: git://github.com/HenryQW/docker-aria2-ariang-filebrowser.git
创建时间: 2018-01-02T01:43:05Z
项目社区:https://github.com/HenryQW/docker-aria2-ariang-filebrowser

开源协议:

下载


docker-aria2-with-ariang

Get started:

  1. docker run -d \
  2. --name aria --restart=always \
  3. -p [rpc port]:6800 -p [web port]:80 \
  4. -v /yourKey:/root/conf/key/key.key \
  5. -v /yourCert:/root/conf/key/cert.crt \
  6. -e RPC_SECRET=[please enter your own token, this is important!!!] \
  7. -e RPC_SECURE=[true|false] \
  8. wangqiru/aria2-with-ariang

List of env:

  • RPC_SECRET = [please enter your own token, this is important!!!], default [henry].
  • RPC_SECURE = [true | false], default [false]. This enables SSL for aria2 RPC.

Filebrowser

docker-compose.yml contains the configuration to add filebrowser to extend your downloader’s capability.

  1. docker-compose up -d

and you are good to go.


For Docker please refer to https://docs.docker.com