Commit Graph

5 Commits

Author SHA1 Message Date
r 887ed241d6 Use cookies for session storage
Remove the server side session storage and store all the session related data
in the client side cookies. This decreases the exposure of the auth tokens.
It also simplifies the installation process as bloat no longer requires write
access to the filesystem.

This is a breaking change, all the existing sessions will stop working.
2022-10-25 14:14:46 +00:00
r c2f237e901 Don't overwrite global config file on make install 2022-02-10 16:03:44 +00:00
r 003233d60d Change config file lookup
- Look for both local and global config file
- Directly generate the global config file with make install
2022-01-02 10:55:26 +00:00
r 39a3bb7f35 Update makefile and install instructions
Updated makefile now performs installation without overwriting config
and database directory.
2020-02-18 21:48:21 +00:00
r 939bfe4c63 Add install instructions 2020-02-02 11:41:58 +00:00