{
  "manifest_version": "1.0.0",
  "template": {
    "id": "460c5ac4-8df2-472a-b170-37519b175858",
    "slug": "libretranslate-2",
    "name": "LibreTranslate",
    "description": "Self-hosted machine translation API with persistent API-key storage.",
    "url": "https://railway.com/deploy/libretranslate-2",
    "upstream": {
      "image": "libretranslate/libretranslate:v1.6.5@sha256:a3518195e4e810ba0d9dd251a851f24918059d757ef3c5cf8e0f881daf4242fc"
    }
  },
  "services": [
    {
      "name": "main",
      "source": {
        "image": "libretranslate/libretranslate:v1.6.5@sha256:a3518195e4e810ba0d9dd251a851f24918059d757ef3c5cf8e0f881daf4242fc"
      },
      "needs_volume": true,
      "volume_mount_path": "/app/db",
      "http": true
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "libretranslate-2"
      }
    },
    "cli": "railway deploy --template libretranslate-2",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "460c5ac4-8df2-472a-b170-37519b175858",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "d9516b84-a90c-4db2-9f06-1b2463d94e3f": {
                  "icon": null,
                  "name": "main",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "libretranslate/libretranslate:v1.6.5@sha256:a3518195e4e810ba0d9dd251a851f24918059d757ef3c5cf8e0f881daf4242fc"
                  },
                  "variables": {},
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "d9516b84-a90c-4db2-9f06-1b2463d94e3f": {
                      "mountPath": "/app/db"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-08T20:47:05.692Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_a0dc09e539294c5da006",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 139,
    "typical_build_seconds": 0,
    "typical_start_seconds": 51,
    "slowest_service": "main"
  }
}
