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
|
||||
|
||||
global:
|
||||
mountpoint: "{{env.HOME}}/mnt"
|
||||
mountpoint: "~/mnt"
|
||||
|
||||
filesystems:
|
||||
- type: gocryptfs
|
||||
|
@ -15,7 +16,7 @@ filesystems:
|
|||
|
||||
- type: sshfs
|
||||
name: "Personal - Remote Media Server"
|
||||
remote_user: "{{env.USER}}"
|
||||
remote_user: user
|
||||
remote_host: mediaserver.local
|
||||
remote_port: 22
|
||||
remote_path: "/remote/path/to/media"
|
||||
|
|
Loading…
Add table
Reference in a new issue