{
  "manifest_version": "1.0.0",
  "template": {
    "id": "31aa62bc-d957-4b49-8c94-b1ea13c1343d",
    "slug": "convertx",
    "name": "ConvertX",
    "description": "Self-hosted online file converter supporting over 1,000 formats",
    "url": "https://railway.com/deploy/convertx",
    "upstream": {
      "image": "ghcr.io/c4illin/convertx"
    }
  },
  "services": [
    {
      "name": "ConvertX",
      "source": {
        "image": "ghcr.io/c4illin/convertx"
      },
      "needs_volume": true,
      "volume_mount_path": "/app/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "ConvertX",
      "description": "Used to help Railway auto-detect the port; not changeable.",
      "secret": false,
      "strategy": "default",
      "default": "3000"
    },
    {
      "key": "LANGUAGE",
      "service": "ConvertX",
      "description": "Language to format date strings in, specified as a BCP 47 language tag",
      "secret": false,
      "strategy": "default",
      "default": "en"
    },
    {
      "key": "JWT_SECRET",
      "service": "ConvertX",
      "description": "A long and secret string used to sign the JSON Web Token",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "HIDE_HISTORY",
      "service": "ConvertX",
      "description": "Hide the history page",
      "secret": false,
      "strategy": "default",
      "default": "false"
    },
    {
      "key": "ACCOUNT_REGISTRATION",
      "service": "ConvertX",
      "description": "Allow users to register accounts",
      "secret": false,
      "strategy": "default",
      "default": "false"
    },
    {
      "key": "ALLOW_UNAUTHENTICATED",
      "service": "ConvertX",
      "description": "Allow unauthenticated users to use the service, only set this to true locally",
      "secret": false,
      "strategy": "default",
      "default": "false"
    },
    {
      "key": "AUTO_DELETE_EVERY_N_HOURS",
      "service": "ConvertX",
      "description": "Checks every n hours for files older then n hours and deletes them, set to 0 to disable",
      "secret": false,
      "strategy": "default",
      "default": "24"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "convertx"
      }
    },
    "cli": "railway deploy --template convertx",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "31aa62bc-d957-4b49-8c94-b1ea13c1343d",
            "serializedConfig": {
              "services": {
                "ec4da10e-9b13-4f98-9c37-0bb6717f410c": {
                  "name": "ConvertX",
                  "deploy": {
                    "healthcheckPath": ""
                  },
                  "source": {
                    "image": "ghcr.io/c4illin/convertx"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": true,
                      "description": "Used to help Railway auto-detect the port; not changeable.",
                      "defaultValue": "3000"
                    },
                    "LANGUAGE": {
                      "isOptional": true,
                      "description": "Language to format date strings in, specified as a BCP 47 language tag",
                      "defaultValue": "en"
                    },
                    "JWT_SECRET": {
                      "isOptional": true,
                      "description": "A long and secret string used to sign the JSON Web Token",
                      "defaultValue": "{{JWT_SECRET}}"
                    },
                    "HIDE_HISTORY": {
                      "isOptional": true,
                      "description": "Hide the history page",
                      "defaultValue": "false"
                    },
                    "ACCOUNT_REGISTRATION": {
                      "isOptional": true,
                      "description": "Allow users to register accounts",
                      "defaultValue": "false"
                    },
                    "ALLOW_UNAUTHENTICATED": {
                      "isOptional": true,
                      "description": "Allow unauthenticated users to use the service, only set this to true locally",
                      "defaultValue": "false"
                    },
                    "AUTO_DELETE_EVERY_N_HOURS": {
                      "isOptional": true,
                      "description": "Checks every n hours for files older then n hours and deletes them, set to 0 to disable",
                      "defaultValue": "24"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "ec4da10e-9b13-4f98-9c37-0bb6717f410c": {
                      "mountPath": "/app/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-14T16:14:52.837Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-14T05:44:57.789Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_c70709ead6c644c9ba80",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 121,
    "typical_build_seconds": 0,
    "typical_start_seconds": 62,
    "slowest_service": "ConvertX"
  }
}
