2022-12-21 11:46:05 -06:00
|
|
|
purr
|
|
|
|
-----
|
|
|
|
|
2023-05-07 14:04:25 -05:00
|
|
|
STATUS: BROKEN
|
|
|
|
DETAILS: Currently unable to decrypt/unencode secrets written to the database.
|
|
|
|
This broke when converting to Nix because it was learned that the previous
|
|
|
|
crypto-simple library was out of date and needed to be replaced. Use commit
|
|
|
|
b4bbf6e5a796d6dfc44ac0a052ec4949d2394927 if you want to build a
|
|
|
|
working project.
|
|
|
|
|
|
|
|
|
2022-12-21 12:06:46 -06:00
|
|
|
https://purr.eversole.co
|
2023-05-07 14:04:25 -05:00
|
|
|
a work-in-progress web application offering customizable password generation
|
|
|
|
and time-limited sharing of secrets.
|
2022-12-21 11:46:05 -06:00
|
|
|
|
2022-12-27 12:25:14 -06:00
|
|
|
TECH STACK
|
|
|
|
|
|
|
|
- Haskell and Scotty backend
|
|
|
|
- HTMX frontend
|
|
|
|
- SQLite database
|
|
|
|
|
2022-12-21 11:46:05 -06:00
|
|
|
GOALS
|
|
|
|
|
2023-05-07 14:04:25 -05:00
|
|
|
- Generate sufficiently memorable but secure passwords for use with accounts
|
|
|
|
that don't offer better authentication methods.
|
|
|
|
|
|
|
|
- Share text secrets with others without disclosing the secret in the
|
|
|
|
message itself.
|
|
|
|
|
2022-12-21 11:46:05 -06:00
|
|
|
- Be really cute compared to the competition.
|
2023-05-07 14:04:25 -05:00
|
|
|
|
2022-12-21 11:46:05 -06:00
|
|
|
- Provide a minimal and clean interface for generating and sharing passwords.
|
2023-05-07 14:04:25 -05:00
|
|
|
|
|
|
|
- Maintain a clean and organized codebase that can be extended to include more
|
|
|
|
utilities than originally anticipated.
|
2022-12-21 11:46:05 -06:00
|
|
|
|
|
|
|
WHY TRUST YOU?
|
|
|
|
|
2023-05-07 14:04:25 -05:00
|
|
|
You shouldn't. This is free and open-source software which you can run on your
|
|
|
|
own hardware.
|
2022-12-21 11:46:05 -06:00
|
|
|
|
2022-12-27 12:25:14 -06:00
|
|
|
DEPLOYMENT
|
2022-12-21 11:46:05 -06:00
|
|
|
|
2023-05-02 18:39:25 -05:00
|
|
|
Use Nix with flakes enabled.
|
|
|
|
|
|
|
|
Build binary and run natively:
|
2023-05-02 21:26:40 -05:00
|
|
|
nix build && ./result/bin/Purr-musl
|
2023-05-02 18:39:25 -05:00
|
|
|
|
|
|
|
Build and add Docker image to local registry:
|
2023-05-04 07:45:02 -05:00
|
|
|
nix build .#purr-docker && docker load < result
|
2023-05-02 18:41:00 -05:00
|
|
|
|
2022-12-21 11:46:05 -06:00
|
|
|
DEVELOPMENT & SUPPORT
|
|
|
|
|
2022-12-27 12:25:14 -06:00
|
|
|
Please send me an email for support or to provide patches.
|
2022-12-21 11:46:05 -06:00
|
|
|
|
|
|
|
Copyright 2022 James Eversole (james@eversole.co)
|