{
  "manifest_version": "1.0.0",
  "template": {
    "id": "da9940e7-a6c0-4c16-ac96-587e47c652f2",
    "slug": "caddy-backend-proxy",
    "name": "Caddy Backend Proxy",
    "description": "Minimal Caddy reverse proxy for backend services on Railway.",
    "url": "https://railway.com/deploy/caddy-backend-proxy",
    "upstream": {
      "repo_url": "https://github.com/BigDaddyAman/caddy-reverse-proxy-backend-railway"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "Caddy Backend Proxy",
      "source": {
        "repo": "https://github.com/BigDaddyAman/caddy-reverse-proxy-backend-railway"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "BACKEND_HOST",
      "service": "Caddy Backend Proxy",
      "description": "Private Railway domain of your backend service (e.g. ${{BACKEND.RAILWAY_PRIVATE_DOMAIN}})",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "BACKEND_PORT",
      "service": "Caddy Backend Proxy",
      "description": "Internal port exposed by your backend service (e.g. 8000)",
      "secret": false,
      "strategy": "ask_user"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "caddy-backend-proxy"
      }
    },
    "cli": "railway deploy --template caddy-backend-proxy",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "da9940e7-a6c0-4c16-ac96-587e47c652f2",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "7d11388b-ec33-4e12-b25a-14775e345fe2": {
                  "icon": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/caddy.svg",
                  "name": "Caddy Backend Proxy",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/BigDaddyAman/caddy-reverse-proxy-backend-railway",
                    "rootDirectory": null
                  },
                  "variables": {
                    "BACKEND_HOST": {
                      "isOptional": false,
                      "description": "Private Railway domain of your backend service (e.g. ${{BACKEND.RAILWAY_PRIVATE_DOMAIN}})",
                      "defaultValue": "{{BACKEND_HOST}}"
                    },
                    "BACKEND_PORT": {
                      "isOptional": false,
                      "description": "Internal port exposed by your backend service (e.g. 8000)",
                      "defaultValue": "{{BACKEND_PORT}}"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0"
}
