-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.template
More file actions
32 lines (23 loc) · 997 Bytes
/
.env.template
File metadata and controls
32 lines (23 loc) · 997 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
32
# App configuration
APP_URL="" # For example : "https://docs.sentience-robotics.fr/"
APP_SECRET="" # Generated with `openssl rand -hex 32`
# PostgreSQL configuration
PG_PASSWORD=""
# Backups configuration
DOCMOST_CONTAINER_NAME="docmost_instance"
DB_CONTAINER_NAME="postgresql_instance"
# SMTP configuration (optional)
SMTP_USERNAME=""
SMTP_PASSWORD=""
# Proton Drive and Rclone configuration (set to USE_RCLONE=true to use it)
USE_RCLONE=false
RCLONE_REMOTE_NAME="protondrive-api-bridge" # Name of the Rclone Remote, needed to communicate with Proton Drive inside the scripts
PROTON_DRIVE_BACKUP_DIRECTORY="docmost_backups" # Path specyfing where the backups should be stored on Proton Drive
# Encryption configuration
ENCRYPT_PUB_KEY="your-key"
HOME="/home/ubuntu"
LOCAL_GIT_BACKUP_FOLDER="/home/ubuntu/backups/"
MOUNTED_DRIVE_CONFIGURATION="/mnt/your-drive/"
# Discord backup state webhook (optional)
DISCORD_WEBHOOK_URL="https://discord.com/api/webhooks/..."
DISCORD_PING="<ROLE_ID>"