{
  "manifest_version": "1.0.0",
  "template": {
    "id": "df9e11be-469e-4a00-bdc4-4d425818c051",
    "slug": "changedetectionio-1",
    "name": "changedetection.io",
    "description": "Website change monitoring with visual diffs, alerts, and watch history",
    "url": "https://railway.com/deploy/changedetectionio-1",
    "upstream": {
      "repo_url": "https://github.com/INAPP-Mobile/railway-changedetection.io"
    }
  },
  "services": [
    {
      "name": "changedetection.io",
      "source": {
        "repo": "https://github.com/INAPP-Mobile/railway-changedetection.io"
      },
      "needs_volume": true,
      "volume_mount_path": "/datastore",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "TZ",
      "service": "changedetection.io",
      "description": "Timezone for scheduled checking (e.g., America/New_York, Europe/London).",
      "secret": false,
      "strategy": "default",
      "default": "UTC"
    },
    {
      "key": "PORT",
      "service": "changedetection.io",
      "description": "HTTP listen port (default: 5000). Railway sets this automatically.",
      "secret": false,
      "strategy": "default",
      "default": "5000"
    },
    {
      "key": "LOGGER_LEVEL",
      "service": "changedetection.io",
      "description": "Log level: TRACE, DEBUG, INFO, SUCCESS, WARNING, ERROR, CRITICAL.",
      "secret": false,
      "strategy": "default",
      "default": "DEBUG"
    },
    {
      "key": "FETCH_WORKERS",
      "service": "changedetection.io",
      "description": "Number of parallel fetch workers for monitoring checks (default: 10).",
      "secret": false,
      "strategy": "default",
      "default": "10"
    },
    {
      "key": "DISABLE_VERSION_CHECK",
      "service": "changedetection.io",
      "description": "Set to true to disable telemetry and version check.",
      "secret": false,
      "strategy": "default",
      "default": "false"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "changedetectionio-1"
      }
    },
    "cli": "railway deploy --template changedetectionio-1",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "df9e11be-469e-4a00-bdc4-4d425818c051",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "a03e1d56-3540-49c6-a4d0-cbcc05c9ae34": {
                  "icon": null,
                  "name": "changedetection.io",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/INAPP-Mobile/railway-changedetection.io",
                    "rootDirectory": null
                  },
                  "variables": {
                    "TZ": {
                      "description": "Timezone for scheduled checking (e.g., America/New_York, Europe/London).",
                      "defaultValue": "UTC"
                    },
                    "PORT": {
                      "description": "HTTP listen port (default: 5000). Railway sets this automatically.",
                      "defaultValue": "5000"
                    },
                    "BASE_URL": {
                      "isOptional": true,
                      "description": "Public URL of your instance (e.g., https://your-app.up.railway.app). Appears in notification alerts.",
                      "defaultValue": ""
                    },
                    "LOGGER_LEVEL": {
                      "description": "Log level: TRACE, DEBUG, INFO, SUCCESS, WARNING, ERROR, CRITICAL.",
                      "defaultValue": "DEBUG"
                    },
                    "FETCH_WORKERS": {
                      "description": "Number of parallel fetch workers for monitoring checks (default: 10).",
                      "defaultValue": "10"
                    },
                    "DISABLE_VERSION_CHECK": {
                      "description": "Set to true to disable telemetry and version check.",
                      "defaultValue": "false"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "a03e1d56-3540-49c6-a4d0-cbcc05c9ae34": {
                      "mountPath": "/datastore"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-20T08:39:05.945Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_1aa9c83553b44a67aa46",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 117,
    "typical_build_seconds": 36,
    "typical_start_seconds": 15,
    "slowest_service": "changedetection.io"
  }
}
