Super Bowl is a web based tool for monitoring and administrating Remoulade tasks. Allows an easy setup, filterable, sortable, and paginated tables
Please refer to https://wiremind.github.io/super-bowl.
Please refer to https://wiremind.github.io/super-bowl/examples/messages.html
$ npm install
$ npm run serve
docker run -it --rm -p 8080:80 ghcr.io/wiremind/super-bowl:master
Then open http://localhost:8080 in your browser.
Note that it wil try to contact a wsgi server hosting remoulade api at localhost. To specify a different host/port:
docker run -it --rm -p 8080:80 ghcr.io/wiremind/super-bowl:master
-e REMOULADE_WSGI_LOCATION=remoulade_api_url:12345