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/
- Create the Heroku App.
- 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
- Set the
USERNAME
andPASSWORD
environment variables. These are the HTTP basic auth credentials to enter the server. It will not start without them. - Create/update the 1Password entry for the Sidekiq server.