Ente requires S3-compatible object storage to function. Please configure your S3 credentials.
/app/data/config/s3.env:
nano /app/data/config/s3.env
S3_ENDPOINT=https://your-s3-endpoint.com S3_REGION=your-region S3_BUCKET=your-bucket-name S3_ACCESS_KEY=your-access-key S3_SECRET_KEY=your-secret-key
For more information, see the Ente S3 Configuration Guide.