Commit Graph

10 Commits

Author SHA1 Message Date
66cf9d4600 More explicit error handling and messages when required environment variables are missing 2024-02-20 07:48:54 -06:00
5072fb4df4 Clarify README further, ensure production logger is used when set to PRODUCTION environment 2024-02-18 19:34:16 -06:00
4909bb9c96 Extensive commenting of functions; refactor some duplicate pattern matching logic 2024-02-17 14:56:13 -06:00
c26c7e8696 Allow users to opt out of reading anything from the expected environment file location 2024-02-17 09:28:47 -06:00
0e8144b82c Don't allow configuration of dbFile path or name; use the DATADIR and a hardcoded path 2024-02-17 08:41:39 -06:00
dbe5cb2985 Update environment variables to support custom data directory 2024-02-17 08:23:10 -06:00
5484699565 Remove Dhall dependency and ReaderT; use dotenv; create encryption key on startup if it doesn't exist 2024-02-17 07:46:09 -06:00
cb45c4ce1d Start formatting with stylish-haskell. Start refactoring for clearer types. 2023-01-10 21:53:10 -06:00
f1b18f3b47 Updated README with project goals, started prototyping frontend and added route for primary css dist, added reasonable functionality for requesting a password directly via link as well as patching index DOM when requesting HTML stub from /pw 2022-07-03 21:48:40 -05:00
f7a61dcddc Organize application logic by core/feature breakouts, add dhall configuration support and add a range of new config options in the Reader, add example configuration/deployment files 2022-07-01 20:34:29 -05:00