Appearance
NAS unlock after reboot
After Proxmox CT 500 (nas, 192.168.178.213) reboots, the gocryptfs mount is empty until you unlock it. File Browser and SFTP then show no secrets/ or evidence/ (or fail to start). This page is the reboot checklist. The passphrase is not in git; keep it in Apple Passwords.
Install and layout: secret-store.md.
Unlock
On the Proxmox host, or SSH into the CT:
bash
pct enter 500
# or: ssh root@192.168.178.213Then:
bash
gocryptfs -allow_other /srv/sourcectl.cipher /srv/sourcectl
systemctl start filebrowser.servicegocryptfs will prompt for the passphrase. Do not put it in a unit file, cron job, or this repo.
File Browser is not ordered after the mount. If you enable the unit, it can come up against an empty directory; start it only after unlock.
Confirm
From GLaDOS or MiniVan-3 on LAN:
- Open
http://192.168.178.213:8080(or the port you bound) assourcectl. secrets/keryx/andevidence/keryx/list files, not an empty tree.- Optional: Finder → Connect to Server →
sftp://192.168.178.213.
If the UI is empty, the mount is still locked. Unlock again before copying anything; do not recreate secrets/ on the ciphertext path.
Related
- Secret store
- Operator actions (OA-114-archive)