-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
31 lines (26 loc) · 988 Bytes
/
.env.example
File metadata and controls
31 lines (26 loc) · 988 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
# Aviary Environment Configuration
# Copy this file to .env and customize the values below
# Multi-user mode setup (matches docker-compose.yaml example)
AUTH_USERNAME=admin
AUTH_PASSWORD=your-secure-password-here
ADMIN_EMAIL=admin@localhost
# Optional: SMTP Configuration for password resets
# SMTP_HOST=smtp.gmail.com
# SMTP_PORT=587
# SMTP_USERNAME=your-email@gmail.com
# SMTP_PASSWORD=your-app-password
# SMTP_FROM=noreply@yourdomain.com
# SMTP_TLS=true
# SITE_URL=http://localhost:8000
# Optional: reMarkable configuration
# RMAPI_HOST=https://remarkable.yourdomain.com
# RMAPI_COVERPAGE=first
# RMAPI_FOLDER_DEPTH_LIMIT=0
# RMAPI_FOLDER_EXCLUSION_LIST=trash,templates,archive
# Optional: Conversion settings
# CONVERSION_OUTPUT_FORMAT=epub # pdf or epub (default: epub)
# PAGE_RESOLUTION=1404x1872 # reMarkable 2 native resolution
# PAGE_DPI=226 # reMarkable 2 DPI
# Optional: Security settings
# JWT_SECRET=your-long-random-jwt-secret-here
# DRY_RUN=false