{
  "manifest_version": "1.0.0",
  "template": {
    "id": "6072c76b-5bbe-43ed-9319-4f2203ce62ea",
    "slug": "redis-insights-redis-gui",
    "name": "Redis Insights - Redis UI",
    "description": "An official GUI for Redis",
    "url": "https://railway.com/deploy/redis-insights-redis-gui",
    "upstream": {
      "image": "redis/redisinsight:latest"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "Redis Insights",
      "source": {
        "image": "redis/redisinsight:latest"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "REDISHOST",
      "service": "Redis Insights",
      "description": "Host of a Redis database",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "REDISPORT",
      "service": "Redis Insights",
      "description": "Port of a Redis database",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "REDISUSER",
      "service": "Redis Insights",
      "description": "Username to connect to a Redis database",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "REDIS_URL",
      "service": "Redis Insights",
      "description": "Public URL of a Redis database as Redis Insights uses ioredis package to connect and it only connects via IPv4. See more here: https://docs.railway.com/reference/errors/enotfound-redis-railway-internal#ioredis",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "REDISPASSWORD",
      "service": "Redis Insights",
      "description": "Password to connect to a Redis database",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "redis-insights-redis-gui"
      }
    },
    "cli": "railway deploy --template redis-insights-redis-gui",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "6072c76b-5bbe-43ed-9319-4f2203ce62ea",
            "serializedConfig": {
              "services": {
                "3344bd0f-c107-4857-a38b-c9b594557f62": {
                  "icon": "https://cdn.sanity.io/images/sy1jschh/production/5a802d95367ef2a3b8a8b077d7200ef611d8b6ce-64x64.svg",
                  "name": "Redis Insights",
                  "source": {
                    "image": "redis/redisinsight:latest"
                  },
                  "variables": {
                    "REDISHOST": {
                      "isOptional": false,
                      "description": "Host of a Redis database",
                      "defaultValue": "{{REDISHOST}}"
                    },
                    "REDISPORT": {
                      "isOptional": false,
                      "description": "Port of a Redis database",
                      "defaultValue": "{{REDISPORT}}"
                    },
                    "REDISUSER": {
                      "isOptional": false,
                      "description": "Username to connect to a Redis database",
                      "defaultValue": "{{REDISUSER}}"
                    },
                    "REDIS_URL": {
                      "isOptional": false,
                      "description": "Public URL of a Redis database as Redis Insights uses ioredis package to connect and it only connects via IPv4. See more here: https://docs.railway.com/reference/errors/enotfound-redis-railway-internal#ioredis",
                      "defaultValue": "{{REDIS_URL}}"
                    },
                    "REDISPASSWORD": {
                      "isOptional": false,
                      "description": "Password to connect to a Redis database",
                      "defaultValue": "{{REDISPASSWORD}}"
                    }
                  },
                  "networking": {}
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0"
}
