Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Installation Steps

  1. 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
  2. Build FHS env: nix build .#default
  3. Create Tresorit FHS launcher script: ./create_launcher.sh (requires bash)
  4. Launch Tresorit FHS from 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

About

NixOS FHS Env for Tresorit (tresorit.com).

Resources

Stars

Watchers

Forks

Releases

Contributors