File size: 274 Bytes
1b7b318 |
1 2 3 |
#!/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 |