All apps · 0 apps
Rclone-mount
Docker app from thomast_88's Repository
Overview
Configuration
/config The path to where the .rclone.conf file is
RCLONE_REMOTE_MOUNT The destination that the data should be backed up to (must be the same name as specified in .rclone.conf. E.g. AmazonEncrypted:)
RCLONE_MOUNT_OPTIONS (Advanced) Extra mount options that can be used, see: https://rclone.org/commands/rclone_mount/ . E.g. --read-only --buffer-size=1G --max-read-ahead=200M --acd-templink-threshold=0 --dir-cache-time=60m --timeout=30s --contimeout=15s --retries=3 --low-level-retries=1 --stats=0 -v
RCLONE_CONFIG_PASS (Advanced) The password for the .rclone.conf pass (if specified when creating the config file)
Install Rclone-mount on Unraid in a few clicks.
Find Rclone-mount in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Download Statistics
Total Downloads Over Time
Related apps
Explore more like this
Explore allLinks
Details
tynor88/rclone-mount:devRuntime arguments
- Network
bridge- Privileged
- false
- Extra Params
--cap-add SYS_ADMIN --device /dev/fuse --security-opt apparmor:unconfine -v /mnt/disks/rclone_volume/:/data:shared
Template configuration
The path where the .rclone.conf file is
- Target
- /config
- Default
- /mnt/cache/appdata/rclone/config/
The destination that the data should be backed up to (must be the same name as specified in .rclone.conf. E.g. emAmazonEncrypted:SubPath/em)
Extra mount options that can be used, see: https://rclone.org/commands/rclone_mount/ . E.g.: --read-only --buffer-size=1G --max-read-ahead=200M --acd-templink-threshold=0 --dir-cache-time=60m --timeout=30s --contimeout=15s --retries=3 --low-level-retries=1 --stats=0 -v
- Default
- --read-only
The password for the .rclone.conf pass (if specified when creating the config file)