{
  "manifest_version": "1.0.0",
  "template": {
    "id": "ea371ced-86ef-44ea-80f7-84929bfcc822",
    "slug": "wallos",
    "name": "Wallos",
    "description": "Open-Source Personal Subscription Tracker",
    "url": "https://railway.com/deploy/wallos",
    "upstream": {
      "image": "bellamy/wallos:latest"
    }
  },
  "services": [
    {
      "name": "Wallos",
      "source": {
        "image": "bellamy/wallos:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/var/www/html/db/",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "TZ",
      "service": "Wallos",
      "description": "Timezone",
      "secret": false,
      "strategy": "default",
      "default": "America/New_York"
    },
    {
      "key": "PORT",
      "service": "Wallos",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "80"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "wallos"
      }
    },
    "cli": "railway deploy --template wallos",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "ea371ced-86ef-44ea-80f7-84929bfcc822",
            "serializedConfig": {
              "services": {
                "09dc2819-d0a1-4aed-aa02-aeff5201e873": {
                  "icon": "https://github.com/ellite/Wallos/blob/main/images/icon/android-chrome-512x512.png?raw=true",
                  "name": "Wallos",
                  "source": {
                    "image": "bellamy/wallos:latest"
                  },
                  "variables": {
                    "TZ": {
                      "isOptional": true,
                      "description": "Timezone",
                      "defaultValue": "America/New_York"
                    },
                    "PORT": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": "80"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "09dc2819-d0a1-4aed-aa02-aeff5201e873": {
                      "mountPath": "/var/www/html/db/"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-18T20:02:30.683Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_73210678124b47929d2b",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 50,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "Wallos"
  }
}
