1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-03 00:07:05 +00:00

Clarify wording

This commit is contained in:
downtownallday 2022-10-13 19:13:06 -04:00
parent 9e5ce3e681
commit 14a4f34d39

View File

@ -24,11 +24,13 @@ Decide what features you want to enable and add the corresponding values to bash
### Encryption-at-rest: add `ENCRYPTION_AT_REST=true`.
If encryption-at-rest is used, ENCRYPTION_AT_REST=true must be added every time setup is run. Enable encryption-at-rest the very first time setup is run on a fresh system, because it will create a new user-data area. Existing user-data files can be moved to an encrypted drive by manually renaming /home/user-data, running ehdd/create_hdd.sh, ehdd/mount.sh, then copying everything into the newly created encrypted disk mounted at /home/user-data.
Enable encryption-at-rest the very first time setup is run on a fresh system, because it will create a new user-data area on an encrypted drive. To move existing user-data files to an encrypted drive, a manual step is required that involves renaming /home/user-data, running ehdd/create_hdd.sh, ehdd/mount.sh, and then copying everything into the newly created encrypted disk mounted at /home/user-data.
Once encryption-at-rest is enabled, ENCRYPTION_AT_REST=true must be added every time bootstrap setup is run.
### Remote Nextcloud: add `REMOTE_NEXTCLOUD=true`.
This enables remote Nextcloud support and only needs to be done once. Once enabled, it will remain enabled until the symbolic link to the local setup mod (in the `local` directory), is manually removed or REMOTE_NEXTCLOUD=flase is given. The remote Nextcloud must also be set up. See the instructions below for those steps.
This enables remote Nextcloud support and only needs to be done once. Once enabled, it will remain enabled until the symbolic link to the local setup mod (in the `local` directory), is manually removed or REMOTE_NEXTCLOUD=flase is given to boostrap setup. See the instructions below for more detail on using a remote Nextcloud.
### Some examples: