Rclone-mount

Rclone-mount

Docker app from thomast_88's Repository

Overview

Docker for Rclone FUSE mount feature (exposable to host and other docker containers, e.g. Plex, Nextcloud, glFTPd)

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.

Open the Apps tab on your Unraid server Search Community Apps for Rclone-mount Review the template variables and paths Click Install

Categories

Download Statistics

243,719
Total Downloads
13
This Month
42
Avg / Month

Total Downloads Over Time

Loading chart...

Related apps

Explore more like this

Explore all

Details

Repository
tynor88/rclone-mount:dev
Last Updated2020-06-07
First Seen2016-09-19

Runtime 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

Config PathPathrw

The path where the .rclone.conf file is

Target
/config
Default
/mnt/cache/appdata/rclone/config/
RCLONE_REMOTE_MOUNTVariable

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)

RCLONE_MOUNT_OPTIONSVariable

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
RCLONE_CONFIG_PASSVariable

The password for the .rclone.conf pass (if specified when creating the config file)