feat: add generic rclone backup destinations - #4918
Open
jhhjwei wants to merge 1 commit into
Open
Conversation
jhhjwei
force-pushed
the
feat/rclone-backup-destinations
branch
2 times, most recently
from
July 27, 2026 03:10
3e2ab89 to
c130c63
Compare
Author
|
Implementation and validation are complete. I also added shell-safe quoting for custom rclone targets and credential redaction for connection strings and provider-specific password/token flags. Both server and app TypeScript checks pass, along with Biome and The upstream workflow runs currently show |
jhhjwei
force-pushed
the
feat/rclone-backup-destinations
branch
2 times, most recently
from
July 27, 2026 03:16
4591693 to
c457361
Compare
jhhjwei
force-pushed
the
feat/rclone-backup-destinations
branch
from
July 27, 2026 05:32
c457361 to
6f19a9d
Compare
jhhjwei
force-pushed
the
feat/rclone-backup-destinations
branch
from
July 27, 2026 06:51
6f19a9d to
7dad179
Compare
Author
|
/claim #416 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
/claim #416
Summary
Adds a provider-neutral custom rclone destination while preserving the existing S3 flow.
gdrive:/onedrive:or an on-the-fly connection string such as:sftp,host=example.com,user=alice:This enables Google Drive, OneDrive, FTP, SFTP, and other rclone-supported backends without adding provider-specific database columns.
Validation
pnpm --filter @dokploy/server typecheckpnpm --filter dokploy typecheckgit diff --checkNotes
For OAuth-backed remotes such as Google Drive and OneDrive, a named remote already configured on the Dokploy host can be used. For stateless providers such as FTP and SFTP, an rclone connection string can be supplied directly.