Rocketseat / adonis-bull

The easiest way to start using an asynchronous job queue with AdonisJS. Ready for Adonis v5 ⚡️
MIT License
308 stars 57 forks source link

How to customize url of bull board? #42

Closed cheesepaulo closed 3 years ago

cheesepaulo commented 3 years ago

const Bull = use("Rocketseat/Bull");

Bull.process() // Optionally you can start BullBoard: .ui(9999); // http://localhost:9999 // I change this line to ex: admin/jobs ..... app fails // You don't need to specify the port, the default number is 9999

I need to protect this route.

LeCoupa commented 3 years ago

It looks like the ui() function only accepts a port number. Why don't you use something like Nginx for this?

fhugoduarte commented 3 years ago

Hey @cheesepaulo , I will close this issue for lack of current interactions. Feel free to open it again if necessary.