Skip to content

Standalone application for the Sidekiq dashboard

License

Notifications You must be signed in to change notification settings

lithictech/sidekiq_dashboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sidekiq Dashboard

Standalone application for the Sidekiq dashboard


Deploy on Heroku

Heroku Deploy

Configuration

  • REDIS_URL: The redis URL to connect to.
  • VERIFY_SSL: Use 'none' to set verify_mode to OpenSSL::SSL::VERIFY_NONE. See code for details.
  • REDIS_PROVIDER: If you don't want to use REDIS_URL (and instead, say, HEROKU_REDIS_MAUVE_URL for an attached Redis resource), set this. For example an env of HEROKU_REDIS_MAUVE_URL='redis://localhost:24419 REDIS_PROVIDER=HEROKU_REDIS_MAUVE_URL, would end up with a redis url of redis://localhost:24419.

Local development

To start it locally, use bundle exec rackup

License

Copyright © 2016 Honeypot GmbH. It is free software, and may be redistributed under the terms specified in the LICENSE file.

About Honeypot

Honeypot

Honeypot is a developer focused job platform. The names and logos for Honeypot are trademarks of Honeypot GmbH.

About

Standalone application for the Sidekiq dashboard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 92.6%
  • Shell 7.4%