{
  "manifest_version": "1.0.0",
  "template": {
    "id": "80c9b8f1-db15-4807-9baa-8d7a037fc4c3",
    "slug": "termix-ssh",
    "name": "Termix SSH",
    "description": "Web-based server manager with SSH terminal, tunneling, and file editing​",
    "url": "https://railway.com/deploy/termix-ssh",
    "upstream": {
      "image": "ghcr.io/lukegus/termix:latest"
    }
  },
  "services": [
    {
      "name": "lukegus/termix:latest",
      "source": {
        "image": "ghcr.io/lukegus/termix:latest"
      },
      "needs_volume": false,
      "http": true
    },
    {
      "name": "guacamole/guacd:latest",
      "source": {
        "image": "guacamole/guacd:latest"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "termix-ssh"
      }
    },
    "cli": "railway deploy --template termix-ssh",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "80c9b8f1-db15-4807-9baa-8d7a037fc4c3",
            "serializedConfig": {
              "services": {
                "0c858f6b-3193-408b-8433-46f8d6abcede": {
                  "icon": "https://raw.githubusercontent.com/Termix-SSH/Termix/refs/heads/main/public/icon.svg",
                  "name": "lukegus/termix:latest",
                  "deploy": {
                    "healthcheckPath": "/heath"
                  },
                  "source": {
                    "image": "ghcr.io/lukegus/termix:latest"
                  },
                  "variables": {},
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  }
                },
                "f8e7db4a-bef3-4929-8bf5-1920bf1a91a2": {
                  "icon": "https://upload.wikimedia.org/wikipedia/commons/3/31/Apache_Guacamole_logo.png",
                  "name": "guacamole/guacd:latest",
                  "source": {
                    "image": "guacamole/guacd:latest"
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "lukegus/termix:latest",
      "method": "GET",
      "path": "/heath",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 2,
    "needs_volume": false
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-09T09:27:42.452Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_ba4d952a789c4d859546",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 60,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "guacamole/guacd:latest"
  }
}
