{
  "manifest_version": "1.0.0",
  "template": {
    "id": "c24657ae-6634-457e-b296-94b413ab5901",
    "slug": "changedetection",
    "name": "Changedetection",
    "description": "Monitor and detect website changes with alerts.",
    "url": "https://railway.com/deploy/changedetection",
    "upstream": {
      "image": "dgtlmoon/changedetection.io:latest"
    }
  },
  "services": [
    {
      "name": "ChangeDetection",
      "source": {
        "image": "dgtlmoon/changedetection.io:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/datastore",
      "http": true
    },
    {
      "name": "SockpuppetBrowser",
      "source": {
        "image": "dgtlmoon/sockpuppetbrowser:latest"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "TZ",
      "service": "ChangeDetection",
      "description": "Provide a value for TZ.",
      "secret": false,
      "strategy": "default",
      "default": "UTC"
    },
    {
      "key": "HIDE_REFERER",
      "service": "ChangeDetection",
      "description": "Provide a value for HIDE_REFERER.",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "LOGGER_LEVEL",
      "service": "ChangeDetection",
      "description": "Provide a value for LOGGER_LEVEL.",
      "secret": false,
      "strategy": "default",
      "default": "INFO"
    },
    {
      "key": "FETCH_WORKERS",
      "service": "ChangeDetection",
      "description": "Provide a value for FETCH_WORKERS.",
      "secret": false,
      "strategy": "default",
      "default": "10"
    },
    {
      "key": "PLAYWRIGHT_DRIVER_URL",
      "service": "ChangeDetection",
      "description": "Provide a value for PLAYWRIGHT_DRIVER_URL.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "SCREEN_WIDTH",
      "service": "SockpuppetBrowser",
      "description": "Provide a value for SCREEN_WIDTH.",
      "secret": false,
      "strategy": "default",
      "default": "1920"
    },
    {
      "key": "SCREEN_HEIGHT",
      "service": "SockpuppetBrowser",
      "description": "Provide a value for SCREEN_HEIGHT.",
      "secret": false,
      "strategy": "default",
      "default": "1080"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "changedetection"
      }
    },
    "cli": "railway deploy --template changedetection",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "c24657ae-6634-457e-b296-94b413ab5901",
            "serializedConfig": {
              "services": {
                "2fadd522-3f7b-4b14-89f4-71bad8a7244e": {
                  "icon": "https://somi-public-assets.s3.ap-southeast-1.amazonaws.com/railway/changedetection-logo.svg",
                  "name": "ChangeDetection",
                  "deploy": {
                    "healthcheckPath": "/worker-health"
                  },
                  "source": {
                    "image": "dgtlmoon/changedetection.io:latest"
                  },
                  "variables": {
                    "TZ": {
                      "defaultValue": "UTC"
                    },
                    "HIDE_REFERER": {
                      "defaultValue": "true"
                    },
                    "LOGGER_LEVEL": {
                      "defaultValue": "INFO"
                    },
                    "FETCH_WORKERS": {
                      "defaultValue": "10"
                    },
                    "PLAYWRIGHT_DRIVER_URL": {
                      "description": "",
                      "defaultValue": "ws://${{SockpuppetBrowser.RAILWAY_PRIVATE_DOMAIN}}:3000"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  },
                  "volumeMounts": {
                    "2fadd522-3f7b-4b14-89f4-71bad8a7244e": {
                      "mountPath": "/datastore"
                    }
                  }
                },
                "3a250ffd-6bdc-4f02-8207-3daceb4dd240": {
                  "icon": "https://somi-public-assets.s3.ap-southeast-1.amazonaws.com/railway/chromium-logo.png",
                  "name": "SockpuppetBrowser",
                  "source": {
                    "image": "dgtlmoon/sockpuppetbrowser:latest"
                  },
                  "variables": {
                    "SCREEN_WIDTH": {
                      "defaultValue": "1920"
                    },
                    "SCREEN_HEIGHT": {
                      "defaultValue": "1080"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "ChangeDetection",
      "method": "GET",
      "path": "/worker-health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 2,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-18T14:23:28.076Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_ed15534e0f7a4cceadef",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 71,
    "typical_build_seconds": 0,
    "typical_start_seconds": 10,
    "slowest_service": "ChangeDetection"
  }
}
