Sign inSign up

klausmeyer/oopsy

By klausmeyer

Updated 5 months ago

🐛 Rails based error tracker

Image
Monitoring & observability
0

8.0K

klausmeyer/oopsy repository overview

Oopsy

Rails based error tracker with Airbrake compatible API

Screenshots

Screenshot 1

Screenshot 1

Screenshot 1

Dependencies

  • PostgreSQL Database
  • Redis Database

Configuration

Environment VariableDescriptionExample
DATABASE_URLConnection info (URL) for the PostgreSQL databasepostgresql://user:password@server:5432/database
FORCE_SSLEnforce HTTPS on application levelenabled
RAILS_ENVMode to run the application inproduction
RAILS_LOG_TO_STDOUTTell the application to log to STDOUTenabled
RAILS_SERVE_STATIC_FILESDeliver assets via application serverenabled
REDIS_URLConnection info (URL) for the Redis databaseredis://username:password@server:6379/0
SECRET_KEY_BASESecret key used for signing and encryption54a8a8bb94[...]

Deployment / Installation

Heroku

The application is ready to be deployed on Heroku.

Make sure to have all requirements in place before the first deployment (See Dependencies).

Docker / Kubernetes

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.

License

The application is available as open source under the terms of the MIT License.

Tag summary

Content type

Image

Digest

sha256:4f81fe809

Size

401.2 MB

Last updated

over 1 year ago

docker pull klausmeyer/oopsy