{
  "manifest_version": "1.0.0",
  "template": {
    "id": "d3c8f930-0e0f-41ba-87c2-0daf2894df28",
    "slug": "bemby",
    "name": "Bemby",
    "description": "Bemby | Emby 签到保活面板 ｜ Keep Emby account active",
    "url": "https://railway.com/deploy/bemby",
    "upstream": {
      "image": "liveinaus/bemby:latest"
    }
  },
  "services": [
    {
      "name": "bemby",
      "source": {
        "image": "liveinaus/bemby:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/app/data",
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "TZ",
      "service": "bemby",
      "description": "时区",
      "secret": false,
      "strategy": "default",
      "default": "${TZ:-Asia/Shanghai}"
    },
    {
      "key": "JWT_SECRET",
      "service": "bemby",
      "description": "请修改 JWT 密钥",
      "secret": true,
      "strategy": "default",
      "default": "please-update-this"
    },
    {
      "key": "ADMIN_PASSWORD",
      "service": "bemby",
      "description": "默认密码",
      "secret": true,
      "strategy": "default",
      "default": "changeme"
    },
    {
      "key": "ADMIN_USERNAME",
      "service": "bemby",
      "description": "默认用户名",
      "secret": false,
      "strategy": "default",
      "default": "admin"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "bemby"
      }
    },
    "cli": "railway deploy --template bemby",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "d3c8f930-0e0f-41ba-87c2-0daf2894df28",
            "serializedConfig": {
              "services": {
                "f1d37b57-32f0-44a7-b44a-5308af16bcba": {
                  "name": "bemby",
                  "source": {
                    "image": "liveinaus/bemby:latest"
                  },
                  "variables": {
                    "TZ": {
                      "description": "时区",
                      "defaultValue": "${TZ:-Asia/Shanghai}"
                    },
                    "JWT_SECRET": {
                      "description": "请修改 JWT 密钥",
                      "defaultValue": "please-update-this"
                    },
                    "ADMIN_PASSWORD": {
                      "description": "默认密码",
                      "defaultValue": "changeme"
                    },
                    "ADMIN_USERNAME": {
                      "description": "默认用户名",
                      "defaultValue": "admin"
                    }
                  },
                  "volumeMounts": {
                    "f1d37b57-32f0-44a7-b44a-5308af16bcba": {
                      "mountPath": "/app/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-11T04:14:34.944Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-09T03:59:12.241Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_353d88abd7394e41876d",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 75,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "bemby"
  }
}
