Atproto-backed clone of meetinghouse.cc. atlas.whiteley.io
atproto
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Updates README

+2 -2
+2 -2
README.md
··· 27 27 28 28 ## Deployment 29 29 30 - The service should run locally without any of the below due to the [development client](https://atproto.com/specs/oauth#localhost-client-development) exception for `localhost`. If you wish to deploy this however, you'll need to enable the [confidential client](https://atproto.com/specs/oauth#localhost-client-development) by setting the following values: 30 + The service should run locally without any of the below due to the [development client](https://atproto.com/specs/oauth#localhost-client-development) exception for `localhost`. If you wish to deploy this however, you'll need to enable the [confidential client](https://atproto.com/specs/oauth#confidential-client-authentication) by setting the following values: 31 31 32 32 33 33 * `SESSION_SECRET`: Any ol' secret. Something like `openssl rand -hex 32` 34 34 * `CLIENT_HOSTNAME`: Wherever the service is running (e.g. https://atlas.whiteley.io) 35 - * `CLIENT_SECRET_KEY`: EC private key in Multibase format. Can be generated with `goat key generate -t P-256` 35 + * `CLIENT_SECRET_KEY`: EC private key in multibase format. Can be generated with `goat key generate -t P-256`