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.
- Host: GitHub
- URL: https://github.com/gesteves/heroku-thumbor
- Owner: gesteves
- Created: 2015-04-15T23:48:19.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2020-11-29T17:42:42.000Z (over 5 years ago)
- Last Synced: 2026-01-14T21:31:22.214Z (6 months ago)
- Homepage:
- Size: 199 KB
- Stars: 8
- Watchers: 1
- Forks: 15
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
An unofficial Heroku-ready Thumbor install with WebP support.
# Installation
Just press this button:
[](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.