doc: update example config to demonstrate templating

This commit is contained in:
Glenn Y. Rolland 2023-11-24 17:02:17 +01:00
parent d4c52cd044
commit 70b51527df

View file

@ -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"