Hosting static files in a CDN
Frontend assets (e.g. .js and .css) live in web/build/static/. Upload them to a CDN via a Casdoor storage provider; a script in the repo automates this.
note
Build the frontend first. See Server installation if needed.