Web Interface for Mailbox.
docker run --env AWS_ACCESS_KEY_ID=<AWS_ACCESS_KEY_ID> \
--env AWS_SECRET_ACCESS_KEY=<AWS_SECRET_ACCESS_KEY> \
--env AWS_REGION=<AWS_REGION> \
---env AWS_API_ID=<AWS_API_ID> \
--env AWS_API_GATEWAY_ENDPOINT=<AWS_API_GATEWAY_ENDPOINT> \
harryzcy/mailbox-browser
Replace the environment variables with respective values.
AWS_ACCESS_KEY_ID
: AWS access key idAWS_SECRET_ACCESS_KEY
: AWS secret access keyAWS_REGION
: AWS region codeAWS_API_ID
: AWS API Gateway IDAWS_API_GATEWAY_ENDPOINT
: AWS API Gateway endpointEMAIL_ADDRESSES
: a comma-separated list of email addresses/domains to send email from (required for replying emails)DISABLE_PROXY
(optional): whether to proxy email images, must betrue
orfalse
(default)
Directory | Description |
---|---|
bff | Backend for frontend |
web | Web frontend |