Prepare for v0.2.0 #53

Merged
glenux merged 43 commits from develop into master 2024-12-29 18:16:40 +00:00
Showing only changes of commit fd9829c283 - Show all commits

View file

@ -87,10 +87,11 @@ detail the filesystem names, types, and respective configurations.
### YAML File Format ### YAML File Format
```yaml ```yaml
# NOT IMPLEMENTED YET ---
# version: "1" version: "1"
# global:
# mountpoint: "/home/user/mnt/{{filesystem.name}}" global:
mountpoint: "{{env.HOME}}/mnt"
filesystems: filesystems:
- type: "gocryptfs" - type: "gocryptfs"