{
  "manifest_version": "1.0.0",
  "template": {
    "id": "e1dbc09f-6a99-42d3-a559-2f808ea7cd85",
    "slug": "wallos-1",
    "name": "Wallos",
    "description": "Self-hosted subscription tracker with budgets, categories, and currencies.",
    "url": "https://railway.com/deploy/wallos-1",
    "upstream": {
      "image": "bellamy/wallos:5.4.2@sha256:316f26e13265958e7946ef98ff600516fddc51d698ee98bd1ae1577e5e00789f"
    }
  },
  "services": [
    {
      "name": "Wallos",
      "source": {
        "image": "bellamy/wallos:5.4.2@sha256:316f26e13265958e7946ef98ff600516fddc51d698ee98bd1ae1577e5e00789f"
      },
      "needs_volume": true,
      "volume_mount_path": "/var/www/html/db",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "TZ",
      "service": "Wallos",
      "description": "Provide a value for TZ.",
      "secret": false,
      "strategy": "default",
      "default": "Etc/UTC"
    },
    {
      "key": "PGID",
      "service": "Wallos",
      "description": "Provide a value for PGID.",
      "secret": false,
      "strategy": "default",
      "default": "1000"
    },
    {
      "key": "PORT",
      "service": "Wallos",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "80"
    },
    {
      "key": "PUID",
      "service": "Wallos",
      "description": "Provide a value for PUID.",
      "secret": false,
      "strategy": "default",
      "default": "1000"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "wallos-1"
      }
    },
    "cli": "railway deploy --template wallos-1",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "e1dbc09f-6a99-42d3-a559-2f808ea7cd85",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "cff031fb-52cf-479d-bd11-50c0383562da": {
                  "icon": null,
                  "name": "Wallos",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "bellamy/wallos:5.4.2@sha256:316f26e13265958e7946ef98ff600516fddc51d698ee98bd1ae1577e5e00789f"
                  },
                  "variables": {
                    "TZ": {
                      "isOptional": false,
                      "defaultValue": "Etc/UTC"
                    },
                    "PGID": {
                      "isOptional": false,
                      "defaultValue": "1000"
                    },
                    "PORT": {
                      "isOptional": false,
                      "defaultValue": "80"
                    },
                    "PUID": {
                      "isOptional": false,
                      "defaultValue": "1000"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "cff031fb-52cf-479d-bd11-50c0383562da": {
                      "mountPath": "/var/www/html/db"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "Wallos",
      "method": "GET",
      "path": "/",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-06T18:11:16.422Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_6adecd9a358c4d938a2d",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": false,
        "detail": "1 service(s) crashed within 30s"
      }
    ]
  }
}
