CoolFace
Apppublic

Klein9/tinyballs

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
webdav.sh3 linesDownload Raw Back to root
1#!/bin/bash2mkdir -p /app/cache3/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