{
  "manifest_version": "1.0.0",
  "template": {
    "id": "23dae9cf-0436-4a62-9dae-80653b3d2ea8",
    "slug": "actual-budget-finance",
    "name": "Actual Budget — Self-Hosted YNAB Alternative",
    "description": "Self-host Actual — private budgeting with bank sync & encryption",
    "url": "https://railway.com/deploy/actual-budget-finance",
    "upstream": {
      "image": "actualbudget/actual-server:latest"
    }
  },
  "services": [
    {
      "name": "Actual",
      "source": {
        "image": "actualbudget/actual-server:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "actual-budget-finance"
      }
    },
    "cli": "railway deploy --template actual-budget-finance",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "23dae9cf-0436-4a62-9dae-80653b3d2ea8",
            "serializedConfig": {
              "services": {
                "b30f7d75-e16d-4bc1-bf57-559ca66d804e": {
                  "icon": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/actual-budget.svg",
                  "name": "Actual",
                  "source": {
                    "image": "actualbudget/actual-server:latest"
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:5006": {
                        "port": 5006
                      }
                    }
                  },
                  "volumeMounts": {
                    "b30f7d75-e16d-4bc1-bf57-559ca66d804e": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-08T18:46:46.960Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-04T12:21:51.458Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_bde972b5d53b4930b5a0",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 79,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "Actual"
  }
}
