An open API service indexing awesome lists of open source software.

https://github.com/gesteves/heroku-thumbor

A Heroku-ready Thumbor install with WebP support.
https://github.com/gesteves/heroku-thumbor

Last synced: 4 months ago
JSON representation

A Heroku-ready Thumbor install with WebP support.

Awesome Lists containing this project

README

          

An unofficial Heroku-ready Thumbor install with WebP support.

# Installation

Just press this button:

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)

Or, follow these steps:

1. Clone repo
2. `heroku create`
3. `heroku config:set BUILDPACK_URL=https://github.com/ddollar/heroku-buildpack-multi`
4. `heroku config:set THUMBOR_SECURITY_KEY=123456` (you should probably choose a better key)
5. `git push heroku master` (the first deploy will take about 10 minutes)
6. Done!

# Notes

[OpenCV isn't included](https://github.com/gesteves/biscayne/issues/1) in this installation because of Heroku's compiled slug size limits, so [Thumbor's smart cropping](https://github.com/thumbor/thumbor/wiki/Detection-algorithms) isn't supported at this time.