All Projects → maple3142 → Aria2c Ariang

maple3142 / Aria2c Ariang

Projects that are alternatives of or similar to Aria2c Ariang

heroku
Deploy Prime CMS to Heroku in a single click
Stars: ✭ 16 (-94.65%)
Mutual labels:  heroku
Vertigo
Blog engine in Go (golang)
Stars: ✭ 266 (-11.04%)
Mutual labels:  heroku
The Example App.nodejs
Example app for Contentful in node.js
Stars: ✭ 279 (-6.69%)
Mutual labels:  heroku
BlocklyML
Blockly is a simple visual programming language for python and ML. This tool is designed to simplify standard machine learning implementation. This tool can assist anyone who wants to start with ML or python.
Stars: ✭ 32 (-89.3%)
Mutual labels:  heroku
Heroku Buildpack R
Heroku buildpack for R - Makes deploying R on Heroku easy
Stars: ✭ 258 (-13.71%)
Mutual labels:  heroku
Line Bot Tutorial
line-bot-tutorial use python flask
Stars: ✭ 267 (-10.7%)
Mutual labels:  heroku
EivaBot
A simple Telegram userbot based on Telethon
Stars: ✭ 15 (-94.98%)
Mutual labels:  heroku
Pyaf
PyAF is an Open Source Python library for Automatic Time Series Forecasting built on top of popular pydata modules.
Stars: ✭ 289 (-3.34%)
Mutual labels:  heroku
Kamifaka
一款基于VUE3.0的开源免费的卡密发卡系统,高效、稳定可靠。
Stars: ✭ 253 (-15.38%)
Mutual labels:  heroku
Papercups
Open-source live customer chat
Stars: ✭ 4,554 (+1423.08%)
Mutual labels:  heroku
regiment
NodeJS cluster wrapper to gracefully manage workers
Stars: ✭ 37 (-87.63%)
Mutual labels:  heroku
awake-action
Keep your free servers, clusters, dynos awaken (ex: heroku, mongodb, etc.)
Stars: ✭ 152 (-49.16%)
Mutual labels:  heroku
Skyhook
Parses webhooks and forwards them in the proper format to Discord.
Stars: ✭ 263 (-12.04%)
Mutual labels:  heroku
heroku-nextjs-build
Heroku build adapter for Next.js (an npm module)
Stars: ✭ 12 (-95.99%)
Mutual labels:  heroku
Design System Starter Kit
Rapid prototyping environment using the Salesforce Lightning Design System
Stars: ✭ 280 (-6.35%)
Mutual labels:  heroku
nest-js-boilerplate
Nest.js boilerplate
Stars: ✭ 79 (-73.58%)
Mutual labels:  heroku
Create React App Buildpack
⚛️ Heroku Buildpack for create-react-app: static hosting for React.js web apps
Stars: ✭ 3,161 (+957.19%)
Mutual labels:  heroku
Siwapp
Online Invoice Management in Ruby On Rails.
Stars: ✭ 296 (-1%)
Mutual labels:  heroku
Shadowsocksshare
Python爬虫/Flask网站/免费ShadowSocks账号/ssr订阅/json 订阅
Stars: ✭ 3,062 (+924.08%)
Mutual labels:  heroku
Shareabouts
Shareabouts is a mapping application for crowdsourced info gathering.
Stars: ✭ 269 (-10.03%)
Mutual labels:  heroku

Aria2c+AriaNg

It it recommended to find other platform than Heroku to deploy this as they are actively prevent this from deploying there. You can find many free platforms here: https://free-for.dev/

Deploying On Heroku

Requirement

Steps

  1. Run heroku login to login, then heroku container:login too.
  2. Clone this repository and enter it. (PS: Please run git config --global core.autocrlf false before git clone if you are using Windows.)
  3. Run heroku apps:create APP_NAME to create it.
  4. Copy .env.template to .env, and edit it accordingly.
  5. Run heroku container:push web -a APP_NAME and heroku container:release web -a APP_NAME.
  6. Run heroku open -a APP_NAME and it will open your browser to deployed instance.

Optional: Sync downloaded file to your cloud drive using Rclone

  1. Setup Rclone locally by following offical instructions: https://rclone.org/docs/
  2. Find your rclone.conf file, it should look like this:
[DRIVENAME]
type = WHATEVER
client_id = WHATEVER
client_secret = WHATEVER
scope = WHATEVER
token = WHATEVER

others entries...
  1. Find the drive you want to use, and copy its type = ... to ... token = ... section.
  2. Replace all linebreaks with \n.
  3. That text will be RCLONE_CONFIG in .env file.
  4. DOWNLOAD_DESTINATION in .env is a path starting with /.

FAQ

It automatically stop after 30 minutes, and files were lost.

It is because Heroku's free dyno will idle when there is no incoming request within 30 minutes, and your files will be deleted too, this is why you might want to use Rclone.

Can I delete files?

No. Just wait for its idling, and your files will be deleted.

You said it will idle automatically, so I can't download large files?

It will generate fake requests when there are downloading or uploading tasks, so it won't idle when your files aren't completed.

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