dotfiles/.ansible/roles/rclone_mount/templates/rclone.conf.j2

31 lines
678 B
Plaintext
Raw Normal View History

2019-10-12 15:53:12 +01:00
[GoogleDrive]
type = drive
client_id = {{ client_id }}
client_secret = {{ client_secret }}
# token = (run 'rclone authorize drive')
[GoogleDriveCrypt]
type = crypt
remote = GoogleDriveCache:crypt
filename_encryption = standard
password = {{ password1 }}
password2 = {{ password2 }}
[GoogleDriveCloudplowUpload]
type = crypt
remote = GoogleDrive:crypt
filename_encryption = standard
password = {{ password1 }}
password2 = {{ password2 }}
[GoogleDriveCache]
type = cache
remote = GoogleDrive:/
2019-11-02 16:38:42 +00:00
plex_url = http://10.0.9.111:32400
2019-10-12 15:53:12 +01:00
plex_username = {{ plex_username }}
plex_password = {{ plex_password }}
chunk_size = 5M
chunk_total_size = 25G
chunk_no_memory = true
writes = true