{
  "manifest_version": "1.0.0",
  "template": {
    "id": "0adfaa5f-6c57-4243-a4dc-810fa1db1cfe",
    "slug": "rpxy-proxy",
    "name": "rpxy-proxy",
    "description": "rpxy reverse proxy template",
    "url": "https://railway.com/deploy/rpxy-proxy",
    "upstream": {
      "repo_url": "https://github.com/NovusEdge/rpxy-railway"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "rpxy-railway",
      "source": {
        "repo": "https://github.com/NovusEdge/rpxy-railway"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "rpxy-railway",
      "description": "Port for HTTPS/TLS traffic",
      "secret": false,
      "strategy": "default",
      "default": "8080"
    },
    {
      "key": "TLS_PORT",
      "service": "rpxy-railway",
      "description": "Server name to match incoming requests (* matches all domains)",
      "secret": false,
      "strategy": "default",
      "default": "8443"
    },
    {
      "key": "LOG_LEVEL",
      "service": "rpxy-railway",
      "description": "HEALTH CHECKS",
      "secret": false,
      "strategy": "default",
      "default": "info"
    },
    {
      "key": "MAX_CLIENTS",
      "service": "rpxy-railway",
      "description": "TCP listen backlog size",
      "secret": false,
      "strategy": "default",
      "default": "512"
    },
    {
      "key": "SERVER_NAME",
      "service": "rpxy-railway",
      "description": "Load balancing strategy: round_robin or random",
      "secret": false,
      "strategy": "default",
      "default": "*"
    },
    {
      "key": "ENABLE_HTTP3",
      "service": "rpxy-railway",
      "description": "ACME/LET'S ENCRYPT CONFIGURATION (OPTIONAL)",
      "secret": false,
      "strategy": "default",
      "default": "false"
    },
    {
      "key": "LOAD_BALANCE",
      "service": "rpxy-railway",
      "description": "Logging level: error, warn, info, debug, trace",
      "secret": false,
      "strategy": "default",
      "default": "round_robin"
    },
    {
      "key": "UPSTREAM_URL",
      "service": "rpxy-railway",
      "description": "BASIC CONFIGURATION",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "WORKER_THREADS",
      "service": "rpxy-railway",
      "description": "Maximum concurrent client connections",
      "secret": false,
      "strategy": "default",
      "default": "0"
    },
    {
      "key": "HEALTH_CHECK_PATH",
      "service": "rpxy-railway",
      "description": "Health check path on upstream services",
      "secret": false,
      "strategy": "default",
      "default": "/health"
    },
    {
      "key": "TCP_LISTEN_BACKLOG",
      "service": "rpxy-railway",
      "description": "TLS CONFIGURATION (OPTIONAL)",
      "secret": false,
      "strategy": "default",
      "default": "1024"
    },
    {
      "key": "HEALTH_CHECK_TIMEOUT",
      "service": "rpxy-railway",
      "description": "PATH-BASED ROUTING (OPTIONAL)",
      "secret": false,
      "strategy": "default",
      "default": "10"
    },
    {
      "key": "UPSTREAM_HEALTH_CHECK",
      "service": "rpxy-railway",
      "description": "Health check timeout in seconds",
      "secret": false,
      "strategy": "default",
      "default": "/health"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "rpxy-proxy"
      }
    },
    "cli": "railway deploy --template rpxy-proxy",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "0adfaa5f-6c57-4243-a4dc-810fa1db1cfe",
            "serializedConfig": {
              "services": {
                "ec48e03f-ccb9-414d-8925-38f412bc7c78": {
                  "name": "rpxy-railway",
                  "source": {
                    "repo": "NovusEdge/rpxy-railway",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "description": "Port for HTTPS/TLS traffic",
                      "defaultValue": "8080"
                    },
                    "TLS_PORT": {
                      "description": "Server name to match incoming requests (* matches all domains)",
                      "defaultValue": "8443"
                    },
                    "LOG_LEVEL": {
                      "description": "HEALTH CHECKS",
                      "defaultValue": "info"
                    },
                    "MAX_CLIENTS": {
                      "description": "TCP listen backlog size",
                      "defaultValue": "512"
                    },
                    "SERVER_NAME": {
                      "description": "Load balancing strategy: round_robin or random",
                      "defaultValue": "*"
                    },
                    "ENABLE_HTTP3": {
                      "description": "ACME/LET'S ENCRYPT CONFIGURATION (OPTIONAL)",
                      "defaultValue": "false"
                    },
                    "LOAD_BALANCE": {
                      "description": "Logging level: error, warn, info, debug, trace",
                      "defaultValue": "round_robin"
                    },
                    "UPSTREAM_URL": {
                      "description": "BASIC CONFIGURATION",
                      "defaultValue": "{{UPSTREAM_URL}}"
                    },
                    "WORKER_THREADS": {
                      "description": "Maximum concurrent client connections",
                      "defaultValue": "0"
                    },
                    "HEALTH_CHECK_PATH": {
                      "description": "Health check path on upstream services",
                      "defaultValue": "/health"
                    },
                    "TCP_LISTEN_BACKLOG": {
                      "description": "TLS CONFIGURATION (OPTIONAL)",
                      "defaultValue": "1024"
                    },
                    "HEALTH_CHECK_TIMEOUT": {
                      "description": "PATH-BASED ROUTING (OPTIONAL)",
                      "defaultValue": "10"
                    },
                    "UPSTREAM_HEALTH_CHECK": {
                      "description": "Health check timeout in seconds",
                      "defaultValue": "/health"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-17T04:14:44.001Z",
  "generator_version": "0.1.0"
}
