-
Notifications
You must be signed in to change notification settings - Fork 4
/
sample.env
49 lines (35 loc) · 1.48 KB
/
sample.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# Modify this file for your settings and pass it with the --env-file option
# eg:
# docker run --env-file ./sample.env lets-encrypt-linode
### REQUIRED ###
DOMAIN_NAME=
# like:
# DOMAIN_NAME=changeme.com
# Note that if you change the domain that you've been using, you'll need
# to delete and recreate the docker volume as well to stop the script
# from attempting to renew certificate for the old name.
# Personal Access Token for Linode that can read/write NodeBalancers.
LINODE_CLI_TOKEN=
# The ID of the NodeBalancer to manage
NODEBALANCER_ID=
# The HTTPS Config within the NodeBalancer to manage
CONFIG_ID=
### OPTIONAL NOTIFICATION CONFIGURATION ###
# These blocks allow you to create notifications for different services.
# MAILGUN_API_KEY=xxxxxxxx
# MAILGUN_API_DOMAIN=xxxxxx.com
# MAILGUN_REGION="us|eu" #optional, use "us" as default
# SENDGRID_API_KEY=xxxxxxxxxx
# SLACK_WEBHOOK_URL=https://...
# SLACK_CHANNEL=... # optional, overwrites Slack Webhook channel
# SLACK_USERNAME=... # optional, overwrites Slack Webhook username
#IFTTT_API_KEY=xxxx
#IFTTT_EVENT_NAME=acme_status
# Optional: the key of notification subject, available values are "value1", "value2", "value3", default "value1"
#IFTTT_SUBJECT_KEY=value1
# Optional: the key of notification content, available values are "value1", "value2", "value3", default "value2"
#IFTTT_CONTENT_KEY=value2