Two NEXTCLOUD_DATADIR options to separate encryption key #7575
-
|
Nextcloud with fully encrypted storage is a topic that comes up frequently. I come around a tutorial which solves that partially. To my understanding is the encryption key stored next to the data. With the setup in the tutorial, the data is stored on a separate path then the encryption key. Achieved is this with mounting manually folders, for each user. My proposal would be that additional to NEXTCLOUD_DATADIR option in the docker compose, an additional variable to keep the encryption part on the local path. The benefit would not only be for user that use a storag an VPS, also in a home setup with an external ssd, could this be beneficial. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hi, I fear this is out of scope for the mastercontainer deployment. However you might make it work with https://github.com/nextcloud/all-in-one/tree/main/manual-install. See https://github.com/nextcloud/all-in-one/blob/main/manual-install/latest.yml |
Beta Was this translation helpful? Give feedback.
Hi, I fear this is out of scope for the mastercontainer deployment.
However you might make it work with https://github.com/nextcloud/all-in-one/tree/main/manual-install. See https://github.com/nextcloud/all-in-one/blob/main/manual-install/latest.yml