Skip to content

Simple docker & shell based script to run rclone the most popular cloud syncing service on docker supported servers

Notifications You must be signed in to change notification settings

sentinm/Rclone-Flow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 the specific deploy button, continue the process as given.

Correction indicates that it's the recomended way

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!