{
  "manifest_version": "1.0.0",
  "template": {
    "id": "85eb8ae1-c3a7-4f4b-aab4-6c40edff2adc",
    "slug": "nodecast-tv-nodecast-tv",
    "name": "Nodecast TV (nodecast-tv)",
    "description": "nodecast-tv is a modern, web-based IPTV player",
    "url": "https://railway.com/deploy/nodecast-tv-nodecast-tv",
    "upstream": {
      "image": "ghcr.io/technomancer702/nodecast-tv:latest"
    }
  },
  "services": [
    {
      "name": "Nodecast TV",
      "source": {
        "image": "ghcr.io/technomancer702/nodecast-tv:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/app/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "Nodecast TV",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "3000"
    },
    {
      "key": "NODE_ENV",
      "service": "Nodecast TV",
      "description": "Provide a value for NODE_ENV.",
      "secret": false,
      "strategy": "default",
      "default": "production"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "nodecast-tv-nodecast-tv"
      }
    },
    "cli": "railway deploy --template nodecast-tv-nodecast-tv",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "85eb8ae1-c3a7-4f4b-aab4-6c40edff2adc",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "73ac4dba-5cf9-4769-a054-1d8cce3f05bb": {
                  "icon": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/nodecast-tv.png",
                  "name": "Nodecast TV",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/technomancer702/nodecast-tv:latest"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "3000"
                    },
                    "NODE_ENV": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "production"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "73ac4dba-5cf9-4769-a054-1d8cce3f05bb": {
                      "mountPath": "/app/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "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-09T13:58:38.904Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_a81f28c357a24ab1a8d4",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 88,
    "typical_build_seconds": 0,
    "typical_start_seconds": 10,
    "slowest_service": "Nodecast TV"
  }
}
