hackmdio / codimd

CodiMD - Realtime collaborative markdown notes on all platforms.
https://hackmd.io/c/codimd-documentation
GNU Affero General Public License v3.0
9.1k stars 1.05k forks source link

S3 Set base URL for uploaded image URL #1872

Open WakuwakuP opened 2 weeks ago

WakuwakuP commented 2 weeks ago

You may want to set a URL separate from the API URL, for example if you want to access images via a CDN.

Example: To use Cloudflare R2, you need to set a custom domain for public access separate from the API.

API URL: https://<id>.r2.cloudflarestorage.com/<bucket_name> Public URL: https://<custom_domain>/<object_key>