{
  "manifest_version": "1.0.0",
  "template": {
    "id": "e45529c3-f362-45ca-82a9-9f06219485b7",
    "slug": "wallos-railway",
    "name": "Wallos",
    "description": "Track your recurring subscriptions and what they cost each year",
    "url": "https://railway.com/deploy/wallos-railway",
    "upstream": {
      "repo_url": "https://github.com/gridalpha/wallos-railway"
    }
  },
  "services": [
    {
      "name": "wallos",
      "source": {
        "repo": "https://github.com/gridalpha/wallos-railway"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "TZ",
      "service": "wallos",
      "description": "Timezone for renewals and cron",
      "secret": false,
      "strategy": "default",
      "default": "Etc/UTC"
    },
    {
      "key": "PGID",
      "service": "wallos",
      "description": "gid the application runs as",
      "secret": false,
      "strategy": "default",
      "default": "82"
    },
    {
      "key": "PORT",
      "service": "wallos",
      "description": "Port nginx serves and Railway probes",
      "secret": false,
      "strategy": "default",
      "default": "80"
    },
    {
      "key": "PUID",
      "service": "wallos",
      "description": "uid the application runs as",
      "secret": false,
      "strategy": "default",
      "default": "82"
    },
    {
      "key": "WALLOS_DATA_DIR",
      "service": "wallos",
      "description": "Volume path for database and logos",
      "secret": false,
      "strategy": "default",
      "default": "/data"
    },
    {
      "key": "RAILWAY_DEPLOYMENT_DRAINING_SECONDS",
      "service": "wallos",
      "description": "Clean shutdown window",
      "secret": false,
      "strategy": "default",
      "default": "15"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "wallos-railway"
      }
    },
    "cli": "railway deploy --template wallos-railway",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "e45529c3-f362-45ca-82a9-9f06219485b7",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "21d65b63-d983-44a4-ade2-5ed21268473a": {
                  "icon": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/wallos.png",
                  "name": "wallos",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/gridalpha/wallos-railway",
                    "rootDirectory": null
                  },
                  "variables": {
                    "TZ": {
                      "isOptional": false,
                      "description": "Timezone for renewals and cron",
                      "defaultValue": "Etc/UTC"
                    },
                    "PGID": {
                      "description": "gid the application runs as",
                      "defaultValue": "82"
                    },
                    "PORT": {
                      "isOptional": false,
                      "description": "Port nginx serves and Railway probes",
                      "defaultValue": "80"
                    },
                    "PUID": {
                      "description": "uid the application runs as",
                      "defaultValue": "82"
                    },
                    "WALLOS_DATA_DIR": {
                      "isOptional": false,
                      "description": "Volume path for database and logos",
                      "defaultValue": "/data"
                    },
                    "RAILWAY_DEPLOYMENT_DRAINING_SECONDS": {
                      "isOptional": false,
                      "description": "Clean shutdown window",
                      "defaultValue": "15"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:80": {
                        "port": 80
                      }
                    }
                  },
                  "volumeMounts": {
                    "21d65b63-d983-44a4-ade2-5ed21268473a": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-19T13:40:54.048Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_0ef4e75b7ea4406390ff",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 87,
    "typical_build_seconds": 30,
    "typical_start_seconds": 10,
    "slowest_service": "wallos"
  }
}
