Document required S3 CORS for cast

This commit is contained in:
Andreas Dueren
2025-11-04 18:20:43 -06:00
parent 953ee82a97
commit fe7bc72131
2 changed files with 2 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ Before using Ente, configure an S3-compatible object storage provider:
2. Launch the file explorer.
3. Open `/app/data/config/s3.env` and provide values for **all** required keys.
4. Save the file and restart the app from the Cloudron dashboard.
5. (Required for cast/slideshow) Configure your S3 buckets CORS policy to allow the Ente domains you serve from Cloudron (e.g. `https://ente.due.ren`, `https://accounts.due.ren`, `https://cast.due.ren`, etc.). Without CORS, browsers will block the signed URLs that power the cast slideshow.
Supported variables:
- `S3_ENDPOINT` (e.g. `https://<account>.r2.cloudflarestorage.com`)