reaitten / hrclone-ftp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Heroku Rclone Index

Creates a public Index with rclone & deploy it on Heroku.

Follow me for latest updates, v1.20 coming soon..

Heroku Oneclick / Rapid deploy method available!

Support my works by leaving a star on the repo!

Feel free to post any feature requests, helpful criticism in the Issues tab.

How To Deploy

Step 1

  • Star my repository
  • Create a Heroku free account
  • Log in to Heroku in any browser
  • Click on the Deploy on Heroku button

and deploy app.

Step 2: Setting up variables

CONFIG_FILE_IN_URL

  • Generate rclone.conf file from any Terminal or CMD or Termux.
  • You can use Multiple cloud drive accounts in single rclone.conf file
  • We need any text/code hosting website, Use GitHub Gist (remember make it private!).
  • Open rclone.conf file using any text editors and copy all text inside rclone.conf and paste it in gist
  • Choose any file name and save it.
  • Then Click RAW button and copy the url
  • Paste your config URL in the heroku 'CONFIG_FILE_IN_URL' Section

Note: Don't share this URL to anyone.

CLOUDNAME

The CLOUDNAME variable is the remote name that you given in rclone.conf file. You can check it by opening your rclone.conf file using any text editors See example image below devanazdrive4 is the CLOUDNAME.

CLOUDNAME


Features

  • Drive, Mega, Onedrive and other remotes available.
  • MEGA support is available at version 2.0
  • No internet speed capping thanks to the use of Heroku
  • 24/7 Permanent link
  • No download limit or quota limit
  • Pause download available (Use download Managers like ADM, XDM, Aria2 for more stability)

Storage Providers

With the use of rclone, the Index can support all of these storage providers:

What's New

  • More cloud support available.
  • Config Fused to heroku deployment section.
  • No need to expose your rclone.conf file

Upcoming Updates

  • Multi/infinite mix Index; All cloud/remotes in single index like teamdrive seperated as folder.
  • Encryption Username & Password (under beta stage,may not work in next version)
  • Better Dark UI with CSS & JS - looking for contributers to Make new UI - Best UI designers contact me at issues

About


Languages

Language:Dockerfile 62.2%Language:Shell 37.8%