Skip to content

Latest commit

 

History

History
24 lines (23 loc) · 1.22 KB

File metadata and controls

24 lines (23 loc) · 1.22 KB

XinRclone

XinRclone is a toolbox for DMM.

How to Use

  1. Sign up Heroku, install Heroku-CLI and Docker Desktop. Git is optional.
  2. Run command to log in Heroku by CMD or Powershell, and clone repository or download this repository zip to local.
heroku login
heroku container:login
git clone https://github.com/xinxin8816/xinrclone.git
  1. Setup Rclone/Gclone/Autorclone and iKOA. Copy your service accounts json to the accounts folder, iKOA config file config.toml and Rclone config file rclone.conf to the config folder.
  2. There have some bugs for automatic script, please run these commands to setup your container by CMD or Powershell manually, $name whatever you like.
docker pull xinxin8816/xinrclone:latest
heroku create -a $name
heroku container:push web -a $name
heroku container:release web -a $name
  1. Edit Creater.ps1 line 1 to name your app whatever, then exec, it will run these commands automatically.
  2. Start your container with $name by CMD or Powershell and Enjoy it.
heroku run bash -a $name