Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 709 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 709 Bytes

Sidekiq Dashboard

This is the repository that deploys our Sidekiq dashboard. The credentials for the server are in 1Password under "Unflow Server Sidekiq Web UI" (in the Shared vault).

https://unflow-server-sidekiq.herokuapp.com/

Setup

  1. Create the Heroku App.
  2. Attach the Redis datastore from the target app. This will set the REDIS_URL in the app's environment variables (and keep it up to date).
heroku addons:attach unflow-server::REDIS --app unflow-server-sidekiq
  1. Set the USERNAME and PASSWORD environment variables. These are the HTTP basic auth credentials to enter the server. It will not start without them.
  2. Create/update the 1Password entry for the Sidekiq server.