Learn how to self-host Plunk on your own infrastructure
AWS_SES_CONFIGURATION_SET
environment variable.
ACCESS_KEY_ID
and SECRET_ACCESS_KEY
to interact with the AWS API. These credentials should be added to the environment variables.
We recommend creating a new security policy with the following permissions
AWS_REGION
: The region where your AWS account and services are locatedAWS_ACCESS_KEY_ID
: The AWS access key IDAWS_SECRET_ACCESS_KEY
: The AWS secret access keyAWS_SES_CONFIGURATION_SET
: The name of the SES configuration setJWT_SECRET
: A secret key used to sign JWT tokensAPP_URI
: The domain where you will be hosting PlunkAPI_URI
: The domain where you will be hosting the API, this is should be your APP_URI
with /api
appended to itDISABLE_SIGNUPS
: Deactivates the account creation process. Default is False./api/webhooks/incoming/sns
endpoint.
https://plunk.example.com
with the domain where you are hosting Plunk.Request confirmation
.
AWS will send a mock HTTP POST request to the endpoint. Plunk cannot automatically confirm the subscription, you will need to manually confirm it.