diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2518feead..e14a4b927 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -290,7 +290,7 @@ make build_dep ``` The full integration tests are run daily on the integration test server. You can -find the results at https://pub.rclone.org/integration-tests/ +find the results at ## Code Organisation @@ -673,6 +673,6 @@ add them out of tree. This may be easier than using a plugin and is supported on all platforms not just macOS and Linux. -This is explained further in https://github.com/rclone/rclone_out_of_tree_example +This is explained further in which has an example of an out of tree backend `ram` (which is a renamed version of the `memory` backend). diff --git a/MAINTAINERS.md b/MAINTAINERS.md index a5d4d1614..018f4add0 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -128,4 +128,4 @@ google groups. ## TODO ## -I should probably make a dev@rclone.org to register with cloud providers. +I should probably make a to register with cloud providers. diff --git a/README.md b/README.md index c1e39dcb8..27b444951 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ Please see the [rclone website](https://rclone.org/) for: ## Downloads -- https://rclone.org/downloads/ +- License ------- diff --git a/RELEASE.md b/RELEASE.md index 792f29c37..cd36ac5b1 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -152,7 +152,7 @@ Now If updating the website note that the sponsor logos have been moved out of the main repository. -You will need to checkout `/docs/static/img/logos` from https://github.com/rclone/third-party-logos +You will need to checkout `/docs/static/img/logos` from which is a private repo containing artwork from sponsors. ## Update the website between releases @@ -177,7 +177,7 @@ Create the changes, check them in, test with `make serve` then make upload_test_website ``` -Check out https://test.rclone.org and when happy +Check out and when happy ```sh make upload_website diff --git a/docs/content/authors.md b/docs/content/authors.md index 219acb5c6..71fe6c11a 100644 --- a/docs/content/authors.md +++ b/docs/content/authors.md @@ -2,6 +2,7 @@ title: "Authors" description: "Rclone Authors and Contributors" --- + # Authors and contributors diff --git a/docs/content/changelog.md b/docs/content/changelog.md index 419f525eb..570fafad7 100644 --- a/docs/content/changelog.md +++ b/docs/content/changelog.md @@ -261,10 +261,10 @@ description: "Rclone Changelog" - Security fixes - serve sftp: Resolve CVE-2024-45337 - Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass (dependabot) - Rclone was **not** vulnerable to this. - - See https://github.com/advisories/GHSA-v778-237x-gjrc + - See - build: Update golang.org/x/net to v0.33.0 to fix CVE-2024-45338 - Non-linear parsing of case-insensitive content (Nick Craig-Wood) - Rclone was **not** vulnerable to this. - - See https://github.com/advisories/GHSA-w32m-9786-jp63 + - See - New Features - accounting: Write the current bwlimit to the log on SIGUSR2 (Nick Craig-Wood) - bisync: Change exit code from 2 to 7 for critically aborted run (albertony) @@ -388,10 +388,10 @@ description: "Rclone Changelog" - Security fixes - local backend: CVE-2024-52522: fix permission and ownership on symlinks with `--links` and `--metadata` (Nick Craig-Wood) - Only affects users using `--metadata` and `--links` and copying files to the local backend - - See https://github.com/rclone/rclone/security/advisories/GHSA-hrxh-9w67-g4cv + - See - build: bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 (dependabot) - This is an issue in a dependency which is used for JWT certificates - - See https://github.com/golang-jwt/jwt/security/advisories/GHSA-29wx-vh33-7x7r + - See - Bug Fixes - accounting: Fix wrong message on SIGUSR2 to enable/disable bwlimit (Nick Craig-Wood) - bisync: Fix output capture restoring the wrong output for logrus (Dimitrios Slamaris) @@ -1568,7 +1568,7 @@ instead of of `--size-only`, when `check` is not available. - dedupe - Count Checks in the stats while scanning for duplicates (Nick Craig-Wood) - Make dedupe obey the filters (Nick Craig-Wood) - - dlna: Properly attribute code used from https://github.com/anacrolix/dms (Nick Craig-Wood) + - dlna: Properly attribute code used from (Nick Craig-Wood) - docs - Add minimum versions and status badges to backend and command docs (Nick Craig-Wood, albertony) - Remote names may not start or end with space (albertony) @@ -5118,7 +5118,7 @@ Point release to fix hubic and azureblob backends. - Fix the uploading of files with spaces - Fix initialization order for token renewer - Display speeds accurately when uploading - Yoni Jah - - Swap to using http://localhost:53682/ as redirect URL - Michael Ledin + - Swap to using `http://localhost:53682/` as redirect URL - Michael Ledin - Retry on token expired error, reset upload body on retry - Yoni Jah - Google Cloud Storage - Add ability to specify location and storage class via config and command line - thanks gdm85 diff --git a/docs/content/downloads.md b/docs/content/downloads.md index 068e5e58f..3ee3e13f2 100644 --- a/docs/content/downloads.md +++ b/docs/content/downloads.md @@ -41,8 +41,10 @@ in the Go Wiki. | MIPS - Big Endian | - | - | {{< download linux mips >}} | {{< download linux mips deb >}} | {{< download linux mips rpm >}} | - | - | - | - | - | | MIPS - Little Endian | - | - | {{< download linux mipsle >}} | {{< download linux mipsle deb >}} | {{< download linux mipsle rpm >}} | - | - | - | - | - | + You can also find a [mirror of the downloads on GitHub](https://github.com/rclone/rclone/releases/tag/{{< version >}}). + See also [Android builds](https://beta.rclone.org/{{% version %}}/testbuilds/). These are built as part of the official release, but haven't been adopted as first class builds yet. diff --git a/docs/content/install.md b/docs/content/install.md index c3100a450..bb1bcd7e7 100644 --- a/docs/content/install.md +++ b/docs/content/install.md @@ -620,8 +620,7 @@ configure rclone to be started automatically in a highly configurable way, e.g. periodically on a schedule, on user log on, or at system startup. It can run be configured to run as the current user, or for a mount command that needs to be available to all users it can run as the `SYSTEM` user. -For technical information, see -https://docs.microsoft.com/windows/win32/taskschd/task-scheduler-start-page. +For technical information, see [Task Scheduler for developers](https://docs.microsoft.com/windows/win32/taskschd/task-scheduler-start-page). #### Run as service diff --git a/docs/content/privacy.md b/docs/content/privacy.md index 0f1f7ccac..df2cc1530 100644 --- a/docs/content/privacy.md +++ b/docs/content/privacy.md @@ -7,7 +7,7 @@ description: "Rclone Privacy Policy" ## What is this Privacy Policy for? ## -This privacy policy is for this website https://rclone.org and governs the +This privacy policy is for this website and governs the privacy of its users who choose to use it. The policy sets out the different areas where user privacy is concerned and diff --git a/docs/content/rc.md b/docs/content/rc.md index 192052a48..a108adab7 100644 --- a/docs/content/rc.md +++ b/docs/content/rc.md @@ -72,11 +72,11 @@ Timeout for server writing data (default 1h0m0s). ### --rc-serve -Enable the serving of remote objects via the HTTP interface. This -means objects will be accessible at http://127.0.0.1:5572/ by default, -so you can browse to http://127.0.0.1:5572/ or http://127.0.0.1:5572/* +Enable the serving of remote objects via the HTTP interface. This +means objects will be accessible at `http://127.0.0.1:5572/` by default, +so you can browse to `http://127.0.0.1:5572/` or `http://127.0.0.1:5572/*` to see a listing of the remotes. Objects may be requested from -remotes using this syntax http://127.0.0.1:5572/[remote:path]/path/to/object +remotes using this syntax `http://127.0.0.1:5572/[remote:path]/path/to/object` Default Off. @@ -127,7 +127,7 @@ Default is IP address on which rc is running. Set the URL to fetch the rclone-web-gui files from. -Default https://api.github.com/repos/rclone/rclone-webui-react/releases/latest. +Default . ### --rc-web-gui-update @@ -2554,11 +2554,11 @@ See all active go routines using curl http://localhost:5572/debug/pprof/goroutine?debug=1 ``` -Or go to http://localhost:5572/debug/pprof/goroutine?debug=1 in your browser. +Or go to in your browser. ### Other profiles to look at -You can see a summary of profiles available at http://localhost:5572/debug/pprof/ +You can see a summary of profiles available at Here is how to use some of them: