{
  "manifest_version": "1.0.0",
  "template": {
    "id": "5a3d2aeb-03f9-41b3-ac7d-9ade7f24d2f9",
    "slug": "flame-1",
    "name": "Flame",
    "description": "Flame — self-hosted startpage for bookmarks, apps, and homelab widgets",
    "url": "https://railway.com/deploy/flame-1",
    "upstream": {
      "image": "pawelmalak/flame"
    }
  },
  "services": [
    {
      "name": "flame",
      "source": {
        "image": "pawelmalak/flame"
      },
      "needs_volume": true,
      "volume_mount_path": "/app/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PASSWORD",
      "service": "flame",
      "description": "Admin panel password",
      "secret": true,
      "strategy": "default",
      "default": "change_me"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "flame-1"
      }
    },
    "cli": "railway deploy --template flame-1",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "5a3d2aeb-03f9-41b3-ac7d-9ade7f24d2f9",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "a8a293e1-9ac0-4b9b-ad29-40b8d64fdfe1": {
                  "icon": null,
                  "name": "flame",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "pawelmalak/flame"
                  },
                  "variables": {
                    "PASSWORD": {
                      "isOptional": true,
                      "description": "Admin panel password",
                      "defaultValue": "change_me"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "a8a293e1-9ac0-4b9b-ad29-40b8d64fdfe1": {
                      "mountPath": "/app/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-19T23:15:03.978Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_164a34335a4343699f2d",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 30,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "flame"
  }
}
