aria2webui
Docker 应用程序 from fanningert's Repository
概述
运行时参数
- 网络用户界面
http://[IP]:[PORT:80]- 网络
bridge- 特权
- false
模板配置
Aria2 RPC Secret
- 目标
- aria2Secret
- 默认值
- YOUR_SECRET_CODE
- 价值
- YOUR_SECRET_CODE
Container Path: /download
- 目标
- /download
Container Port: 80
- 目标
- 80
- 默认值
- 80
- 价值
- 80
Container Port: 6800
- 目标
- 6800
- 默认值
- 6800
- 价值
- 6800
Set the maximum number of parallel downloads for every queue item.
- 目标
- aria2MaxConcurrentDownloads
- 默认值
- 5
- 价值
- 5
Set TCP port number for BitTorrent downloads. Multiple ports can be specified by using ,, for example: 6881,6885. You can also use - to specify a range: 6881-6999. , and - can be used together: 6881-6889,6999. You also need to change the Variable
- 目标
- 6889
- 默认值
- 6889
- 价值
- 6889
Set UDP listening port used by DHT(IPv4, IPv6) and UDP tracker. Multiple ports can be specified by using ,, for example: 6881,6885. You can also use - to specify a range: 6881-6999. , and - can be used together. You also need to change the Variable
- 目标
- 6881
- 默认值
- 6881
- 价值
- 6881
Set log level to output.
- 目标
- aria2LogLevel
- 默认值
- notice|debug|info|warn|error
- 价值
- warn
ID of the user the application runs as.
- 目标
- PUID
- 默认值
- 99
- 价值
- 99
ID of the group the application runs as.
- 目标
- PGID
- 默认值
- 100
- 价值
- 100
Container Path: /conf
- 目标
- /conf
- 默认值
- /mnt/user/appdata/aria2-with-webui
- 价值
- /mnt/user/appdata/aria2-with-webui/
Set TCP port number for BitTorrent downloads. Multiple ports can be specified by using ,, for example: 6881,6885. You can also use - to specify a range: 6881-6999. , and - can be used together: 6881-6889,6999.
- 目标
- aria2ListenPort
- 默认值
- 6889
- 价值
- 6889
Enable IPv4 DHT functionality. It also enables UDP tracker support. If a private flag is set in a torrent, aria2 doesn’t use DHT for that download even if true is given.
- 目标
- aria2EnableDht
- 默认值
- true|false
- 价值
- true
Set UDP listening port used by DHT(IPv4, IPv6) and UDP tracker. Multiple ports can be specified by using ,, for example: 6881,6885. You can also use - to specify a range: 6881-6999. , and - can be used together.
- 目标
- aria2DhtListenPort
- 默认值
- 6881
- 价值
- 6881
Save error/unfinished downloads to a file specified by --save-session option every SEC seconds. If 0 is given, file will be saved only when aria2 exits.
- 目标
- aria2SaveSessionInterval
- 默认值
- 10
- 价值
- 10
If true is given, aria2 doesn’t accept and establish connection with legacy BitTorrent handshake(\19BitTorrent protocol). Thus aria2 always uses Obfuscation handshake.
- 目标
- aria2BtRequireCrypto
- 默认值
- true|false
- 价值
- false
Set minimum level of encryption method. If several encryption methods are provided by a peer, aria2 chooses the lowest one which satisfies the given level.
- 目标
- aria2BtMinCryptoLevel
- 默认值
- plain|arc4
- 价值
- plain
Save meta data as “.torrent” file. This option has effect only when BitTorrent Magnet URI is used. The file name is hex encoded info hash with suffix “.torrent”. The directory to be saved is the same directory where download file is saved. If the same file already exists, meta data is not saved. See also --bt-metadata-only option.
- 目标
- aria2BtSaveMetadata
- 默认值
- true|false
- 价值
- false
Before getting torrent metadata from DHT when downloading with magnet link, first try to read file saved by --bt-save-metadata option. If it is successful, then skip downloading metadata from DHT.
- 目标
- aria2BtLoadSavedMetadata
- 默认值
- true|false
- 价值
- false
If the previous transfer is made by a browser or wget like sequential download manager, then use --continue option to continue the transfer.
- 目标
- aria2Continue
- 默认值
- true|false
- 价值
- true
aria2 does not split less than 2*SIZE byte range. For example, let’s consider downloading 20MiB file. If SIZE is 10M, aria2 can split file into 2 range [0-10MiB) and [10MiB-20MiB) and download it using 2 sources(if --split >= 2, of course). If SIZE is 15M, since 2*15M > 20MiB, aria2 does not split file and download it using 1 source. You can append K or M (1K = 1024, 1M = 1024K). Possible Values: 1M -1024M
- 目标
- aria2MinSplitSize
- 默认值
- 10M
- 价值
- 10M
Download a file using N connections. If more than N URIs are given, first N URIs are used and remaining URIs are used for backup. If less than N URIs are given, those URIs are used more than once so that N connections total are made simultaneously. The number of connections to the same host is restricted by the --max-connection-per-server option. See also the --min-split-size option.
- 目标
- aria2Split
- 默认值
- 5
- 价值
- 5
The maximum number of connections to one server for each download.
- 目标
- aria2MaxConnectionPerServer
- 默认值
- 10
- 价值
- 10
pecify share ratio. Seed completed torrents until share ratio reaches RATIO. You are strongly encouraged to specify equals or more than 1.0 here. Specify 0.0 if you intend to do seeding regardless of share ratio. If --seed-time option is specified along with this option, seeding ends when at least one of the conditions is satisfied.
- 目标
- aria2SeedRatio
- 默认值
- 1.0
- 价值
- 1
Specify seeding time in (fractional) minutes. Also see the --seed-ratio option.
- 目标
- aria2SeedTime
- 默认值
- 0
- 价值
- 0
This is useful if you have to use broken DNS and want to avoid terribly slow AAAA record lookup.
- 目标
- aria2DisableIpv6
- 默认值
- true|false
- 价值
- true
Save download with --save-session option even if the download is completed or removed. This option also saves control file in that situations. This may be useful to save BitTorrent seeding which is recognized as completed state.
- 目标
- aria2ForceSave
- 默认值
- true|false
- 价值
- true
Set max download speed per each download in bytes/sec. 0 means unrestricted. You can append K or M (1K = 1024, 1M = 1024K). To limit the overall download speed, use --max-overall-download-limit.
- 目标
- aria2MaxDownloadLimit
- 默认值
- 0
- 价值
- 0
Set max overall download speed in bytes/sec. 0 means unrestricted. You can append K or M (1K = 1024, 1M = 1024K). To limit the download speed per download, use --max-download-limit option.
- 目标
- aria2MaxOverallDownloadLimit
- 默认值
- 0
- 价值
- 0
下载统计数据
长期下载总量
详细信息
fanningert/aria2-with-webui在Unraid 上运行 Aria2webui 。
Aria2webui 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。