Giter VIP home page Giter VIP logo

docker-aria2-webui-ng's Introduction

aria2-webui-ng

Synology Aria2

Batteries included

Parameter Function
-p 4040 http(s) gui
-p 6882 BT download listened port
-p 6882/udp BT download DHT listened port
-e PUID=1026 for UserID - see below for explanation
-e PGID=100 for GroupID - see below for explanation
-e TZ=Asia/Shanghai Specify a timezone to use EG Europe/London
-v /data/config aria2 Config Folder.
-v /data/downloads aria2 Download Folder.
-v /config/keys SSL Key Folder.
-e CUSTOM_RPC_TOKEN Optional. Specify custom RPC token vaule. If no set, see logs.
-e SKIP_SSL=true Optional. Disable HTTPS
-e TRACKERSAUTO=NO Optional. Disable Trackers Update, Defaults to YES
-e WEBUI=aria Optional. Defaults to ariang
-e CUSTOM_OVERRIDE_OPTIONS Optional. Pass arguments to aria2 daemon

Usage

Docker

docker create \
  --name=aria2-webui-ng \
  -p 4040:4040 \
  -p 6882:6882 \
  -p 6882:6882/udp \
  -e PUID=1026 \
  -e PGID=100 \
  -e TZ=Asia/Shanghai \
  -e CUSTOM_RPC_TOKEN=<rpc token> \
  -v </path/to/aria2_conifg>:/data/config \
  -v </path/to/aria2_downloads>:/data/downloads \
  -v </path/to/ssl>:/config/keys \
  --restart unless-stopped \
  stuarthua/aria2-webui-ng

Docker single

docker run -d --name=aria2-webui-ng -p 4040:4040 -p 6882:6882 -p 6882:6882/udp -e PUID=1026 -e PGID=100 -e TZ=Asia/Shanghai -e CUSTOM_RPC_TOKEN=123qwe --restart unless-stopped stuarthua/aria2-webui-ng

Thanks

docker-aria2-webui-ng's People

Contributors

stuarthua avatar

Stargazers

 avatar

Watchers

 avatar  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.