aria2-with-ariang

aria2-with-ariang

apps.detail.types.app from fanningert's Repository

apps.detail.sections.overview

The aim for this project is to create the worlds best and hottest interface to interact with aria2. Very simple to use, just download and open index.html in any web browser.

apps.marketingCta.appInstallTitle

apps.marketingCta.appInstallDescription

apps.installHelp.stepOpen apps.installHelp.stepSearchApp apps.installHelp.stepReview apps.installHelp.stepInstall

apps.detail.sections.categories

apps.downloadStats.title

340,214
apps.downloadStats.metrics.totalDownloads
2,425
apps.downloadStats.metrics.thisMonth
1,542
apps.downloadStats.metrics.avgPerMonth

apps.downloadStats.chart.totalOverTime

apps.downloadStats.chart.loading

apps.detail.sections.related

apps.detail.related.exploreCategories

apps.detail.related.exploreAll

apps.detail.sections.details

apps.detail.details.repository
fanningert/aria2-with-ariang
apps.detail.details.lastUpdated2018-07-15

apps.detail.sections.runtime

apps.detail.details.webui
http://[IP]:[PORT:80]
apps.detail.details.network
bridge
apps.detail.details.privileged
false

apps.detail.sections.configuration

Aria2 - SecretVariable

Aria2 RPC Secret

apps.detail.config.target
aria2Secret
apps.detail.config.default
YOUR_SECRET_CODE
apps.detail.config.value
YOUR_SECRET_CODE
Download Storage PathPathrw

Container Path: /download

apps.detail.config.target
/download
Aria2 WebUI PortPorttcp

Container Port: 80

apps.detail.config.target
80
apps.detail.config.default
80
apps.detail.config.value
80
Aria2 RPCPorttcp

Container Port: 6800

apps.detail.config.target
6800
apps.detail.config.default
6800
apps.detail.config.value
6800
Aria2 - Max Concurrent DownloadsVariable

Set the maximum number of parallel downloads for every queue item.

apps.detail.config.target
aria2MaxConcurrentDownloads
apps.detail.config.default
5
apps.detail.config.value
5
Aria2 - Listen PortPorttcp

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

apps.detail.config.target
6889
apps.detail.config.default
6889
apps.detail.config.value
6889
Aria2 - DHT Listen PortPorttcp

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

apps.detail.config.target
6881
apps.detail.config.default
6881
apps.detail.config.value
6881
Aria2 - LogLevelVariable

Set log level to output.

apps.detail.config.target
aria2LogLevel
apps.detail.config.default
notice|debug|info|warn|error
apps.detail.config.value
warn
User IDVariable

ID of the user the application runs as.

apps.detail.config.target
PUID
apps.detail.config.default
99
apps.detail.config.value
99
Group IDVariable

ID of the group the application runs as.

apps.detail.config.target
PGID
apps.detail.config.default
100
apps.detail.config.value
100
Config Storage PathPathrw

Container Path: /conf

apps.detail.config.target
/conf
apps.detail.config.default
/mnt/user/appdata/aria2-with-ariang
apps.detail.config.value
/mnt/user/appdata/aria2-with-ariang/
Aria2 - Listen Port (aria2.conf)Variable

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.

apps.detail.config.target
aria2ListenPort
apps.detail.config.default
6889
apps.detail.config.value
6889
Aria2 - Enable DHTVariable

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.

apps.detail.config.target
aria2EnableDht
apps.detail.config.default
true|false
apps.detail.config.value
true
Aria2 - DHT Listen Port (aria2.conf)Variable

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.

apps.detail.config.target
aria2DhtListenPort
apps.detail.config.default
6881
apps.detail.config.value
6881
Aria2 - Save Session IntervalVariable

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.

apps.detail.config.target
aria2SaveSessionInterval
apps.detail.config.default
10
apps.detail.config.value
10
Aria2 - BT Require CryptoVariable

If true is given, aria2 doesn’t accept and establish connection with legacy BitTorrent handshake(\19BitTorrent protocol). Thus aria2 always uses Obfuscation handshake.

apps.detail.config.target
aria2BtRequireCrypto
apps.detail.config.default
true|false
apps.detail.config.value
false
Aria2 - BT Min Crypto LevelVariable

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.

apps.detail.config.target
aria2BtMinCryptoLevel
apps.detail.config.default
plain|arc4
apps.detail.config.value
plain
Aria2 BT Save MetadataVariable

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.

apps.detail.config.target
aria2BtSaveMetadata
apps.detail.config.default
true|false
apps.detail.config.value
false
Aria2 - BT Load Saved MetadataVariable

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.

apps.detail.config.target
aria2BtLoadSavedMetadata
apps.detail.config.default
true|false
apps.detail.config.value
false
Aria2 - ContinueVariable

If the previous transfer is made by a browser or wget like sequential download manager, then use --continue option to continue the transfer.

apps.detail.config.target
aria2Continue
apps.detail.config.default
true|false
apps.detail.config.value
true
Aria2 - Min Split SizeVariable

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

apps.detail.config.target
aria2MinSplitSize
apps.detail.config.default
10M
apps.detail.config.value
10M
Aria2 - SplitVariable

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.

apps.detail.config.target
aria2Split
apps.detail.config.default
5
apps.detail.config.value
5
Aria2 - Max Connection Per ServerVariable

The maximum number of connections to one server for each download.

apps.detail.config.target
aria2MaxConnectionPerServer
apps.detail.config.default
10
apps.detail.config.value
10
Aria2 - Seed RatioVariable

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.

apps.detail.config.target
aria2SeedRatio
apps.detail.config.default
1.0
apps.detail.config.value
1
Aria2 - Seed TimeVariable

Specify seeding time in (fractional) minutes. Also see the --seed-ratio option.

apps.detail.config.target
aria2SeedTime
apps.detail.config.default
0
apps.detail.config.value
0
Aria2 - Disable IPv6Variable

This is useful if you have to use broken DNS and want to avoid terribly slow AAAA record lookup.

apps.detail.config.target
aria2DisableIpv6
apps.detail.config.default
true|false
apps.detail.config.value
true
Aria2 - Force SaveVariable

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.

apps.detail.config.target
aria2ForceSave
apps.detail.config.default
true|false
apps.detail.config.value
true
Aria2 - Max Download LimitVariable

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.

apps.detail.config.target
aria2MaxDownloadLimit
apps.detail.config.default
0
apps.detail.config.value
0
Aria2 - Max Overall Download LimitVariable

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.

apps.detail.config.target
aria2MaxOverallDownloadLimit
apps.detail.config.default
0
apps.detail.config.value
0