Skip to content

Commit

Permalink
fix local-storage settings.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Mar 10, 2024
1 parent 013698c commit d769fc7
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/reference/local-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,16 +64,16 @@ rclone:
enabled: yes
remotes:
- remote: THE_NAME_OF_THE_REMOTE_YOU_JUST_CREATED
settings:
mount: yes
template: sftp # whatever template or service file is appropriate
union: yes
upload: yes
upload_from: /mnt/local/Media
vfs_cache:
enabled: no
max_age: 504h
size: 50G
settings:
mount: yes
template: sftp # whatever template or service file is appropriate
union: yes
upload: yes
upload_from: /mnt/local/Media
vfs_cache:
enabled: no
max_age: 504h
size: 50G
version: latest
```

Expand Down

0 comments on commit d769fc7

Please sign in to comment.