{
  "manifest_version": "1.0.0",
  "template": {
    "id": "1d06c499-c3cc-4c99-926c-cee66c85f4ed",
    "slug": "j-tGRG",
    "name": "Vince Analytics",
    "description": "Cost effective, self-hosted website analytics, based on Plausible",
    "url": "https://railway.com/deploy/j-tGRG",
    "upstream": {
      "repo_url": "https://github.com/gillkyle/vince-analytics-template"
    }
  },
  "services": [
    {
      "name": "vince-analytics-template",
      "source": {
        "repo": "https://github.com/gillkyle/vince-analytics-template"
      },
      "needs_volume": true,
      "volume_mount_path": "/vince-data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "VINCE_URL",
      "service": "vince-analytics-template",
      "description": "This URL is what represents the running Vince Analytics service. It gets pre-filled in forms in the Admin UI when you are fetching your own tracking script.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "VINCE_ADMIN_NAME",
      "service": "vince-analytics-template",
      "description": "This is the name of the admin user, since only a single admin user can be created its not necessary to use a name other than something easy like \"admin\".",
      "secret": false,
      "strategy": "default",
      "default": "admin"
    },
    {
      "key": "VINCE_ADMIN_PASSWORD",
      "service": "vince-analytics-template",
      "description": "This is sensitive and should be protected, it's what you'll use to log in as the admin user. Can be set to whatever you like.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "j-tGRG"
      }
    },
    "cli": "railway deploy --template j-tGRG",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "1d06c499-c3cc-4c99-926c-cee66c85f4ed",
            "serializedConfig": {
              "services": {
                "731c7320-4b26-4d54-bc0e-090d819ddab2": {
                  "icon": null,
                  "name": "vince-analytics-template",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null
                  },
                  "source": {
                    "repo": "https://github.com/gillkyle/vince-analytics-template",
                    "rootDirectory": null
                  },
                  "variables": {
                    "VINCE_URL": {
                      "isOptional": false,
                      "description": "This URL is what represents the running Vince Analytics service. It gets pre-filled in forms in the Admin UI when you are fetching your own tracking script.",
                      "defaultValue": "${{RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "VINCE_ADMIN_NAME": {
                      "isOptional": false,
                      "description": "This is the name of the admin user, since only a single admin user can be created its not necessary to use a name other than something easy like \"admin\".",
                      "defaultValue": "admin"
                    },
                    "VINCE_ADMIN_PASSWORD": {
                      "isOptional": false,
                      "description": "This is sensitive and should be protected, it's what you'll use to log in as the admin user. Can be set to whatever you like.",
                      "defaultValue": "{{VINCE_ADMIN_PASSWORD}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "731c7320-4b26-4d54-bc0e-090d819ddab2": {
                      "mountPath": "/vince-data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-21T16:15:12.787Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T09:47:46.787Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_1fff840ba8db46349541",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 107,
    "typical_build_seconds": 20,
    "typical_start_seconds": 10,
    "slowest_service": "vince-analytics-template"
  }
}
