Compare commits
No commits in common. "8fc9f2cfdaf6ac61e4926e19716a097d7272ff2a" and "23d4def2170cfd7a4db0c0e4b07552075643c60f" have entirely different histories.
8fc9f2cfda
...
23d4def217
2 changed files with 6 additions and 7 deletions
|
@ -1 +0,0 @@
|
|||
crystal 1.10.1
|
12
README.md
12
README.md
|
@ -84,19 +84,19 @@ detail the filesystem names, types, and respective configurations.
|
|||
### YAML File Format
|
||||
|
||||
```yaml
|
||||
# NOT IMPLEMENTED YET
|
||||
# version: "1"
|
||||
# global:
|
||||
# mountpoint: "/home/user/mnt/{{filesystem.name}}"
|
||||
version: "1"
|
||||
|
||||
global:
|
||||
mountpoint: "/home/user/mnt/{{name}}"
|
||||
|
||||
filesystems:
|
||||
- type: "gocryptfs"
|
||||
name: "Work - SSH Keys"
|
||||
encrypted_path: "/home/user/.ssh/keyring.work.vault"
|
||||
encrypted_path: "/home/user/.ssh/keyring.work"
|
||||
|
||||
- type: "sshfs"
|
||||
name: "Personal - Media Server"
|
||||
remote_user: "{{env.USER}}"
|
||||
remote_user: "user"
|
||||
remote_host: "mediaserver.local"
|
||||
remote_path: "/mnt/largedisk/music"
|
||||
remote_port: 22
|
||||
|
|
Loading…
Reference in a new issue