{
  "manifest_version": "1.0.0",
  "template": {
    "id": "93de97c5-e7e2-4597-b684-337b2a6155b1",
    "slug": "railway-gophish-persistent-storage",
    "name": "Gophish (with persistent storage)",
    "description": "Gophish phishing simulation platform with persistent data storage",
    "url": "https://railway.com/deploy/railway-gophish-persistent-storage",
    "upstream": {
      "repo_url": "https://github.com/mcmxcii-ldn/railway-gophish-persistent-storage"
    }
  },
  "services": [
    {
      "name": "railway-gophish-persistent-storage",
      "source": {
        "repo": "https://github.com/mcmxcii-ldn/railway-gophish-persistent-storage"
      },
      "needs_volume": true,
      "volume_mount_path": "/opt/gophish/data",
      "http": false
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "railway-gophish-persistent-storage"
      }
    },
    "cli": "railway deploy --template railway-gophish-persistent-storage",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "93de97c5-e7e2-4597-b684-337b2a6155b1",
            "serializedConfig": {
              "services": {
                "5890014a-d357-4ae9-890c-e6bba450ea01": {
                  "name": "railway-gophish-persistent-storage",
                  "source": {
                    "repo": "mcmxcii-ldn/railway-gophish-persistent-storage",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "volumeMounts": {
                    "5890014a-d357-4ae9-890c-e6bba450ea01": {
                      "mountPath": "/opt/gophish/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-20T21:14:49.426Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_e2c25e76767e436e9c75",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 63,
    "typical_build_seconds": 20,
    "typical_start_seconds": 10,
    "slowest_service": "railway-gophish-persistent-storage"
  }
}
