{
  "manifest_version": "1.0.0",
  "template": {
    "id": "3ce69e0a-64f3-4983-b93e-ee094006bb46",
    "slug": "pocketbase",
    "name": "PocketBase [Updated Sep ’26]",
    "description": "PocketBase [Sep ’26] (Realtime DB, Auth & File Storage Backend) Self Host",
    "url": "https://railway.com/deploy/pocketbase",
    "upstream": {
      "repo_url": "https://github.com/Shinyduo/pocketbase-railway"
    }
  },
  "services": [
    {
      "name": "pocketbase-railway",
      "source": {
        "repo": "https://github.com/Shinyduo/pocketbase-railway"
      },
      "needs_volume": true,
      "volume_mount_path": "/root/pocketbase",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "pocketbase-railway",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8080"
    },
    {
      "key": "PB_ADMIN_PASS",
      "service": "pocketbase-railway",
      "description": "Provide a value for PB_ADMIN_PASS.",
      "secret": false,
      "strategy": "default",
      "default": "L6inoglSiyY2YR3xRbtRziF1"
    },
    {
      "key": "PB_ADMIN_EMAIL",
      "service": "pocketbase-railway",
      "description": "Provide a value for PB_ADMIN_EMAIL.",
      "secret": false,
      "strategy": "default",
      "default": "admin@example.com"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "pocketbase"
      }
    },
    "cli": "railway deploy --template pocketbase",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "3ce69e0a-64f3-4983-b93e-ee094006bb46",
            "serializedConfig": {
              "services": {
                "a5d24afe-8a90-4cbe-96c1-784c5b04747e": {
                  "icon": null,
                  "name": "pocketbase-railway",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null
                  },
                  "source": {
                    "repo": "https://github.com/Shinyduo/pocketbase-railway",
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "defaultValue": "8080"
                    },
                    "PB_ADMIN_PASS": {
                      "defaultValue": "L6inoglSiyY2YR3xRbtRziF1"
                    },
                    "PB_ADMIN_EMAIL": {
                      "defaultValue": "admin@example.com"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "a5d24afe-8a90-4cbe-96c1-784c5b04747e": {
                      "mountPath": "/root/pocketbase"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "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-09T22:59:12.457Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_cf4f6ca2b82249daa330",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 93,
    "typical_build_seconds": 10,
    "typical_start_seconds": 10,
    "slowest_service": "pocketbase-railway"
  }
}
