All Projects → leafney → debian-aria2-kode

leafney / debian-aria2-kode

Licence: other
Docker + debian + Aria2 + AriaNg + KodExplorer

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to debian-aria2-kode

Aria2p
Command-line tool and library to interact with an aria2c daemon process with JSON-RPC.
Stars: ✭ 201 (+905%)
Mutual labels:  aria2
aria2-x
一款基于AriaNg和Aria2的PC端下载器
Stars: ✭ 69 (+245%)
Mutual labels:  aria2
Aria2-Termux
面向 Android 的 Aria2 一键安装管理脚本
Stars: ✭ 82 (+310%)
Mutual labels:  aria2
Thoradia
Thoradia Add-ons Repository
Stars: ✭ 208 (+940%)
Mutual labels:  aria2
AriaNet
Yet another Aria2 JSON-RPC API handler for C#/.NET
Stars: ✭ 19 (-5%)
Mutual labels:  aria2
OneDriveShareLinkPushAria2
Extract download URLs from OneDrive or SharePoint share links and push them to aria2, even on systems without a GUI.
Stars: ✭ 256 (+1180%)
Mutual labels:  aria2
Yaaw
Yet Another Aria2 Webui in pure HTML/CSS/Javascirpt
Stars: ✭ 2,288 (+11340%)
Mutual labels:  aria2
aria2-ios
Aria2 iOS Client
Stars: ✭ 20 (+0%)
Mutual labels:  aria2
aria2-bt-tracker
auto update aria2 bt-tracker
Stars: ✭ 35 (+75%)
Mutual labels:  aria2
dotfiles
My dotfiles for Bash/Zsh, Vim/Neovim, Doom Emacs, tmux, Git, terminal emulators, JupyterLab, aria2, mpv, Nix and Homebrew
Stars: ✭ 149 (+645%)
Mutual labels:  aria2
Yaaw Zh Hans
中文化的 YAAW http://aria2c.com/
Stars: ✭ 208 (+940%)
Mutual labels:  aria2
kodexplorer-plugins
Plugins for KodExplorer and KodBox
Stars: ✭ 176 (+780%)
Mutual labels:  kodexplorer
aria2-ariang-docker
🐳 Aria2 downloader and AriaNg webui Docker image based on Alpine Linux
Stars: ✭ 49 (+145%)
Mutual labels:  aria2
Aria2d
Aria2 GUI for macOS
Stars: ✭ 205 (+925%)
Mutual labels:  aria2
aria2lib
A small library that is capable to run an aria2 executable without UI
Stars: ✭ 22 (+10%)
Mutual labels:  aria2
Aria Ng Gui Android
一个 Aria2 图形界面安卓客户端 | An Aria2 GUI Android App
Stars: ✭ 197 (+885%)
Mutual labels:  aria2
aria2m
A minimized aria2 tool to contact with aria2, aria2 webui and download links. https://youtu.be/GFf0zuJ_sFY
Stars: ✭ 16 (-20%)
Mutual labels:  aria2
kuebikobot
A telegram bot that deploys to heroku/aws and downloads links and torrents and uploads to google drive and returns public share link
Stars: ✭ 127 (+535%)
Mutual labels:  aria2
dotfiles
Dotfiles of Coelacanthus
Stars: ✭ 17 (-15%)
Mutual labels:  aria2
MiXLab
MiXLab is a mix of multiple amazing Colab Notebooks found on the internet such as rcloneLab, RLabClone, Torrent to Google Drive Downloader and some more.
Stars: ✭ 143 (+615%)
Mutual labels:  aria2

Docker + debian + Aria2 + KodExplorer

default ENV

  • RPC_PORT 6800
  • KODE_PORT 80
  • ARIANG_PORT 6801
  • RPC_SECRET 123456

run default aria2 docker

$ docker run --name kode -d -p 6800:6800 -p 6801:6801 -p 6860:80 leafney/debian-aria2-kode

run custom aria2 docker

$ docker run --name kode -d -e "RPC_PORT=6820" -e "RPC_SECRET=987654" -p 6821:6820 -p 6822:6801 -p 6860:80 -v /home/tiger/kode:/app leafney/debian-aria2-kode
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].