Update README.md
This commit is contained in:
parent
241ffb40dc
commit
00569e78dc
1 changed files with 5 additions and 0 deletions
|
@ -36,6 +36,11 @@ The script harnesses a YAML configuration file, typically located at `~/.config/
|
||||||
### YAML File Format
|
### YAML File Format
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
version: "1"
|
||||||
|
|
||||||
|
global:
|
||||||
|
mountpoint: "/home/user/mnt/{{name}}"
|
||||||
|
|
||||||
fsmap:
|
fsmap:
|
||||||
- type: "gocryptfs"
|
- type: "gocryptfs"
|
||||||
name: "Work - SSH Keys"
|
name: "Work - SSH Keys"
|
||||||
|
|
Loading…
Add table
Reference in a new issue