teldrive / webdav.sh
divyam234
initial commit
1b7b318
raw
history blame contribute delete
274 Bytes
#!/bin/bash
mkdir -p /app/cache
/app/rclone serve webdav teldrive: --config /app/rclone.conf --cache-dir "/app/cache" --vfs-cache-mode full --addr :8000 --user "$DAV_USER" --pass "$DAV_PASS" --cache-db-purge --transfers=10 --multi-thread-streams=16 --vfs-cache-max-age=24h