manifest / integrations / rclone-remote
Rclone Remote
WordPress plugin which turns WordPress into a Rclone HTTP remote. This was created as an experiment not intended for production use.
by Austin Ginder · github.com/austinginder/rclone-remote · website
★ 4stars
3forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/austinginder/rclone-remote/archive/refs/heads/master.zipReadme
Rclone Remote
Rclone Remote is a WordPress plugin that turns WordPress into a Rclone HTTP remote. This was created as an experiment. Not intended for production use.
Warning
This was created as an experiment and should not be used on public WordPress sites.
Installation
- Upload
/rclone-remote/to the/wp-content/plugins/directory - Activate the plugin through the 'Plugins' menu in WordPress
- Enable Rclone remote from
/wp-admin/options-general.php?page=rclone_remoteand follow listed usage instructions.
Known Issues
- Rclone HTTP remote doesn't fully support basic auth so the remote file listings are publicly exposed. Please disable when sync is done other wise others could download a copy of your site with the random token.
- Rclone HTTP remote doesn't support streaming files from a script url like
/rclone/?file=wp-config.php. Most web server will serve various file extentions directly which would bypass this PHP script. As a workaround the PHP script will serve all files as .rclone-serve.html which allows files to be delivered via Rclone. This requires some hacky bash cleanup as noted in usage instructions. - Rclone attempts to use many concurrent checkers and transfers. This is likely to result in
HTTP Error 429: 429 Too Many Requestswith most web hosts. As a workaround try using--transfers 2 --checkers 2.
License
See LICENSE.txt
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| v1.0 | Jan 29, 2019 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.