{
  "manifest_version": "1.0.0",
  "template": {
    "id": "4ed663d1-439f-4b9d-b816-4c95fe7f7fa0",
    "slug": "jellyfin",
    "name": "Jellyfin (Open-Source Media Server & Streaming Platform)",
    "description": "Jellyfin [Sep ’26] (Media Server | Kodi, Plex & Emby Alternative) Self Host",
    "url": "https://railway.com/deploy/jellyfin",
    "upstream": {
      "repo_url": "https://github.com/Shinyduo/jellyfin-railway"
    }
  },
  "services": [
    {
      "name": "jellyfin-railway",
      "source": {
        "repo": "https://github.com/Shinyduo/jellyfin-railway"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "jellyfin-railway",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8096"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "jellyfin"
      }
    },
    "cli": "railway deploy --template jellyfin",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "4ed663d1-439f-4b9d-b816-4c95fe7f7fa0",
            "serializedConfig": {
              "services": {
                "1f7b0725-bb13-495d-a764-460cc1df1ab3": {
                  "icon": null,
                  "name": "jellyfin-railway",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null
                  },
                  "source": {
                    "repo": "https://github.com/Shinyduo/jellyfin-railway",
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "defaultValue": "8096"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "1f7b0725-bb13-495d-a764-460cc1df1ab3": {
                      "mountPath": "/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-09T21:29:19.456Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_4c4c0c272e7940169598",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 76,
    "typical_build_seconds": 21,
    "typical_start_seconds": 10,
    "slowest_service": "jellyfin-railway"
  }
}
