Commit Graph

9 Commits

Author SHA1 Message Date
r ed521dd33d Restrict instance level custom CSS to static directory 2023-10-15 15:46:54 +00:00
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 65cd928041 Fix typo 2020-10-19 10:08:35 +00:00
r 61020d8837 Update config description 2020-08-07 09:28:57 +00:00
r 55ed6a480e Add single instance mode 2020-04-19 08:18:36 +00:00
r 9d2e24a7de Update default config 2020-02-02 11:42:13 +00:00
r 4613e9cc7b Update config 2020-01-28 20:49:58 +00:00
r cad01cb1f8 Add command line flag to specify config file 2020-01-01 15:18:04 +00:00