Skip to content

Commit

Permalink
Update feeder.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chazlarson authored Nov 3, 2023
1 parent e43b777 commit 774ea20
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions docs/advanced/feeder.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,22 @@ The following steps will be done on the Mediabox.

_Note: If you don't already have one, add the `feederbox` [subdomain](../reference/subdomain.md) and point it to your Feederbox's IP address. If you are using Cloudflare, make sure CDN/Proxy is not enabled for this subdomain._

1. Edit the `mounts` section of `adv_settings.yml` and set `feeder` to "yes":
1. Edit the `rclone/remotes` section of `settings.yml`:

```yaml
mounts:
remote: rclone_vfs
feeder: yes
```
rclone:
enabled: true
remotes:
- remote: feeder
template: sftp
upload: false
upload_from: /mnt/local/Media
vfs_cache:
enabled: false
max_age: 504h
size: 50G
version: latest
```
1. Run the following command:
Expand Down

0 comments on commit 774ea20

Please sign in to comment.