All apps · 0 apps
Scramble-Cloud-CLI-WebDAV
OfficialDocker app from MSDaniel's Repository
Overview
Runs the official Scramble Cloud CLI and exposes its WebDAV server. The CLI is installed from npm each time the container is created or started. Login/session data is persisted in the mapped appdata directory.
Install Scramble-Cloud-CLI-WebDAV on Unraid in a few clicks.
Find Scramble-Cloud-CLI-WebDAV 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 Scramble-Cloud-CLI-WebDAV Review the template variables and paths Click Install
Requirements
Before starting WebDAV for the first time, open the container Console and authenticate with:
scramble-cli login -u your@email.com
The password and any 2FA code are entered interactively. Restart the container after login.
Security: WebDAV is plain HTTP inside the Docker network unless you add the CLI's --https option. Do not expose port 1900 directly to the public Internet. Use a trusted LAN, VPN, or a properly secured reverse proxy.
Categories
Download Statistics
6,945,206,177
Total Downloads
Related apps
Explore more like this
Explore allLinks
Details
Repository
node:24-alpineRegistry
Last Updated2026-09-09
First Seen2026-09-17
Runtime arguments
- Web UI
http://[IP]:[PORT:1900]- Network
bridge- Shell
sh- Privileged
- false
- Extra Params
--init
Template configuration
WebDAV PortPorttcp
Host port used to access the Scramble WebDAV service.
- Target
- 1900
- Default
- 1900
- Value
- 1900
Persistent Home / ConfigurationPathrw
Persists the CLI login/session, settings, npm cache, and WebDAV password configuration.
- Target
- /root
- Default
- /mnt/user/appdata/scramble-cloud-cli
- Value
- /mnt/user/appdata/scramble-cloud-cli-webdav
Local DataPathrw
Local folder available to the CLI for uploads and downloads.
- Target
- /data
- Default
- /mnt/user/scramble
- Value
- /mnt/user/
WebDAV UsernameVariable
Username clients use to connect to the WebDAV server.
- Target
- SCRAMBLE_WEBDAV_USERNAME
- Default
- admin
WebDAV PasswordVariable
Password clients use to connect to WebDAV. Choose a strong password.
- Target
- SCRAMBLE_WEBDAV_PASSWORD