apps/backup/.env.example 695 B raw
1
# Cloudflare R2 credentials
2
R2_ENDPOINT=https://<account-id>.r2.cloudflarestorage.com
3
AWS_ACCESS_KEY_ID=<your-r2-access-key>
4
AWS_SECRET_ACCESS_KEY=<your-r2-secret-key>
5
R2_BUCKET=andromeda-backups
6
7
# Optional: override external volume names if they differ on your host
8
# Run `docker volume ls` to check actual names
9
# JOTTS_VOLUME=jotts_jotts-data
10
# SIPP_VOLUME=sipp_sipp-data
11
# CELLAR_VOLUME=cellar_cellar-data
12
# POSTS_VOLUME=posts_posts-data
13
# FEEDS_VOLUME=feeds_feeds-data
14
# LIBRARY_VOLUME=library_library-data
15
# BOOKMARKS_VOLUME=bookmarks_bookmarks-data
16
# PARCELS_VOLUME=parcels_parcels_data
17
# EASEL_VOLUME=easel_easel-data
18
19
# Optional: days to keep backups (default: 30)
20
# RETENTION_DAYS=30