Files
incus-backup-ui/backend/.env.example
T
2026-05-21 08:18:29 +02:00

8 lines
239 B
Bash

AWS_ACCESS_KEY_ID="your_s3_key"
AWS_SECRET_ACCESS_KEY="your_s3_secret"
RESTIC_REPOSITORY="s3:https://s3.eu-central-1.amazonaws.com/bucket-name"
RESTIC_PASSWORD="restic_encryption_password"
ZFS_POOL_NAME="incus-pool"
PORT=3000
API_TOKEN=""