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;

  1. You have a publicly accessible end-point http://example.com/logos/logo.png

  2. Where http://example.com or https://example.com is your Web Folder main path.

  3. /logos/logo.png is your file or query that returns the file as a response.

  4. You can then use your Web Folder as external storage.

Step 1: Adding External Storage

  1. Go to imagemash.io Dashboard->Sources->Web Folder https://imagemash.io/dashboard/sources/webFolder

  2. Fill in the credentials and click the Check Connection & Save button.

  3. If the credentials are correct, your source will be added. You should be able to see it in the My Sources menu.

  4. If it gives an error, please double-check your credentials. Feel free to contact us if you need help.

Step 2: Access your files

  1. Let's assume your CDN Delivery Link is john.imagemash.io

  2. Let's assume you have a file logo.png in the folder logos which exists in your external storage.

  3. You can access your image from: https://john.imagemash.io/logos/logo.png

You can arrange the order of your external sources in your dashboard.

Last updated