-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
27 lines (24 loc) · 1.25 KB
/
.env.example
File metadata and controls
27 lines (24 loc) · 1.25 KB
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
# Copy to .env and adjust before running docker compose
# After changing any value here: docker compose up -d (restart alone is not enough)
DATA_DIR=/home/pawkor/moto
UID=1000
GID=1000
# ANTHROPIC_API_KEY=sk-ant-...
# LAST_FM_API_KEY=...
ENABLE_AUTH=false # set to true to require login (recommended if exposed to internet)
# ACRCloud Content ID fingerprint check (optional — https://console.acrcloud.com)
# Create project: "Audio & Video Recognition" → get host, access_key, access_secret
# ACRCLOUD_HOST=identify-eu-west-1.acrcloud.com
# ACRCLOUD_ACCESS_KEY=your_access_key
# ACRCLOUD_ACCESS_SECRET=your_access_secret
# Instagram Reels upload (optional — requires Instagram Business/Creator account + Graph API)
# Video is uploaded directly from this server to Instagram — no public URL needed.
# IG_ACCESS_TOKEN=EAAxxxx... # long-lived Page token from developers.facebook.com
# IG_USER_ID=1234567890 # numeric Instagram Business/Creator account ID
# S3-compatible storage (optional — leave blank to disable)
# Works with AWS S3, Backblaze B2, Cloudflare R2, MinIO, etc.
# S3_BUCKET=my-bucket
# S3_ACCESS_KEY_ID=your-key-id
# S3_SECRET_ACCESS_KEY=your-secret
# S3_REGION=us-east-1
# S3_ENDPOINT_URL=https://s3.us-west-001.backblazeb2.com # omit for AWS