Web Folder
You can integrate your existing Web Folder to imagemash.io. You don't need to fully migrate to IM Cloud Storage. Imagemash can connect to your existing storage to deliver files at your service.
You can add any publicly accessible end-point as a Web Folder.
It may be an NGINX, Apache server, a Static Server that serves from an IP Address, or others.
An example of Web Folder path looks like this;
You have a publicly accessible end-point
http://example.com/logos/logo.png
Where
http://example.com
orhttps://example.com
is your Web Folder main path./logos/logo.png
is your file or query that returns the file as a response.You can then use your Web Folder as external storage.
Make sure your CORS settings allow our servers to fetch files from your Web Folder
Step 1: Adding External Storage
Go to imagemash.io Dashboard->Sources->Web Folder https://imagemash.io/dashboard/sources/webFolder
Fill in the credentials and click the Check Connection & Save button.
If the credentials are correct, your source will be added. You should be able to see it in the My Sources menu.
If it gives an error, please double-check your credentials. Feel free to contact us if you need help.
Step 2: Access your files
Let's assume your CDN Delivery Link is
john.imagemash.io
Let's assume you have a file
logo.png
in the folderlogos
which exists in your external storage.You can access your image from:
https://john.imagemash.io/logos/logo.png
The order of your external sources matters. If you have exact same file path in your other storage which is on top of others, the image will be fetched from this storage.
Last updated