Just encrypted the home folder in my media server. (osmc)
sudo apt install ecryptfs-utils cryptsetup rsync lsof
sudo adduser tempadmin
sudo usermod -aG sudo tempadmin
sudo ecryptfs-migrate-home -u osmc
ecryptfs-unwrap-passphrase
If if does not give issues for sometime, I plan on encrypting my media hard drive too.