doc: update example config to demonstrate templating
This commit is contained in:
parent
d4c52cd044
commit
70b51527df
1 changed files with 2 additions and 3 deletions
|
@ -1,9 +1,8 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
version: 1
|
version: 1
|
||||||
|
|
||||||
global:
|
global:
|
||||||
mountpoint: "~/mnt"
|
mountpoint: "{{env.HOME}}/mnt"
|
||||||
|
|
||||||
filesystems:
|
filesystems:
|
||||||
- type: gocryptfs
|
- type: gocryptfs
|
||||||
|
@ -16,7 +15,7 @@ filesystems:
|
||||||
|
|
||||||
- type: sshfs
|
- type: sshfs
|
||||||
name: "Personal - Remote Media Server"
|
name: "Personal - Remote Media Server"
|
||||||
remote_user: user
|
remote_user: "{{env.USER}}"
|
||||||
remote_host: mediaserver.local
|
remote_host: mediaserver.local
|
||||||
remote_port: 22
|
remote_port: 22
|
||||||
remote_path: "/remote/path/to/media"
|
remote_path: "/remote/path/to/media"
|
||||||
|
|
Loading…
Reference in a new issue