{
  "manifest_version": "1.0.0",
  "template": {
    "id": "7bc53daf-dbe6-4625-a8db-7e5521add5fe",
    "slug": "5-vKTX",
    "name": "iGotify",
    "description": "Sends Gotify notifications to iOS devices",
    "url": "https://railway.com/deploy/5-vKTX",
    "upstream": {
      "image": "ghcr.io/androidseb25/igotify-notification-assist"
    }
  },
  "services": [
    {
      "name": "iGotify",
      "source": {
        "image": "ghcr.io/androidseb25/igotify-notification-assist"
      },
      "needs_volume": true,
      "volume_mount_path": "/app/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "iGotify",
      "description": "Internal port for iGotify",
      "secret": false,
      "strategy": "default",
      "default": "8080"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "5-vKTX"
      }
    },
    "cli": "railway deploy --template 5-vKTX",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "7bc53daf-dbe6-4625-a8db-7e5521add5fe",
            "serializedConfig": {
              "services": {
                "d34cb473-0c4b-4f52-ad8f-2e806b325c32": {
                  "icon": "https://raw.githubusercontent.com/gotify/website/master/website/static/img/logo.png",
                  "name": "iGotify",
                  "deploy": {
                    "healthcheckPath": "/api/Version"
                  },
                  "source": {
                    "image": "ghcr.io/androidseb25/igotify-notification-assist"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "Internal port for iGotify",
                      "defaultValue": "8080"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "d34cb473-0c4b-4f52-ad8f-2e806b325c32": {
                      "mountPath": "/app/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "iGotify",
      "method": "GET",
      "path": "/api/Version",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-23T22:14:45.316Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T13:48:52.910Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_09b79c2086d4489297ef",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 75,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "iGotify"
  }
}
