Commit Graph

10 Commits

Author SHA1 Message Date
r 60392e61c7 Disable access log by default
Access logs aren't really useful during normal operation. Add a new flag
-v to enable the verbose logging mode, which is still useful during the
development.

Also remove the log_file config because it's no longer useful.
2023-09-09 06:38:52 +00:00
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 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 fa27d9c6eb Refactor things
- Remove separate auth/logging and merge them into transport.go
- Add helper function for http handlers
2020-11-22 17:29:58 +00:00
r 55ed6a480e Add single instance mode 2020-04-19 08:18:36 +00:00
r 4613e9cc7b Update config 2020-01-28 20:49:58 +00:00
r e9bd72306e Rename package to bloat 2020-01-01 15:58:27 +00:00
r 591360f2a8 Add post format selection 2019-12-26 11:25:29 +00:00
r 656ff3931c Update header template and add option for custom css 2019-12-25 16:38:47 +00:00
r 5e4da01c3a Initial commit 2019-12-13 18:26:24 +00:00