A simple service that allows users to create accounts and organizations in a Grafana® instance by themselves.
GRAFANA_URL: The URL of the Grafana instanceGRAFANA_ADMIN_USERNAME: Username of an account with administrator privilegesGRAFANA_ADMIN_PASSWORD: Password for the administrator accountGRAFANA_DEFAULT_ORG_ID: ID of the organization where users get created by defaultJWT_SECRET: Secret used to encrypt JWTs
npm installnpm run dev