-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env
More file actions
31 lines (24 loc) · 805 Bytes
/
Copy path.env
File metadata and controls
31 lines (24 loc) · 805 Bytes
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
# Allowed domain(s), requests from other domains will be blocked
# Leave empty or unset to allow all domains
# Examples: example.com | example.com example.org
CADDY_DOMAINS=
###################
# E-mail settings #
###################
# Sender address for notifications and backup alerts
SMTP_FROM=from@mail.com
# Recipient address for backup failure alerts
SMTP_TO=to@mail.com
SMTP_HOST=smtp.gmail.com
SMTP_PORT=587
SMTP_USERNAME=88888888@gmail.com
SMTP_PASSWORD=88888888
###################
# Restic settings #
###################
# Repository will be auto-initialized on first backup
RESTIC_REPOSITORY=s3://88888888.r2.cloudflarestorage.com/gotify
RESTIC_PASSWORD=88888888
# S3-compatible storage credentials (R2, B2, Wasabi, Minio, etc.)
AWS_ACCESS_KEY_ID=88888888
AWS_SECRET_ACCESS_KEY=88888888