Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
chazlarson authored Nov 3, 2023
1 parent 2d427e0 commit 7f572fa
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions docs/advanced/feeder.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@ The following steps will be done on the Mediabox.

1. Edit the `rclone/remotes` section of `settings.yml`:

```yaml
rclone:
enabled: true
remotes:
# LEAVE OTHER REMOTES IN PLACE IF ANY
- remote: feeder
template: sftp
upload: false
upload_from: /mnt/local/Media
vfs_cache:
enabled: false
max_age: 504h
size: 50G
version: latest
```
```yaml
rclone:
enabled: true
remotes:
# LEAVE OTHER REMOTES IN PLACE IF ANY
- 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 7f572fa

Please sign in to comment.