Docs | imagemash.io
DashboardSign up for Free
  • 🎉imagemash.io
  • 🚀Getting Started
    • Simple CDN Link Usage
  • 💽Sources
    • IM Cloud Storage
    • Image URL
    • Storage Providers
      • Amazon S3
      • Google Cloud
      • S3 Compatible Storage
    • Web Folder
  • 🖼️Image Transform
    • Transform Options
      • Quality
      • Width
      • Height
      • Scale
      • Crop
      • Gravity
      • Background
      • Border
      • Round
      • Output Format
      • Angle (Rotate)
      • Flip
      • Helpers
        • x, y
      • Filters
        • Tint
        • Flatten
        • Grayscale
        • Blur
        • Sharpen
        • Median
        • Threshold
        • Negative
    • Transform Cheat Sheet
    • Named Transforms
  • 🛠️API
    • API - Good to knows
    • API Methods
      • Account
        • Named Transforms
          • Get named transforms
          • Add named transform
          • Remove named transform
        • Image URL Restriction
          • Get keyword list
          • Add keyword to list
          • Remove keyword from list
          • Change keyword list usage
      • Storage
        • Upload file
        • Get and search files
        • Delete files
        • Add new tags to files
        • Set tags of files
        • Remove tags from files
        • Purge Cache
      • Optimize / Transform
  • ❓How it works?
    • Custom Domain
    • Bandwidth
    • Cloud Storage
    • Caching
    • Purge Cache
    • Limits
  • Contact Us
Powered by GitBook
On this page
  • Step 1: Adding External Storage
  • Step 2: Access your files
  1. Sources

Web Folder

PreviousS3 Compatible StorageNextTransform Options

Last updated 2 years ago

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.

Make sure your CORS settings allow our servers to fetch files from your Web Folder

Step 1: Adding External Storage

  1. Go to imagemash.io Dashboard->Sources->Web Folder

  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 in your dashboard.

The order of your 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.

💽
https://imagemash.io/dashboard/sources/webFolder
external sources
external sources