{
  "manifest_version": "1.0.0",
  "template": {
    "id": "d0f03565-ac82-463c-8d45-5580aeada76f",
    "slug": "ntfy",
    "name": "ntfy (Open-Source Notification & Push Messaging Service)",
    "description": "ntfy [Sep ’26] (Send Push Messages via Simple HTTP Calls) Self Host",
    "url": "https://railway.com/deploy/ntfy",
    "upstream": {
      "image": "binwiederhier/ntfy"
    }
  },
  "services": [
    {
      "name": "binwiederhier/ntfy",
      "source": {
        "image": "binwiederhier/ntfy"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "binwiederhier/ntfy",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "80"
    },
    {
      "key": "NTFY_BASE_URL",
      "service": "binwiederhier/ntfy",
      "description": "Provide a value for NTFY_BASE_URL.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "NTFY_UPSTREAM_BASE_URL",
      "service": "binwiederhier/ntfy",
      "description": "Provide a value for NTFY_UPSTREAM_BASE_URL.",
      "secret": false,
      "strategy": "default",
      "default": "https://ntfy.sh"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "ntfy"
      }
    },
    "cli": "railway deploy --template ntfy",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "d0f03565-ac82-463c-8d45-5580aeada76f",
            "serializedConfig": {
              "services": {
                "36929ac0-cb3c-41e9-84e5-6ed53477c698": {
                  "name": "binwiederhier/ntfy",
                  "source": {
                    "image": "binwiederhier/ntfy"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "80"
                    },
                    "NTFY_BASE_URL": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "https://${{RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "NTFY_UPSTREAM_BASE_URL": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "https://ntfy.sh"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T02:46:27.729Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_e39b6a4a83f640d9aa5c",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 63,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "binwiederhier/ntfy"
  }
}
