Rclone Server¶
Notify rclone RC when WebDAV files change (useful with high dir-cache-time).
Headless ENV
Map config keys below to NZBDAV_CONFIG__... with the
naming algorithm
(rclone.host → NZBDAV_CONFIG__RCLONE__HOST).
| Control | Config key | Default | Effect |
|---|---|---|---|
| Enable Rclone RC notifications | rclone.rc-enabled |
off | Auto vfs/forget on add/remove |
| Rclone Server Host | rclone.host |
empty | e.g. http://nzbdav_rclone:5572 |
| Rclone Server User | rclone.user |
empty | Optional |
| Rclone Server Password | rclone.pass |
empty | Optional |
Test Conn (next to the host field) validates RC reachability, credentials, and a successful
API response (POST core/version). It works with an already-saved (masked) password — you do
not need to re-enter it after reload. Failures show a reason (authentication, HTTP status, or
network error). Password may be left empty when the RC server has no auth.
Mount directory for symlink imports is configured on the SABnzbd tab (rclone.mount-dir).