Merge branch 'develop' of code.apps.glenux.net:glenux/mfm into develop
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
commit
8efe8ea5d9
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
@ -84,19 +84,19 @@ detail the filesystem names, types, and respective configurations.
|
||||||
### YAML File Format
|
### YAML File Format
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
version: "1"
|
# NOT IMPLEMENTED YET
|
||||||
|
# version: "1"
|
||||||
global:
|
# global:
|
||||||
mountpoint: "/home/user/mnt/{{name}}"
|
# mountpoint: "/home/user/mnt/{{filesystem.name}}"
|
||||||
|
|
||||||
filesystems:
|
filesystems:
|
||||||
- type: "gocryptfs"
|
- type: "gocryptfs"
|
||||||
name: "Work - SSH Keys"
|
name: "Work - SSH Keys"
|
||||||
encrypted_path: "/home/user/.ssh/keyring.work"
|
encrypted_path: "/home/user/.ssh/keyring.work.vault"
|
||||||
|
|
||||||
- type: "sshfs"
|
- type: "sshfs"
|
||||||
name: "Personal - Media Server"
|
name: "Personal - Media Server"
|
||||||
remote_user: "user"
|
remote_user: "{{env.USER}}"
|
||||||
remote_host: "mediaserver.local"
|
remote_host: "mediaserver.local"
|
||||||
remote_path: "/mnt/largedisk/music"
|
remote_path: "/mnt/largedisk/music"
|
||||||
remote_port: 22
|
remote_port: 22
|
||||||
|
|
Loading…
Reference in a new issue