crypt-mounts/README.md

24 lines
999 B
Markdown
Raw Normal View History

2022-03-16 16:23:29 +01:00
# Mounting encrypted volumes helper
crypt-mounts' purpose is to reduce to one the commands needed to mount punctually encrypted volumes.
### Introduction
One defines their mounts in `mounts.conf`, giving for each:
* the mapper name (usually defined in `/etc/crypttab`);
* the mount target path;
* a friendly name for the mount (optional);
* a boolean for enabling auto-locking (i.e. closing encrypted volume when unmounted) or not.
The install script then generates a Systemd mount file for each mount, with the required bindings.
### Files
* `template.mount` is a template for Systemd mount units.
* `close-vault.conf.template` is a Systemd drop-in template, for auto-locking.
2022-03-16 16:23:29 +01:00
#### Installation
2022-03-16 17:38:36 +01:00
* `mounts.conf.template` contains a mount definition example, and should be copied locally in `mounts.conf.d`
as `<something>.conf`, for each of your mounts.
* `install.sh` script copies Systemd templates to their destination, depending on your definitions in `mounts.conf.d`.
2022-03-16 16:23:29 +01:00
### TODO
2022-03-16 17:38:36 +01:00
* Nothing