1.1 KiB
1.1 KiB
rclone (Portainer template)
Rclone is a command-line program to manage files on cloud storage. It is a feature-rich alternative to cloud vendors' web storage interfaces. This template allows you to deploy rclone as a Docker service for automated syncing, mounting, or serving cloud files.
Quick notes:
- Persistence: Ensure you mount a volume for the
rclone.conffile to keep your remote credentials safe. - Capabilities: If using
rclone mount, the container usually requires--cap-add SYS_ADMINand device access to/dev/fuse. - Environment: Use environment variables to pass sensitive flags or configuration overrides.
Usage:
- Import the compose file into Portainer's Stacks or App Templates.
- Map your local data directories and the config directory (usually
~/.config/rclone). - Configure your remotes via
docker exec -it <container_name> rclone configor by providing a pre-made config file. - Deploy and monitor logs via Portainer.
Helpful links:
- Official site: https://rclone.org/
- Documentation: https://rclone.org/docs/
- Docker Hub: https://hub.docker.com/r/rclone/rclone
Status: Ready for configuration