You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -176,7 +176,7 @@ cloud-upload --> periodically moves stable files to remote (6h/24h for cloud,
176
176
177
177
**Platform notes:**
178
178
-**TrueNAS:** Media path is typically `/mnt/pool/dataset/media`
179
-
-**Synology:** Path is `/volume1/media`. The setup wizard auto-adds `--sftp-path-override` for SFTP chroot compatibility.
179
+
-**Synology:** Path is `/volume1/media`. The setup wizard auto-adds a `path_override` config (equivalent to `--sftp-path-override`) for SFTP chroot compatibility.
180
180
-**Unraid:** Path is `/mnt/user/media`
181
181
182
182
**Performance:** rclone SFTP delivers ~100MB/s on Gigabit LAN, adequate for multiple concurrent 4K streams.
Or use bootstrap: `bash bootstrap.sh --nas-storage`
393
+
Or use bootstrap: `bash bootstrap.sh --jellyfin --nas-storage`
394
394
395
395
### How it works
396
396
397
-
-**Write path:** Downloads land on local disk (fast). Every 6 hours, `cloud-upload.sh` moves files older than 24h to the cloud via `rclone move`.
398
-
-**Read path:** Docker services (Jellyfin, Arr apps, Tdarr Docker) read from the mergerfs overlay, which transparently serves files from local or cloud storage.
399
-
-**VFS cache:** rclone caches recently accessed cloud files locally (default 50GB, 72h max age). Adjust `RCLONE_VFS_CACHE_MAX_SIZE` in `.env` based on your available disk space.
397
+
-**Write path:** Downloads land on local disk (fast). `cloud-upload.sh`periodically moves stable files to remote storage (cloud default: every 6h; NAS default: every 2h).
398
+
-**Read path:** Docker services (Jellyfin, Arr apps, Tdarr Docker) read from the mergerfs overlay, which transparently serves files from local or remote storage.
399
+
-**VFS cache:** rclone caches recently accessed remote files locally. Cloud defaults are larger (50GB/72h), NAS defaults are smaller/faster (10GB/1h).
0 commit comments