{
  "manifest_version": "1.0.0",
  "template": {
    "id": "26e240d1-76e7-4ac3-9b75-4a92e1ad0df3",
    "slug": "lockform-relay",
    "name": "lockform-relay",
    "description": "Host your own lockform-relay instance",
    "url": "https://railway.com/deploy/lockform-relay",
    "upstream": {
      "image": "ghcr.io/jordan-dalby/lockformrelay"
    }
  },
  "services": [
    {
      "name": "lockform-relay",
      "source": {
        "image": "ghcr.io/jordan-dalby/lockformrelay"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "ADMIN_PASSWORD",
      "service": "lockform-relay",
      "description": "Provide a value for ADMIN_PASSWORD.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "WEBHOOK_SECRET",
      "service": "lockform-relay",
      "description": "Provide a value for WEBHOOK_SECRET.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "LOCKFORM_PRIVATE_KEYS",
      "service": "lockform-relay",
      "description": "Provide a value for LOCKFORM_PRIVATE_KEYS.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "lockform-relay"
      }
    },
    "cli": "railway deploy --template lockform-relay",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "26e240d1-76e7-4ac3-9b75-4a92e1ad0df3",
            "serializedConfig": {
              "services": {
                "154e51c7-baf7-4753-8f96-1a4a14c8d4ca": {
                  "name": "lockform-relay",
                  "source": {
                    "image": "ghcr.io/jordan-dalby/lockformrelay"
                  },
                  "variables": {
                    "ADMIN_PASSWORD": {
                      "defaultValue": "{{ADMIN_PASSWORD}}"
                    },
                    "WEBHOOK_SECRET": {
                      "defaultValue": "{{WEBHOOK_SECRET}}"
                    },
                    "LOCKFORM_PRIVATE_KEYS": {
                      "defaultValue": "{{LOCKFORM_PRIVATE_KEYS}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  },
                  "volumeMounts": {
                    "154e51c7-baf7-4753-8f96-1a4a14c8d4ca": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-09T02:41:42.605Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_dcff8cbbc95a4696a21b",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 112,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "lockform-relay"
  }
}
