WebDAV Server
Last updated
Was this helpful?
Last updated
Was this helpful?
With this action, you can serve your data in the Apolo cluster (storage folder, disk, etc.) using .
The only required parameter is the reference to the target remote volume.
volume_remote
Reference to the target volume you want to serve.
http_auth
Whether to enable Apolo platform-based authentication or not. If this argument is disabled (set to ""
by default), your WebDAV will not be protected by the Apolo SSO (single sign-on authentication). It has no impact on the rclone serve webdav
parameters.
port
Rclone WebDAV server port. Useful if you want to access the server within the cluster - for instance, from another job. "8080"
by default.
job_name
The name of the WebDAV server. Use it to generate a predictable job hostname. "webdav"
by default.
job_lifespan
The amount of time for which the WebDAV server job container will be active. "1d"
by default.
preset
The resource preset to use when running this job. "cpu-small"
by default. You can view the list of available presets by running apolo config show
.
extra_params
Extra parameters for the rclone serve webdav
command.
Feel free to check the .