Compare commits
No commits in common. "fd9829c283b2b880fe48753b1b67007dfc345be5" and "58e4ab05bfb7fdea95d4b28d743c7ad4c9c072ac" have entirely different histories.
fd9829c283
...
58e4ab05bf
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
version: 1
|
version: 1
|
||||||
|
|
||||||
global:
|
global:
|
||||||
mountpoint: "{{env.HOME}}/mnt"
|
mountpoint: "~/mnt"
|
||||||
|
|
||||||
filesystems:
|
filesystems:
|
||||||
- type: gocryptfs
|
- type: gocryptfs
|
||||||
|
@ -15,7 +16,7 @@ filesystems:
|
||||||
|
|
||||||
- type: sshfs
|
- type: sshfs
|
||||||
name: "Personal - Remote Media Server"
|
name: "Personal - Remote Media Server"
|
||||||
remote_user: "{{env.USER}}"
|
remote_user: 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…
Add table
Reference in a new issue