Commit Graph

7 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 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
Renamed from default.conf (Browse further)