This website requires JavaScript.
Explore
Help
Register
Sign In
James
/
purr
Watch
1
Star
0
Fork
0
You've already forked purr
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
purr
/
examples
History
James Eversole
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
..
config.dhall
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
docker-stack.yml
Updated example config file and docker-stack YAML to reflect SQLite requirements
2022-07-18 16:07:04 -05:00
Dockerfile
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