{
  "manifest_version": "1.0.0",
  "template": {
    "id": "1de2d337-65d7-4b5b-a2e3-76a087fd6a2c",
    "slug": "actual-budget",
    "name": "Actual Budget",
    "description": "Track your personal budget using Actual",
    "url": "https://railway.com/deploy/actual-budget",
    "upstream": {
      "image": "ghcr.io/actualbudget/actual"
    }
  },
  "services": [
    {
      "name": "actual",
      "source": {
        "image": "ghcr.io/actualbudget/actual"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "ACTUAL_PORT",
      "service": "actual",
      "description": "Port where Actual runs under",
      "secret": false,
      "strategy": "default",
      "default": "5006"
    },
    {
      "key": "ACTUAL_DATA_DIR",
      "service": "actual",
      "description": "Storage where config and user data is stored",
      "secret": false,
      "strategy": "default",
      "default": "/data"
    },
    {
      "key": "ACTUAL_ALLOWED_LOGIN_METHODS",
      "service": "actual",
      "description": "Supported Auth methods, add 'header' or 'openid' when you know what you're doing",
      "secret": false,
      "strategy": "default",
      "default": "['password']"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "actual-budget"
      }
    },
    "cli": "railway deploy --template actual-budget",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "1de2d337-65d7-4b5b-a2e3-76a087fd6a2c",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "fc30f256-f50b-47de-aaee-e5841f4541ac": {
                  "icon": "https://avatars.githubusercontent.com/u/37879538?s=48&v=4",
                  "name": "actual",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/actualbudget/actual"
                  },
                  "variables": {
                    "ACTUAL_PORT": {
                      "isOptional": true,
                      "description": "Port where Actual runs under",
                      "defaultValue": "5006"
                    },
                    "ACTUAL_DATA_DIR": {
                      "isOptional": true,
                      "description": "Storage where config and user data is stored",
                      "defaultValue": "/data"
                    },
                    "ACTUAL_ALLOWED_LOGIN_METHODS": {
                      "isOptional": true,
                      "description": "Supported Auth methods, add 'header' or 'openid' when you know what you're doing",
                      "defaultValue": "['password']"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:5006": {
                        "port": 5006
                      }
                    }
                  },
                  "volumeMounts": {
                    "fc30f256-f50b-47de-aaee-e5841f4541ac": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "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-18T10:50:42.410Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_6ede14475c1242cc82aa",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 57,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "actual"
  }
}
