Sign inSign up

franklinyu/ietf-draft-notifier

By franklinyu

•Updated almost 7 years ago

(under construction)

Image
0

1.1K

franklinyu/ietf-draft-notifier repository overview

⁠IETF Draft Notifier

CircleCI Docker Pulls

Environment variables:

  • JWS_KEY: Base64-encoded key for HS256; should be 128-bit (16-byte) or more
  • SMTP_SERVER: SMTP server, such as smtp.example.com
  • SMTP_USERNAME: username for SMTP server
  • SMTP_PASSWORD: password for SMTP server
  • SMTP_SENDER_ADDRESS: address of sender

An easy way to generate JWS_KEY is

openssl rand -base64 16

Optional environment variable:

  • SMTP_SENDER_NAME: name of sender, would appear in notification. Default to "IETF Notification".
  • SMTP_PORT: SMTP port number. Default to 465.

Resources:

Tag summary

Content type

Image

Digest

Size

31.1 MB

Last updated

almost 7 years ago

docker pull franklinyu/ietf-draft-notifier