See .env.sample
for the environment variables needed.
pip install -r requirements.txt
gunicorn src.app:app -b localhost:8082
GET /dashboard?url=http%3A%2F%2Fexample.com
With the parameter url
being the URL to a dashboard urlencoded.
GET /group?name=Testbed
With the parameter name
being the name of the group containing all the dashboard.