Encrypt Gitea data directories #178
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We have a working encfs setup now. A service wanting to store data in the encrypted directory can use the
node["kosmos_encfs"]["data_directory"]
property to locate/configure directories in the mounted volume.Additionally, in order to start Gitea automatically when the volume is mounted, use this new resource:
Both the gitea HOME as well as the WORKING_DIR should be encrypted.
The alternative would be to create an VM with full-disk encryption now.
Will be done by using normal full-disk encryption for the VM in #300.