Document S3 examples and refresh template

This commit is contained in:
Your Name
2025-09-29 21:18:19 -06:00
parent b1e8df29e7
commit 8d6fc6fde0
3 changed files with 34 additions and 12 deletions

View File

@@ -11,7 +11,7 @@ Before you can use Ente, you need to configure an S3-compatible storage service:
```
nano /app/data/config/s3.env
```
5. Uncomment the variables you need and fill in your S3 credentials (AWS S3, MinIO, DigitalOcean Spaces, etc.)
5. Uncomment the variables you need and fill in your S3 credentials (AWS S3, Cloudflare R2, MinIO, etc.). The file includes commented examples for the previous Wasabi defaults and a generic Cloudflare R2 setup.
6. Save the file and restart your Ente app from the Cloudron dashboard
## Next Steps