{
  "manifest_version": "1.0.0",
  "template": {
    "id": "6d24df1c-4562-4fe3-9b1c-367d029b7f7b",
    "slug": "gotenberg-1",
    "name": "Gotenberg - PDF conversion service",
    "description": "Open-source HTML, Markdown, and Office to PDF conversion service",
    "url": "https://railway.com/deploy/gotenberg-1",
    "upstream": {
      "image": "gotenberg/gotenberg:8"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "Gotenberg",
      "source": {
        "image": "gotenberg/gotenberg:8"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "Gotenberg",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "3000"
    },
    {
      "key": "GOTENBERG_API_BASIC_AUTH_PASSWORD",
      "service": "Gotenberg",
      "description": "Provide a value for GOTENBERG_API_BASIC_AUTH_PASSWORD.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "GOTENBERG_API_BASIC_AUTH_USERNAME",
      "service": "Gotenberg",
      "description": "Provide a value for GOTENBERG_API_BASIC_AUTH_USERNAME.",
      "secret": false,
      "strategy": "ask_user"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "gotenberg-1"
      }
    },
    "cli": "railway deploy --template gotenberg-1",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "6d24df1c-4562-4fe3-9b1c-367d029b7f7b",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "9e648724-07f4-496f-b389-98b991679720": {
                  "icon": null,
                  "name": "Gotenberg",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/health",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "gotenberg/gotenberg:8"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "defaultValue": "3000"
                    },
                    "GOTENBERG_API_BASIC_AUTH_PASSWORD": {
                      "defaultValue": "{{GOTENBERG_API_BASIC_AUTH_PASSWORD}}"
                    },
                    "GOTENBERG_API_BASIC_AUTH_USERNAME": {
                      "defaultValue": "{{GOTENBERG_API_BASIC_AUTH_USERNAME}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:3000": {
                        "port": 3000
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "Gotenberg",
      "method": "GET",
      "path": "/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0"
}
