{
  "manifest_version": "1.0.0",
  "template": {
    "id": "d2ae6f8d-ebe9-4d2b-9dc9-c70eb78ac39d",
    "slug": "lubelogger",
    "name": "LubeLogger",
    "description": "Self-hosted vehicle maintenance, fuel mileage, reminders, and records.",
    "url": "https://railway.com/deploy/lubelogger",
    "upstream": {
      "image": "ghcr.io/hargata/lubelogger:v1.7.0@sha256:01bdb486af71e641c3ae41499e0412a21f2e04fa31b25c5c6531b42c112938e5"
    }
  },
  "services": [
    {
      "name": "LubeLogger",
      "source": {
        "image": "ghcr.io/hargata/lubelogger:v1.7.0@sha256:01bdb486af71e641c3ae41499e0412a21f2e04fa31b25c5c6531b42c112938e5"
      },
      "needs_volume": true,
      "volume_mount_path": "/App/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "HOME",
      "service": "LubeLogger",
      "description": "Provide a value for HOME.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "LUBELOGGER_DOMAIN",
      "service": "LubeLogger",
      "description": "Provide a value for LUBELOGGER_DOMAIN.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "lubelogger"
      }
    },
    "cli": "railway deploy --template lubelogger",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "d2ae6f8d-ebe9-4d2b-9dc9-c70eb78ac39d",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "d54f83be-9818-4e00-93b6-9a68216a299b": {
                  "icon": "https://raw.githubusercontent.com/hargata/lubelog/7baa33a8ef0b26cd10fdf41b799c8513fad78330/wwwroot/defaults/lubelogger_maskable_icon_192.png",
                  "name": "LubeLogger",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/health",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/hargata/lubelogger:v1.7.0@sha256:01bdb486af71e641c3ae41499e0412a21f2e04fa31b25c5c6531b42c112938e5"
                  },
                  "variables": {
                    "HOME": {
                      "isOptional": false,
                      "defaultValue": "${{RAILWAY_VOLUME_MOUNT_PATH}}"
                    },
                    "LUBELOGGER_DOMAIN": {
                      "isOptional": false,
                      "defaultValue": "https://${{RAILWAY_PUBLIC_DOMAIN}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "d54f83be-9818-4e00-93b6-9a68216a299b": {
                      "mountPath": "/App/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "LubeLogger",
      "method": "GET",
      "path": "/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-10T10:14:45.332Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-08T22:36:37.931Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_0af3fdfba8d54e8da369",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 17,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "LubeLogger"
  }
}
