{
  "manifest_version": "1.0.0",
  "template": {
    "id": "3f43c97c-e361-4c65-b61f-a2ecfba4e808",
    "slug": "jimihub",
    "name": "JimiHub - Gemini to OpenAI Proxy",
    "description": "Centralized Gemini API proxy, key management, and quota tracker.",
    "url": "https://railway.com/deploy/jimihub",
    "upstream": {
      "image": "dreamhartley705/jimihub:latest"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "dreamhartley705/jimihub:latest",
      "source": {
        "image": "dreamhartley705/jimihub:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/app/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "dreamhartley705/jimihub:latest",
      "description": "Internal port on which the web container listens (Railway routes public traffic here automatically)",
      "secret": false,
      "strategy": "default",
      "default": "3000"
    },
    {
      "key": "ADMIN_PASSWORD",
      "service": "dreamhartley705/jimihub:latest",
      "description": "Administrator password used to authenticate and log in to the JimiHub admin panel",
      "secret": true,
      "strategy": "default",
      "default": "your_secure_password_here"
    },
    {
      "key": "GITHUB_PROJECT",
      "service": "dreamhartley705/jimihub:latest",
      "description": "OPTIONAL: GitHub repository in \"username/repo-name\" format to enable remote config syncing",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "GEMINI_BASE_URL",
      "service": "dreamhartley705/jimihub:latest",
      "description": "Upstream Google Gemini API base URL used for polling requests",
      "secret": false,
      "strategy": "default",
      "default": "https://generativelanguage.googleapis.com"
    },
    {
      "key": "GITHUB_ENCRYPT_KEY",
      "service": "dreamhartley705/jimihub:latest",
      "description": "OPTIONAL: A secret 32-character string used to encrypt sync data saved to your GitHub repo",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "GITHUB_PROJECT_PAT",
      "service": "dreamhartley705/jimihub:latest",
      "description": "OPTIONAL: GitHub Personal Access Token (PAT) with 'repo' scope permissions for syncing",
      "secret": false,
      "strategy": "ask_user"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "jimihub"
      }
    },
    "cli": "railway deploy --template jimihub",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "3f43c97c-e361-4c65-b61f-a2ecfba4e808",
            "serializedConfig": {
              "services": {
                "40cd25c6-3137-4252-b3f2-2f40116890da": {
                  "name": "dreamhartley705/jimihub:latest",
                  "source": {
                    "image": "dreamhartley705/jimihub:latest"
                  },
                  "variables": {
                    "PORT": {
                      "description": "Internal port on which the web container listens (Railway routes public traffic here automatically)",
                      "defaultValue": "3000"
                    },
                    "ADMIN_PASSWORD": {
                      "description": "Administrator password used to authenticate and log in to the JimiHub admin panel",
                      "defaultValue": "your_secure_password_here"
                    },
                    "GITHUB_PROJECT": {
                      "description": "OPTIONAL: GitHub repository in \"username/repo-name\" format to enable remote config syncing",
                      "defaultValue": "{{GITHUB_PROJECT}}"
                    },
                    "GEMINI_BASE_URL": {
                      "description": "Upstream Google Gemini API base URL used for polling requests",
                      "defaultValue": "https://generativelanguage.googleapis.com"
                    },
                    "GITHUB_ENCRYPT_KEY": {
                      "description": "OPTIONAL: A secret 32-character string used to encrypt sync data saved to your GitHub repo",
                      "defaultValue": "{{GITHUB_ENCRYPT_KEY}}"
                    },
                    "GITHUB_PROJECT_PAT": {
                      "description": "OPTIONAL: GitHub Personal Access Token (PAT) with 'repo' scope permissions for syncing",
                      "defaultValue": "{{GITHUB_PROJECT_PAT}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:3000": {
                        "port": 3000
                      }
                    }
                  },
                  "volumeMounts": {
                    "40cd25c6-3137-4252-b3f2-2f40116890da": {
                      "mountPath": "/app/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-08T11:54:27.954Z",
  "generator_version": "0.1.0"
}
