summaryrefslogtreecommitdiff
path: root/Makefile (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-10-25Use cookies for session storager1-3/+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-4/+5
2022-01-02Change config file lookupr1-8/+5
- Look for both local and global config file - Directly generate the global config file with make install
2021-04-02Update Makefiler1-10/+11
- Respect $DESTDIR - Fix uninstall target
2020-11-24Remove kv folder from makefiler1-1/+0
2020-05-24Refactor thingsr1-3/+0
2020-02-18Update makefile and install instructionsr1-18/+33
Updated makefile now performs installation without overwriting config and database directory.
2020-02-01Fix Makefiler1-1/+1
2020-02-01Use vendored dependenciesr1-0/+1
2020-01-31Add install target for maker1-3/+24
- Update default config path accordingly - Mention use of config file in README
2020-01-28Refactor everythingr1-2/+0
2020-01-01Rename package to bloatr1-5/+5
2019-12-14Remove unsed variables from Makefiler1-1/+0