{
  "manifest_version": "1.0.0",
  "template": {
    "id": "7589107c-a544-4d7b-9034-862c00917c2b",
    "slug": "gpEPyD",
    "name": "Tolgee (Single Service Deployment)",
    "description": "An effortless open-source localization platform.",
    "url": "https://railway.com/deploy/gpEPyD",
    "upstream": {
      "image": "tolgee/tolgee"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "Tolgee",
      "source": {
        "image": "tolgee/tolgee"
      },
      "needs_volume": true,
      "volume_mount_path": "/data/",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "Tolgee",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8080"
    },
    {
      "key": "TOLGEE_AUTHENTICATION_ENABLED",
      "service": "Tolgee",
      "description": "Provide a value for TOLGEE_AUTHENTICATION_ENABLED.",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "TOLGEE_AUTHENTICATION_JWT_SECRET",
      "service": "Tolgee",
      "description": "Provide a value for TOLGEE_AUTHENTICATION_JWT_SECRET.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "TOLGEE_AUTHENTICATION_INITIAL_PASSWORD",
      "service": "Tolgee",
      "description": "Choose a strong password.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "TOLGEE_AUTHENTICATION_INITIAL_USERNAME",
      "service": "Tolgee",
      "description": "Example: admin",
      "secret": false,
      "strategy": "ask_user"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "gpEPyD"
      }
    },
    "cli": "railway deploy --template gpEPyD",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "7589107c-a544-4d7b-9034-862c00917c2b",
            "serializedConfig": {
              "services": {
                "f7804a4a-6b57-4c5f-9880-50d6672e1746": {
                  "icon": "https://tolgee.io/img/tolgeeLogo.svg",
                  "name": "Tolgee",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/"
                  },
                  "source": {
                    "image": "tolgee/tolgee"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "defaultValue": "8080"
                    },
                    "TOLGEE_AUTHENTICATION_ENABLED": {
                      "isOptional": false,
                      "defaultValue": "true"
                    },
                    "TOLGEE_AUTHENTICATION_JWT_SECRET": {
                      "isOptional": false,
                      "defaultValue": "{{TOLGEE_AUTHENTICATION_JWT_SECRET}}"
                    },
                    "TOLGEE_AUTHENTICATION_INITIAL_PASSWORD": {
                      "isOptional": false,
                      "description": "Choose a strong password.",
                      "defaultValue": "{{TOLGEE_AUTHENTICATION_INITIAL_PASSWORD}}"
                    },
                    "TOLGEE_AUTHENTICATION_INITIAL_USERNAME": {
                      "isOptional": false,
                      "description": "Example: admin",
                      "defaultValue": "{{TOLGEE_AUTHENTICATION_INITIAL_USERNAME}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "f7804a4a-6b57-4c5f-9880-50d6672e1746": {
                      "mountPath": "/data/"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "Tolgee",
      "method": "GET",
      "path": "/",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-22T22:14:50.114Z",
  "generator_version": "0.1.0"
}
