Overview of home media server setup, including architecture, workflow, and automation scripts.
To get your client_id
and client_secret
, follow rclone's guide to Get your own Dropbox App ID.
e/n/d/r/c/s/q> n
name> dbx
Storage> 13 (dropbox)
client_id>
client_secret>
edit advanced config> n
e/n/d/r/c/s/q>
name> dbxcrypt
Storage> 14 (crypt)
remote> dbx:
filename_encryption> 1 (standard)
directory_name_encryption> 1 (true)
password for encryption>
password2 for encryption>
edit advanced config> n
- /dbx - encrypted rclone mount
- /media - mergerfs mount for mounts
/temp:/dbx
- /downloads - NVME
- /temp - HDD
- /transcode - HDD
- Mount /dbx.
- Mount /media. Sonarr/Radarr and Plex/Emby all read from
/media
. - NZBGet/Sabnzbd downloads to
/downloads
. - Sonarr/Radarr post-processes files in
/downloads
and moves them to/temp
. - upload.timer triggers the upload.service daily, which runs the upload.sh script to move files from
/temp
to/dbx
.