Skip to content

TightknitAI/supabase-grafana

 
 

Repository files navigation

Instructions

  1. Make sure you have the following details available:
    1. Your Supabase project ref
    2. Your project's service role key, which can be found here
  2. Replace the following values in the fly.toml file:
    1. __project_ref_replace_me__ with your Supabase project ref
    2. __service_role_key_replace_me__ with your project's service role key
    3. If you want your Grafana instance to be password protected:
      1. Set PASSWORD_PROTECTED to true
      2. Change GRAFANA_PASSWORD to your desired values
      3. Login using admin and your set password
  3. Make sure you have the Fly CLI installed
  4. Create a Fly.io account and login using the CLI
  5. Run flyctl launch to deploy the app to Fly, ensuring that you give your app a unique name
  6. After a successful deployment, your app will be available at https://<your-app-name>.fly.dev:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 56.7%
  • Shell 43.3%