hishtory
hishtory copied to clipboard
Question about architecture
Can you get some clarity on what is meant by back end I see you can host it yourself but if you're not hosting it is the history being sent somewhere to something externally?
You history is sent to a 3rd party server to synchronize between your machines.
However:
- All records are encrypted with the key you only have locally (which make it a pain to manage it some times).
- All your commands are also stored locally and everything can work without internet connection.
- You can use the tool locally without sending anything to the internet using "offline install" instructions from the readme file.