🐛 Rails based error tracker
8.0K
Rails based error tracker with Airbrake compatible API
| Environment Variable | Description | Example |
|---|---|---|
DATABASE_URL | Connection info (URL) for the PostgreSQL database | postgresql://user:password@server:5432/database |
FORCE_SSL | Enforce HTTPS on application level | enabled |
RAILS_ENV | Mode to run the application in | production |
RAILS_LOG_TO_STDOUT | Tell the application to log to STDOUT | enabled |
RAILS_SERVE_STATIC_FILES | Deliver assets via application server | enabled |
REDIS_URL | Connection info (URL) for the Redis database | redis://username:password@server:6379/0 |
SECRET_KEY_BASE | Secret key used for signing and encryption | 54a8a8bb94[...] |
The application is ready to be deployed on Heroku.
Make sure to have all requirements in place before the first deployment (See Dependencies).
An official Docker image is available at klausmeyer/oopsy on Docker Hub:
$ docker pull klausmeyer/oopsy:latest
Also there is a helm-chart available at klausmeyer/helm-charts.
The application is available as open source under the terms of the MIT License.
Content type
Image
Digest
sha256:4f81fe809…
Size
401.2 MB
Last updated
over 1 year ago
docker pull klausmeyer/oopsy