{
  "manifest_version": "1.0.0",
  "template": {
    "id": "363111d2-c469-408b-9fd4-f988ce38e0d5",
    "slug": "grafana",
    "name": "Grafana",
    "description": "The open and composable observability and data visualisation platform.",
    "url": "https://railway.com/deploy/grafana",
    "upstream": {
      "repo_url": "https://github.com/vergissberlin/railwayapp-grafana"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "grafana",
      "source": {
        "repo": "https://github.com/vergissberlin/railwayapp-grafana"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "grafana",
      "description": "Please don't change it!",
      "secret": false,
      "strategy": "default",
      "default": "3000"
    },
    {
      "key": "VERSION",
      "service": "grafana",
      "description": "Setup the Grafana version to your needs, or leave it as latest to get the latest version.",
      "secret": false,
      "strategy": "default",
      "default": "latest"
    },
    {
      "key": "GF_LOG_MODE",
      "service": "grafana",
      "description": "How to log",
      "secret": false,
      "strategy": "default",
      "default": "console"
    },
    {
      "key": "GF_INSTALL_PLUGINS",
      "service": "grafana",
      "description": "Add more plugins to your wish. Take a look to https://grafana.com/docs/grafana/latest/setup-grafana/installation/docker/",
      "secret": false,
      "strategy": "default",
      "default": "grafana-piechart-panel,grafana-worldmap-panel,grafana-clock-panel,grafana-simple-json-datasource"
    },
    {
      "key": "GF_SECURITY_ADMIN_USER",
      "service": "grafana",
      "description": "Enter the name of your admin user",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "GF_DEFAULT_INSTANCE_NAME",
      "service": "grafana",
      "description": "Name your Grafana instance!",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "GF_SECURITY_ADMIN_PASSWORD",
      "service": "grafana",
      "description": "Your secure password for the admin user",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "grafana"
      }
    },
    "cli": "railway deploy --template grafana",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "363111d2-c469-408b-9fd4-f988ce38e0d5",
            "serializedConfig": {
              "services": {
                "48a7b555-0444-41b6-84be-a2d92d475fc3": {
                  "name": "grafana",
                  "build": {},
                  "deploy": {},
                  "source": {
                    "repo": "https://github.com/vergissberlin/railwayapp-grafana"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "Please don't change it!",
                      "defaultValue": "3000"
                    },
                    "VERSION": {
                      "isOptional": true,
                      "description": "Setup the Grafana version to your needs, or leave it as latest to get the latest version.",
                      "defaultValue": "latest"
                    },
                    "GF_LOG_MODE": {
                      "isOptional": true,
                      "description": "How to log",
                      "defaultValue": "console"
                    },
                    "GF_INSTALL_PLUGINS": {
                      "isOptional": true,
                      "description": "Add more plugins to your wish. Take a look to https://grafana.com/docs/grafana/latest/setup-grafana/installation/docker/",
                      "defaultValue": "grafana-piechart-panel,grafana-worldmap-panel,grafana-clock-panel,grafana-simple-json-datasource"
                    },
                    "GF_SECURITY_ADMIN_USER": {
                      "isOptional": false,
                      "description": "Enter the name of your admin user",
                      "defaultValue": "{{GF_SECURITY_ADMIN_USER}}"
                    },
                    "GF_DEFAULT_INSTANCE_NAME": {
                      "isOptional": false,
                      "description": "Name your Grafana instance!",
                      "defaultValue": "{{GF_DEFAULT_INSTANCE_NAME}}"
                    },
                    "GF_SECURITY_ADMIN_PASSWORD": {
                      "isOptional": false,
                      "description": "Your secure password for the admin user",
                      "defaultValue": "{{GF_SECURITY_ADMIN_PASSWORD}}"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {}
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0"
}
