A Nix Flake that creates an FHS environment for Tresorit. This allows Tresorit to be installed from the official source without the worry about it being a dynamically-linked, self-updating binary.
- Install Tresorit (use default path (
$HOME/.local/share/tresorit) suggested by the installer!):curl \ -fL -o tresorit_installer.run \ https://installer.tresorit.com/tresorit_installer.run \ && sh tresorit_installer.run && rm tresorit_installer.run
- Build FHS env:
nix build .#default - Create Tresorit FHS launcher script:
./create_launcher.sh(requiresbash) - Launch
Tresorit FHSfrom your favorite app launcher and sign in.
Done 🎉.
Quick troubleshooting
- service status:
systemctl --user status app-tresorit\\x2dfhs@autostart.service - systemd logs:
journalctl --user -u app-tresorit\\x2dfhs@autostart.service - fhs logs:
$HOME/.local/share/tresorit/fhs.log