All apps · 0 apps
rclone-serve
Docker app from mcraidy's Repository
Overview
Install rclone-serve on Unraid in a few clicks.
Find rclone-serve 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.
Requirements
Categories
Download Statistics
Related apps
Explore more like this
Explore allDetails
mcjoppy/rclone-serveRuntime arguments
- Web UI
http://[IP]:[PORT:5572]- Network
bridge- Shell
sh- Privileged
- false
Template configuration
Port for rclone's own web GUI (guided remote setup)
- Target
- 5572
- Default
- 5572
- Value
- 5572
Port rclone serve listens on
- Target
- 8080
- Default
- 8080
- Value
- 8080
Where this container's own rclone.conf and settings are stored - independent of any other rclone install
- Target
- /config
- Default
- /mnt/user/appdata/rclone-serve
- Value
- /mnt/user/appdata/rclone-serve
Basic auth username for the config GUI - this is full control over your remotes' credentials
- Target
- RCLONE_GUI_USER
Basic auth password for the config GUI
- Target
- RCLONE_GUI_PASS
The remote:path to serve, e.g. onedrive:backups - doesn't need to exist yet, just needs to be created eventually via the GUI
- Target
- RCLONE_REMOTE
Basic auth username for the serve endpoint
- Target
- RCLONE_SERVE_USER
Basic auth password for the serve endpoint
- Target
- RCLONE_SERVE_PASS
restic, http, webdav, or sftp only - other rclone serve modes lack a compatible auth model and are rejected
- Target
- RCLONE_SERVE_PROTOCOL
- Default
- restic
- Value
- restic
Extra flags passed straight through to rclone serve
- Target
- RCLONE_SERVE_EXTRA_ARGS