{
  "manifest_version": "1.0.0",
  "template": {
    "id": "c1efcc75-d212-424e-a424-e95fa741264f",
    "slug": "wizarr",
    "name": "Wizarr",
    "description": "Community template for self-hosted media-server invitations.",
    "url": "https://railway.com/deploy/wizarr",
    "upstream": {
      "image": "ghcr.io/wizarrrr/wizarr:v2026.7.1@sha256:606f9b88b0303daae11f595e424756b588d9365021c53dcb4d1369f2efc0543c"
    }
  },
  "services": [
    {
      "name": "Wizarr",
      "source": {
        "image": "ghcr.io/wizarrrr/wizarr:v2026.7.1@sha256:606f9b88b0303daae11f595e424756b588d9365021c53dcb4d1369f2efc0543c"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "TZ",
      "service": "Wizarr",
      "description": "Container timezone; set to UTC.",
      "secret": false,
      "strategy": "default",
      "default": "UTC"
    },
    {
      "key": "PGID",
      "service": "Wizarr",
      "description": "Numeric GID used when writing persistent Wizarr data.",
      "secret": false,
      "strategy": "default",
      "default": "1000"
    },
    {
      "key": "PORT",
      "service": "Wizarr",
      "description": "Internal HTTP port used by Gunicorn and Railway networking; set to 5690.",
      "secret": false,
      "strategy": "default",
      "default": "5690"
    },
    {
      "key": "PUID",
      "service": "Wizarr",
      "description": "Numeric UID used when writing persistent Wizarr data.",
      "secret": false,
      "strategy": "default",
      "default": "1000"
    },
    {
      "key": "DISABLE_BUILTIN_AUTH",
      "service": "Wizarr",
      "description": "Keep built-in administrator authentication enabled; set false.",
      "secret": false,
      "strategy": "default",
      "default": "false"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "wizarr"
      }
    },
    "cli": "railway deploy --template wizarr",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "c1efcc75-d212-424e-a424-e95fa741264f",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "2e99cd03-4163-415e-aca3-e8d67a100b0e": {
                  "icon": "https://raw.githubusercontent.com/wizarrrr/wizarr/bcb15efc005c31430108e83d5cbcec6082fc9a02/app/static/wizarr-logo.png",
                  "name": "Wizarr",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/",
                    "restartPolicyType": "ON_FAILURE",
                    "healthcheckTimeout": 120,
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/wizarrrr/wizarr:v2026.7.1@sha256:606f9b88b0303daae11f595e424756b588d9365021c53dcb4d1369f2efc0543c"
                  },
                  "variables": {
                    "TZ": {
                      "isOptional": false,
                      "description": "Container timezone; set to UTC.",
                      "defaultValue": "UTC"
                    },
                    "PGID": {
                      "isOptional": false,
                      "description": "Numeric GID used when writing persistent Wizarr data.",
                      "defaultValue": "1000"
                    },
                    "PORT": {
                      "isOptional": false,
                      "description": "Internal HTTP port used by Gunicorn and Railway networking; set to 5690.",
                      "defaultValue": "5690"
                    },
                    "PUID": {
                      "isOptional": false,
                      "description": "Numeric UID used when writing persistent Wizarr data.",
                      "defaultValue": "1000"
                    },
                    "DISABLE_BUILTIN_AUTH": {
                      "isOptional": false,
                      "description": "Keep built-in administrator authentication enabled; set false.",
                      "defaultValue": "false"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:5690": {
                        "port": 5690
                      }
                    }
                  },
                  "volumeMounts": {
                    "2e99cd03-4163-415e-aca3-e8d67a100b0e": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "Wizarr",
      "method": "GET",
      "path": "/",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-10T22:14:43.398Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-10T19:50:20.695Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_e86d38f9ed04440cb22b",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": false,
        "detail": "FAILED"
      }
    ]
  }
}
