15 Commits

Author SHA1 Message Date
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
f065300113 Update deployment details 2024-02-17 08:34:26 -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
2889c7e9e7 Use EFF wordlist. Embed wordlist into executable. Move views/public to assets/public. Move wordlist into assets. 2023-01-11 15:23:01 -06:00
84c49319a6 Add UPX executable compression to Docker build in order to reduce binary and docker image sizes significantly 2022-12-29 17:57:34 -06:00
ee8686bc83 Bugfix on UI elements when no secret is found. Add copy secret button on successful retrieval. Include deployment information and updated example files. 2022-12-27 12:25:14 -06:00
2a4787fc84 Refactor excessive do notation. Complete oldschool and gibberish generators. Add frontend functionality for selecting from multiple generator styles. Add config requirement for admin email. Add admin email to header. 2022-08-07 16:22:09 -05:00
3c4c4f8d30 Add footer with link to git repo. Update docker-stack example to include shared Sqlite volume 2022-08-06 21:00:44 -05:00
478384aae9 Secrets are now stored as AES encrypted -> Base64 encoded strings, retrieval is still plaintext and will need to be updated to reflect the required unencoding and decryption process 2022-07-29 20:31:58 -05:00
bbe315c450 Random generation of xkcd-style passwords now functioning as expected, web interface now serves randomly generated xkcd-style passwords and provides a button to create a sharing link for them when a new generation is requested. Misc stylesheet updates. Generalized the hx-vals helper function in Core.Templates to be useful for arbitrary endpoints that will need to include specific JSON. Added configuration field for dbSalt which will be used as an encryption salt in the next commit when passwods are stored encrypted in the DB instead of in plaintext. 2022-07-29 17:40:45 -05:00
cb013e5bf7 Updated example config file and docker-stack YAML to reflect SQLite requirements 2022-07-18 16:07:04 -05:00
6a0b5b0144 Squashed commit of the following:
commit 86ee3c4d262916bec531ad5616273b391cdffeb3
Author: James Eversole <james@eversole.co>
Date:   Tue Jul 5 20:09:22 2022 -0500

    Refactored findByLink for modularity, started prototyping document creation

commit 65b68df295069edb57adcdc16a3300c9d762dc2f
Author: James Eversole <james@eversole.co>
Date:   Tue Jul 5 18:45:25 2022 -0500

    Feature parity with MongoDB implementation in main; need to refactor Feature.Sharing.Couch.findByLink into multiple functions so that more information regarding retrieved documents can be used compositionally to DRY before merging into main

commit e10cc4de8acd45488679f0587732f02fee950c77
Author: James Eversole <james@eversole.co>
Date:   Mon Jul 4 20:53:55 2022 -0500

    Better configuration file keys

commit d683a51cac4ad891856f7782aa6221402988fea4
Author: James Eversole <james@eversole.co>
Date:   Mon Jul 4 20:38:40 2022 -0500

    Added beginnings of CouchDB logic while removing all Mongo references and dependencies. Updated configuration file and related data types. Added a MonadHttp instance for PurrAction to enable requests in their monadic context. Will merge into main once feature parity on the Sharing Feature is reached
2022-07-05 20:11:41 -05:00
d15b40a339 Added Shakespeare templating and setup basic Maybe-bound lookup for conditional rendering of the page or an appropriate notice that the password doesn't exist. 2022-07-02 13:23:53 -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