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
fd9829c283
1 changed files with 5 additions and 4 deletions
|
@ -87,10 +87,11 @@ 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: "{{env.HOME}}/mnt"
|
||||
|
||||
filesystems:
|
||||
- type: "gocryptfs"
|
||||
|
|
Loading…
Reference in a new issue