/Rclone-Heroku-1

Simple docker based script to run rclone the most popular cloud syncing service on your heroku server

Primary LanguageDockerfile

Simple docker based workflow to run a rclone server on heroku any vps (only which supports docker). Also this is running rclone web gui as a user interface, so it's very easy to use this
  • watch this video on how to setup rclone web gui on AWS - Click here
  • watch this video on how to setup this workflow - will be soon
  • default password and username is admin

Configuration

  • CONF_BASE64 - Your pre-configured rclone.conf encoded by base64. You can use any tool (ex: https://da.gd/base64)
  • USERNAME - Any self specified username.
  • PASSWORD - Any self specified password.

Deployment

  • Generate your rclone.conf file locally from this video. (if you have a rclone.conf file skip this step)

  • Just click deploy button, fill envs and deploy it.

  • Go to resources tab and check if the dyno is on if it isn't just turn it on and click view app from more options menu.

Notes

  • Your rclone.conf file is a must and there is no way to generate new configs for some oath systems like google drive from web gui. (issue on github of web-gui)
  • After they fixed it I just need to register 53682 port on heroku and it will be solved!

This is still under development :D