summaryrefslogtreecommitdiff
path: root/INSTALL (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-10-25Use cookies for session storager1-9/+1
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-02-10Don't overwrite global config file on make installr1-0/+1
2022-01-02Change config file lookupr1-6/+6
- Look for both local and global config file - Directly generate the global config file with make install
2020-02-18Update makefile and install instructionsr1-46/+33
Updated makefile now performs installation without overwriting config and database directory.
2020-02-02Add install instructionsr1-0/+62