{
  "manifest_version": "1.0.0",
  "template": {
    "id": "c81b2485-46a5-4903-9e71-cc6e53e4b26d",
    "slug": "_c4Kr9",
    "name": "Homarr",
    "description": "A simple, yet powerful dashboard for your server.",
    "url": "https://railway.com/deploy/_c4Kr9",
    "upstream": {
      "image": "ghcr.io/homarr-labs/homarr:latest"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "homarr",
      "source": {
        "image": "ghcr.io/homarr-labs/homarr:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/appdata",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "homarr",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "3000"
    },
    {
      "key": "HOSTNAME",
      "service": "homarr",
      "description": "Provide a value for HOSTNAME.",
      "secret": false,
      "strategy": "default",
      "default": "0.0.0.0"
    },
    {
      "key": "SECRET_ENCRYPTION_KEY",
      "service": "homarr",
      "description": "Provide a value for SECRET_ENCRYPTION_KEY.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "_c4Kr9"
      }
    },
    "cli": "railway deploy --template _c4Kr9",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "c81b2485-46a5-4903-9e71-cc6e53e4b26d",
            "serializedConfig": {
              "services": {
                "4ce84561-fe77-472d-aa38-55c7008c1f93": {
                  "icon": "https://raw.githubusercontent.com/ajnart/homarr/refs/heads/dev/public/imgs/logo/logo.svg",
                  "name": "homarr",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null
                  },
                  "source": {
                    "image": "ghcr.io/homarr-labs/homarr:latest"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "3000"
                    },
                    "HOSTNAME": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "0.0.0.0"
                    },
                    "SECRET_ENCRYPTION_KEY": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "{{SECRET_ENCRYPTION_KEY}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "4ce84561-fe77-472d-aa38-55c7008c1f93": {
                      "mountPath": "/appdata"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-05T11:54:15.547Z",
  "generator_version": "0.1.0"
}
