On a self-hosted version, the file upload (e.g. for the Image component) is possible with Azure blob storage.
Set the following variables in the .env file:
UI_BAKERY_AZURE_CONTAINER_PREFIX
https://test.blob.core.windows.net/assets/arrow-up-right
UI_BAKERY_AZURE_BLOB_STORAGE_CONNECTION_STRING
DefaultEndpointsProtocol=https; AccountName=test; AccountKey=...
UI_BAKERY_AZURE_CONTAINER_NAME
assets
Once the variables are configured, the instance should be restarted.
Last updated 1 month ago
Was this helpful?