{
  "manifest_version": "1.0.0",
  "template": {
    "id": "a9ddaa59-f9a5-4145-9d13-6d2def1f6efa",
    "slug": "baby-buddy",
    "name": "Baby Buddy | Self-Hosted Baby Tracker",
    "description": "Self-hosted baby tracker: feedings, sleep, diapers, growth. Private.",
    "url": "https://railway.com/deploy/baby-buddy",
    "upstream": {
      "repo_url": "https://github.com/nomideusz/babybuddy-railway"
    }
  },
  "services": [
    {
      "name": "babybuddy",
      "source": {
        "repo": "https://github.com/nomideusz/babybuddy-railway"
      },
      "needs_volume": true,
      "volume_mount_path": "/config",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "TZ",
      "service": "babybuddy",
      "description": "Your time zone — timeline entries use it.",
      "secret": false,
      "strategy": "default",
      "default": "UTC"
    },
    {
      "key": "PORT",
      "service": "babybuddy",
      "description": "Port for Railway healthcheck probing. Do not change.",
      "secret": false,
      "strategy": "default",
      "default": "8000"
    },
    {
      "key": "CSRF_TRUSTED_ORIGINS",
      "service": "babybuddy",
      "description": "Public URL for Django CSRF protection. Do not change.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "baby-buddy"
      }
    },
    "cli": "railway deploy --template baby-buddy",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "a9ddaa59-f9a5-4145-9d13-6d2def1f6efa",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "0a3096be-9023-4b0f-a097-e49f378e8fce": {
                  "icon": "https://raw.githubusercontent.com/babybuddy/babybuddy/master/babybuddy/static_src/logo/icon.png",
                  "name": "babybuddy",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/login/",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/nomideusz/babybuddy-railway",
                    "rootDirectory": null
                  },
                  "variables": {
                    "TZ": {
                      "isOptional": false,
                      "description": "Your time zone — timeline entries use it.",
                      "defaultValue": "UTC"
                    },
                    "PORT": {
                      "isOptional": false,
                      "description": "Port for Railway healthcheck probing. Do not change.",
                      "defaultValue": "8000"
                    },
                    "CSRF_TRUSTED_ORIGINS": {
                      "isOptional": false,
                      "description": "Public URL for Django CSRF protection. Do not change.",
                      "defaultValue": "https://${{RAILWAY_PUBLIC_DOMAIN}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8000": {
                        "port": 8000
                      }
                    }
                  },
                  "volumeMounts": {
                    "0a3096be-9023-4b0f-a097-e49f378e8fce": {
                      "mountPath": "/config"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "babybuddy",
      "method": "GET",
      "path": "/login/",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-11T10:14:37.526Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-10T23:05:54.869Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_bbe1be2b193743d6adc6",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 94,
    "typical_build_seconds": 26,
    "typical_start_seconds": 20,
    "slowest_service": "babybuddy"
  }
}
