mono/packages/vfs/ref-rclone/rclone-examples
2025-02-23 19:13:41 +01:00
..
api.conf esm init registry | vfs | discourse 2025-02-23 19:13:41 +01:00
local.conf esm init registry | vfs | discourse 2025-02-23 19:13:41 +01:00
README.md esm init registry | vfs | discourse 2025-02-23 19:13:41 +01:00
s3.conf esm init registry | vfs | discourse 2025-02-23 19:13:41 +01:00
sftp.conf esm init registry | vfs | discourse 2025-02-23 19:13:41 +01:00

Rclone Configuration Examples

This directory contains example configuration files for rclone demonstrating different storage backends.

Files Included

  1. local.conf: Local filesystem configuration
  2. s3.conf: Amazon S3 configuration
  3. sftp.conf: SFTP server configuration
  4. api.conf: Google Drive API configuration

How to Use

  1. Copy the relevant configuration to your rclone config file (usually ~/.config/rclone/rclone.conf)
  2. Replace the placeholder values (e.g., your_access_key_here) with your actual credentials
  3. Test the configuration using rclone ls

Security Note

These are example configurations only. Never store actual credentials in version control!