• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.
  • Chevereto Support CLST

    Support response

    Support checklist

    • ⚠️ Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • ✅ Confirm that the server meets the System Requirements
    • 🔥 Check for any available Hotfix - your issue could be already reported/fixed
    • 📚 Read documentation - It will be required to Debug and understand Errors for a faster support response

Image throttle

dwhs

myimghost.com
Every time I activate the site someone just posts an image on some insane site and causes my site to overload and then I have to shut it down.

I need a hotlink size limit and view limit.

Something to protect the site from overloading.
 
You should really do this server side and not software side... You need to either load balance better, or improve the server.

The problem with this is that there will still be pings to the server regardless of if there is a limit. It may simply change the image, but you're still getting the hits.

Spread your site over multiple servers using CDN, external hosting, and potentially a secondary server for SQL and you should have no issue.
 
Agree.

At script layer Chevereto (or any script) can't control your server. You will need to rely in hotlink protection (there are countless generators out there) + CDN + external storage.
 
Back
Top