Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 877 Bytes

File metadata and controls

18 lines (12 loc) · 877 Bytes

WebDAV

Users can configure rstash to cache incremental build artifacts in a remote WebDAV service. The following services all expose a WebDAV interface and can be used as a backend:

Set RSTASH_WEBDAV_ENDPOINT to an appropriate webdav service endpoint to enable remote caching. Set RSTASH_WEBDAV_KEY_PREFIX to specify the key prefix of cache.

Credentials

Rstash is able to load credentials from the following sources:

  • Set RSTASH_WEBDAV_USERNAME/RSTASH_WEBDAV_PASSWORD to specify the username/password pair for basic authentication.
  • Set RSTASH_WEBDAV_TOKEN to specify the token value for bearer token authentication.