{
  "manifest_version": "1.0.0",
  "template": {
    "id": "47c9944e-d21d-47e0-9d80-4f919c6363c9",
    "slug": "SmE0Jg",
    "name": "caddy-reverse-proxy",
    "description": "Provides a basic Caddy reverse proxy setup for your Railway project.",
    "url": "https://railway.com/deploy/SmE0Jg",
    "upstream": {
      "repo_url": "https://github.com/ali-eljerrari/caddy-reverse-proxy"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "caddy-reverse-proxy",
      "source": {
        "repo": "https://github.com/ali-eljerrari/caddy-reverse-proxy"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "caddy-reverse-proxy",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "80"
    },
    {
      "key": "PROXY_IP",
      "service": "caddy-reverse-proxy",
      "description": "Provide a value for PROXY_IP.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "ALLOWED_IP",
      "service": "caddy-reverse-proxy",
      "description": "Provide a value for ALLOWED_IP.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "PROXY_PORT",
      "service": "caddy-reverse-proxy",
      "description": "Provide a value for PROXY_PORT.",
      "secret": false,
      "strategy": "ask_user"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "SmE0Jg"
      }
    },
    "cli": "railway deploy --template SmE0Jg",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "47c9944e-d21d-47e0-9d80-4f919c6363c9",
            "serializedConfig": {
              "services": {
                "0e94eda0-0b0e-4392-a6b4-44bc05c56387": {
                  "name": "caddy-reverse-proxy",
                  "source": {
                    "repo": "ali-eljerrari/caddy-reverse-proxy",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "80"
                    },
                    "PROXY_IP": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "{{PROXY_IP}}"
                    },
                    "ALLOWED_IP": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "{{ALLOWED_IP}}"
                    },
                    "PROXY_PORT": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "{{PROXY_PORT}}"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0"
}
