Skip to content

Commit

Permalink
cloudplow: cleanup remote target
Browse files Browse the repository at this point in the history
When using Dropbox /Media is a shared folder that shouldn't be default.
  • Loading branch information
saltydk committed Jul 13, 2023
1 parent 16a6788 commit cb0e486
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/cloudplow/templates/config.json.j2
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@
}
},
"remove_empty_dir_depth": 2,
"sync_remote": "{{ rclone.remotes[0].remote }}:/Media",
"sync_remote": "{{ rclone.remotes[0].remote }}:Media",
"upload_folder": "/mnt/local/Media",
"upload_remote": "{{ rclone.remotes[0].remote }}:/Media"
"upload_remote": "{{ rclone.remotes[0].remote }}:Media"
}
},
"sabnzbd": {
Expand Down

0 comments on commit cb0e486

Please sign in to comment.