tvl-depot/website/sandbox/learnpianochords/src/server
William Carroll 17c68d654b Prefer reading secrets.json to using pass show
I'm attempting to maintain a top-level secrets.json that defines all of the
sensitive data that I'd like to version-control without exposing everything in
cleartext to the world. To that end, I'm using `git secret`, which will use
`gpg` to encrypt secrets.json everytime I call `git secret hide` and decrypt
everytime I call `git secret reveal`.

I'm going to try this until I don't like it anymore... if that day comes...

I should write a blog post about my setup to solicit useful feedback and share
my ideas with others.
2020-08-20 18:31:37 +01:00
..
.envrc Prefer reading secrets.json to using pass show 2020-08-20 18:31:37 +01:00
.ghci Add common language extensions to .ghci 2020-08-09 10:18:46 +01:00
API.hs Support POST /create-payment-intent 2020-08-20 11:26:30 +01:00
App.hs Support POST /create-payment-intent 2020-08-20 11:26:30 +01:00
default.nix Revise previous opinions about absolute paths GT <bracket-notation> 2020-08-20 11:26:31 +01:00
Fixtures.hs Replace Prelude with RIO 2020-08-09 22:17:19 +01:00
GoogleSignIn.hs Replace Prelude with RIO 2020-08-09 22:17:19 +01:00
index.html Support echo server to test POST /verify 2020-08-06 22:23:06 +01:00
init.sql Sketch database schema 2020-08-09 10:22:12 +01:00
Main.hs Support POST /create-payment-intent 2020-08-20 11:26:30 +01:00
shell.nix Revise previous opinions about absolute paths GT <bracket-notation> 2020-08-20 11:26:31 +01:00
Spec.hs Replace Prelude with RIO 2020-08-09 22:17:19 +01:00
Stripe.hs Support POST /create-payment-intent 2020-08-20 11:26:30 +01:00
TestUtils.hs Replace Prelude with RIO 2020-08-09 22:17:19 +01:00
Types.hs Support POST /create-payment-intent 2020-08-20 11:26:30 +01:00
Utils.hs Define Utils module 2020-08-08 11:06:53 +01:00