Ente Configuration Required

S3 Storage Not Configured

Ente requires S3-compatible object storage to function. Please configure your S3 credentials.

Configuration Steps

  1. Open the Cloudron dashboard
  2. Go to your Ente app and open the Terminal
  3. Edit /app/data/config/s3.env:
    nano /app/data/config/s3.env
  4. Add your S3 credentials:
    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
  5. Save the file and restart the app from the Cloudron dashboard

For more information, see the Ente S3 Configuration Guide.