koo5 / super-bowl

A dashboard for remoulade

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Super Bowl

Super Bowl is a web based tool for monitoring and administrating Remoulade tasks. Allows an easy setup, filterable, sortable, and paginated tables

lint jest license

Documentation

Please refer to https://wiremind.github.io/super-bowl.

Quickstart

Please refer to https://wiremind.github.io/super-bowl/examples/messages.html

Build & debug

$ npm install
$ npm run serve

Run in a container

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

About

A dashboard for remoulade

License:MIT License


Languages

Language:JavaScript 59.8%Language:Vue 37.4%Language:CSS 2.1%Language:Dockerfile 0.5%Language:HTML 0.2%