{
  "manifest_version": "1.0.0",
  "template": {
    "id": "7248550c-f1a0-452a-b25a-eba29fb9b59f",
    "slug": "convertx-railway",
    "name": "Convertx",
    "description": "CloudConvert Alternative. Convert 1000+ File Formats on Railway",
    "url": "https://railway.com/deploy/convertx-railway",
    "upstream": {
      "repo_url": "https://github.com/gridalpha/convertx-railway"
    }
  },
  "services": [
    {
      "name": "convertx",
      "source": {
        "repo": "https://github.com/gridalpha/convertx-railway"
      },
      "needs_volume": true,
      "volume_mount_path": "/app/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "TZ",
      "service": "convertx",
      "description": "Timezone for displayed timestamps",
      "secret": false,
      "strategy": "default",
      "default": "UTC"
    },
    {
      "key": "PORT",
      "service": "convertx",
      "description": "HTTP listening port",
      "secret": false,
      "strategy": "default",
      "default": "3000"
    },
    {
      "key": "JWT_SECRET",
      "service": "convertx",
      "description": "Signs session cookies, keep stable",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "HTTP_ALLOWED",
      "service": "convertx",
      "description": "Keep false, marks cookie Secure",
      "secret": false,
      "strategy": "default",
      "default": "false"
    },
    {
      "key": "ACCOUNT_REGISTRATION",
      "service": "convertx",
      "description": "Allow visitor self-registration",
      "secret": false,
      "strategy": "default",
      "default": "false"
    },
    {
      "key": "CONVERTX_ADMIN_EMAIL",
      "service": "convertx",
      "description": "Seeded account email",
      "secret": false,
      "strategy": "default",
      "default": "admin@example.com"
    },
    {
      "key": "ALLOW_UNAUTHENTICATED",
      "service": "convertx",
      "description": "Allow anonymous use",
      "secret": false,
      "strategy": "default",
      "default": "false"
    },
    {
      "key": "CONVERTX_ADMIN_PASSWORD",
      "service": "convertx",
      "description": "Seeded account password",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "RAILWAY_DOCKERFILE_PATH",
      "service": "convertx",
      "description": "Dockerfile location in the repo",
      "secret": false,
      "strategy": "default",
      "default": "Dockerfile"
    },
    {
      "key": "AUTO_DELETE_EVERY_N_HOURS",
      "service": "convertx",
      "description": "Purge age for uploads and results",
      "secret": false,
      "strategy": "default",
      "default": "24"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "convertx-railway"
      }
    },
    "cli": "railway deploy --template convertx-railway",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "7248550c-f1a0-452a-b25a-eba29fb9b59f",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "3e511337-b1f3-4e28-bc9b-415cf6b6cbcb": {
                  "icon": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/convertx.png",
                  "name": "convertx",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/gridalpha/convertx-railway",
                    "rootDirectory": null
                  },
                  "variables": {
                    "TZ": {
                      "isOptional": false,
                      "description": "Timezone for displayed timestamps",
                      "defaultValue": "UTC"
                    },
                    "PORT": {
                      "isOptional": false,
                      "description": "HTTP listening port",
                      "defaultValue": "3000"
                    },
                    "JWT_SECRET": {
                      "isOptional": false,
                      "description": "Signs session cookies, keep stable",
                      "defaultValue": "{{JWT_SECRET}}"
                    },
                    "HTTP_ALLOWED": {
                      "isOptional": false,
                      "description": "Keep false, marks cookie Secure",
                      "defaultValue": "false"
                    },
                    "ACCOUNT_REGISTRATION": {
                      "isOptional": false,
                      "description": "Allow visitor self-registration",
                      "defaultValue": "false"
                    },
                    "CONVERTX_ADMIN_EMAIL": {
                      "isOptional": false,
                      "description": "Seeded account email",
                      "defaultValue": "admin@example.com"
                    },
                    "ALLOW_UNAUTHENTICATED": {
                      "isOptional": false,
                      "description": "Allow anonymous use",
                      "defaultValue": "false"
                    },
                    "CONVERTX_ADMIN_PASSWORD": {
                      "isOptional": false,
                      "description": "Seeded account password",
                      "defaultValue": "{{CONVERTX_ADMIN_PASSWORD}}"
                    },
                    "RAILWAY_DOCKERFILE_PATH": {
                      "isOptional": false,
                      "description": "Dockerfile location in the repo",
                      "defaultValue": "Dockerfile"
                    },
                    "AUTO_DELETE_EVERY_N_HOURS": {
                      "isOptional": false,
                      "description": "Purge age for uploads and results",
                      "defaultValue": "24"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:3000": {
                        "port": 3000
                      }
                    }
                  },
                  "volumeMounts": {
                    "3e511337-b1f3-4e28-bc9b-415cf6b6cbcb": {
                      "mountPath": "/app/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-19T17:12:20.938Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_a85df0918c7f4967b8cb",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 223,
    "typical_build_seconds": 132,
    "typical_start_seconds": 51,
    "slowest_service": "convertx"
  }
}
