{
  "manifest_version": "1.0.0",
  "template": {
    "id": "aa6eb568-74ff-41a4-b8fa-049e64c4fa14",
    "slug": "changedetectionio-2",
    "name": "changedetection.io",
    "description": "Monitor website changes and get notified.",
    "url": "https://railway.com/deploy/changedetectionio-2",
    "upstream": {
      "image": "ghcr.io/dgtlmoon/changedetection.io:0.55.8@sha256:5438423d5e906eff4e8f7886823482ad23f472bf7b8530ccaca89fb48c337882"
    }
  },
  "services": [
    {
      "name": "changedetection.io",
      "source": {
        "image": "ghcr.io/dgtlmoon/changedetection.io:0.55.8@sha256:5438423d5e906eff4e8f7886823482ad23f472bf7b8530ccaca89fb48c337882"
      },
      "needs_volume": true,
      "volume_mount_path": "/datastore",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "TZ",
      "service": "changedetection.io",
      "description": "Provide a value for TZ.",
      "secret": false,
      "strategy": "default",
      "default": "Etc/UTC"
    },
    {
      "key": "PORT",
      "service": "changedetection.io",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "5000"
    },
    {
      "key": "BASE_URL",
      "service": "changedetection.io",
      "description": "Provide a value for BASE_URL.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "HIDE_REFERER",
      "service": "changedetection.io",
      "description": "Provide a value for HIDE_REFERER.",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "USE_X_SETTINGS",
      "service": "changedetection.io",
      "description": "Provide a value for USE_X_SETTINGS.",
      "secret": false,
      "strategy": "default",
      "default": "1"
    },
    {
      "key": "DISABLE_VERSION_CHECK",
      "service": "changedetection.io",
      "description": "Provide a value for DISABLE_VERSION_CHECK.",
      "secret": false,
      "strategy": "default",
      "default": "true"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "changedetectionio-2"
      }
    },
    "cli": "railway deploy --template changedetectionio-2",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "aa6eb568-74ff-41a4-b8fa-049e64c4fa14",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "6e8e9785-ef96-43e4-8604-49bd58218087": {
                  "icon": null,
                  "name": "changedetection.io",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/dgtlmoon/changedetection.io:0.55.8@sha256:5438423d5e906eff4e8f7886823482ad23f472bf7b8530ccaca89fb48c337882"
                  },
                  "variables": {
                    "TZ": {
                      "isOptional": false,
                      "defaultValue": "Etc/UTC"
                    },
                    "PORT": {
                      "isOptional": false,
                      "defaultValue": "5000"
                    },
                    "BASE_URL": {
                      "isOptional": false,
                      "defaultValue": "https://${{changedetection.io.RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "HIDE_REFERER": {
                      "isOptional": false,
                      "defaultValue": "true"
                    },
                    "USE_X_SETTINGS": {
                      "isOptional": false,
                      "defaultValue": "1"
                    },
                    "DISABLE_VERSION_CHECK": {
                      "isOptional": false,
                      "defaultValue": "true"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "6e8e9785-ef96-43e4-8604-49bd58218087": {
                      "mountPath": "/datastore"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "changedetection.io",
      "method": "GET",
      "path": "/",
      "expect_status": 200
    }
  },
  "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-07T00:00:40.338Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_6ee319192f2746a8be91",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 203,
    "typical_build_seconds": 0,
    "typical_start_seconds": 11,
    "slowest_service": "changedetection.io"
  }
}
