Skip to content

jasonpuff/xinrclone

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 56.5%
  • PowerShell 43.5%