Skip to content

jtekt/self-service-dashboards

Repository files navigation

Self-service Dashboards

A simple service that allows users to create accounts and organizations in a Grafana® instance by themselves.

Environment variables

  • GRAFANA_URL: The URL of the Grafana instance
  • GRAFANA_ADMIN_USERNAME: Username of an account with administrator privileges
  • GRAFANA_ADMIN_PASSWORD: Password for the administrator account
  • GRAFANA_DEFAULT_ORG_ID: ID of the organization where users get created by default
  • JWT_SECRET: Secret used to encrypt JWTs

Development

Project setup

npm install

Running

npm run dev

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published