Atproto-backed clone of meetinghouse.cc.
If you don't use mise, you can just run the commands inside of mise.toml individually.
mise depsmise dev Seeding the local DB with pins can be done by running go run generate_mock_pins.go in the scripts/ directory.
mise buildThe service should run locally without any of the below due to the development client exception for localhost. If you wish to deploy this however, you'll need to enable the confidential client by setting the following values:
SESSION_SECRET: Any ol' secret. Something likeopenssl rand -hex 32CLIENT_HOSTNAME: Wherever the service is running (e.g. https://atlas.whiteley.io)CLIENT_SECRET_KEY: EC private key in multibase format. Can be generated withgoat key generate -t P-256