{
  "manifest_version": "1.0.0",
  "template": {
    "id": "acb9a5ee-59b5-4f29-94d4-e8d23cb4a9e7",
    "slug": "6RHNrS",
    "name": "ScyllaDB",
    "description": "A high-performance NoSQL database system",
    "url": "https://railway.com/deploy/6RHNrS",
    "upstream": {
      "image": "ghcr.io/null2264/scylladb-railway:5.1.4-v2"
    }
  },
  "services": [
    {
      "name": "ScyllaDB",
      "source": {
        "image": "ghcr.io/null2264/scylladb-railway:5.1.4-v2"
      },
      "needs_volume": true,
      "volume_mount_path": "/var/lib/scylla",
      "tcp_ports": [
        9042
      ],
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "MEM",
      "service": "ScyllaDB",
      "description": "Memory limit",
      "secret": false,
      "strategy": "default",
      "default": "2G"
    },
    {
      "key": "SMP",
      "service": "ScyllaDB",
      "description": "CPU Core Count limit",
      "secret": false,
      "strategy": "default",
      "default": "2"
    },
    {
      "key": "SEEDS",
      "service": "ScyllaDB",
      "description": "ScyllaDB's seed list, seperated by commas",
      "secret": false,
      "strategy": "default",
      "default": "::"
    },
    {
      "key": "API_ADDR",
      "service": "ScyllaDB",
      "description": "ScyllaDB's Rest API address. Change this to 0.0.0.0 for IPv4 support.",
      "secret": false,
      "strategy": "default",
      "default": "::"
    },
    {
      "key": "OVERPROV",
      "service": "ScyllaDB",
      "description": "Toggle overprovisioned mode, recommended to leave it on (1 = on, 0 = off)",
      "secret": false,
      "strategy": "default",
      "default": "1"
    },
    {
      "key": "LISTEN_ADDR",
      "service": "ScyllaDB",
      "description": "The IP that ScyllaDB binds to for connection. Change this to 0.0.0.0 for IPv4 support.",
      "secret": false,
      "strategy": "default",
      "default": "::"
    },
    {
      "key": "SCYLLA_HOST",
      "service": "ScyllaDB",
      "description": "Keep as is! Use this variable's value to connect your software to ScyllaDB.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "SYCLLA_PORT",
      "service": "ScyllaDB",
      "description": "Keep as is! Use this variable's value to connect your software to ScyllaDB.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "AUTH_SUPERUSER_NAME",
      "service": "ScyllaDB",
      "description": "Username for ScyllaDB's superuser",
      "secret": false,
      "strategy": "default",
      "default": "cassandra"
    },
    {
      "key": "DATABASE_PUBLIC_URL",
      "service": "ScyllaDB",
      "description": "Public URL to connect to ScyllaDB. You can use this to connect to ScyllaDB using something like `cqlsh`",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "SCYLLA_PRIVATE_HOST",
      "service": "ScyllaDB",
      "description": "Keep as is! Use this variable's value to connect your software to ScyllaDB (Through Railway's Private Network, requires IPv6).",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "SCYLLA_PRIVATE_PORT",
      "service": "ScyllaDB",
      "description": "Keep as is! Use this variable's value to connect your software to ScyllaDB (Through Railway's Private Network, requires IPv6).",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "AUTH_SUPERUSER_SHA512_PASSWORD",
      "service": "ScyllaDB",
      "description": "Password for ScyllaDB's superuser (Use `mkpasswd --method=sha512crypt [password]` or `openssl passwd -6 [password]` to generate the value!)",
      "secret": true,
      "strategy": "default",
      "default": "$6$F8lPuHbSJMBziP.y$vv2dB7URHQrOq4UTNpMrKfHbN7nw6wba6dnEzSUqKKvW.hPRGz/9v1rB47uqtJoPKciIAoq/L9OYw3UxvNw.y."
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "6RHNrS"
      }
    },
    "cli": "railway deploy --template 6RHNrS",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "acb9a5ee-59b5-4f29-94d4-e8d23cb4a9e7",
            "serializedConfig": {
              "services": {
                "3defd2c0-16ba-4516-aa2b-bb2cc2ee52cc": {
                  "name": "ScyllaDB",
                  "source": {
                    "image": "ghcr.io/null2264/scylladb-railway:5.1.4-v2"
                  },
                  "variables": {
                    "MEM": {
                      "isOptional": true,
                      "description": "Memory limit",
                      "defaultValue": "2G"
                    },
                    "SMP": {
                      "isOptional": true,
                      "description": "CPU Core Count limit",
                      "defaultValue": "2"
                    },
                    "SEEDS": {
                      "isOptional": true,
                      "description": "ScyllaDB's seed list, seperated by commas",
                      "defaultValue": "::"
                    },
                    "API_ADDR": {
                      "isOptional": true,
                      "description": "ScyllaDB's Rest API address. Change this to 0.0.0.0 for IPv4 support.",
                      "defaultValue": "::"
                    },
                    "OVERPROV": {
                      "isOptional": true,
                      "description": "Toggle overprovisioned mode, recommended to leave it on (1 = on, 0 = off)",
                      "defaultValue": "1"
                    },
                    "LISTEN_ADDR": {
                      "isOptional": true,
                      "description": "The IP that ScyllaDB binds to for connection. Change this to 0.0.0.0 for IPv4 support.",
                      "defaultValue": "::"
                    },
                    "SCYLLA_HOST": {
                      "isOptional": false,
                      "description": "Keep as is! Use this variable's value to connect your software to ScyllaDB.",
                      "defaultValue": "${{RAILWAY_TCP_PROXY_DOMAIN}}"
                    },
                    "SYCLLA_PORT": {
                      "isOptional": false,
                      "description": "Keep as is! Use this variable's value to connect your software to ScyllaDB.",
                      "defaultValue": "${{RAILWAY_TCP_PROXY_PORT}}"
                    },
                    "AUTH_SUPERUSER_NAME": {
                      "isOptional": false,
                      "description": "Username for ScyllaDB's superuser",
                      "defaultValue": "cassandra"
                    },
                    "DATABASE_PUBLIC_URL": {
                      "isOptional": false,
                      "description": "Public URL to connect to ScyllaDB. You can use this to connect to ScyllaDB using something like `cqlsh`",
                      "defaultValue": "cassandra://${{SCYLLA_HOST}}:${{SYCLLA_PORT}}"
                    },
                    "SCYLLA_PRIVATE_HOST": {
                      "isOptional": false,
                      "description": "Keep as is! Use this variable's value to connect your software to ScyllaDB (Through Railway's Private Network, requires IPv6).",
                      "defaultValue": "${{RAILWAY_PRIVATE_DOMAIN}}"
                    },
                    "SCYLLA_PRIVATE_PORT": {
                      "isOptional": false,
                      "description": "Keep as is! Use this variable's value to connect your software to ScyllaDB (Through Railway's Private Network, requires IPv6).",
                      "defaultValue": "${{RAILWAY_TCP_APPLICATION_PORT}}"
                    },
                    "AUTH_SUPERUSER_SHA512_PASSWORD": {
                      "isOptional": false,
                      "description": "Password for ScyllaDB's superuser (Use `mkpasswd --method=sha512crypt [password]` or `openssl passwd -6 [password]` to generate the value!)",
                      "defaultValue": "$6$F8lPuHbSJMBziP.y$vv2dB7URHQrOq4UTNpMrKfHbN7nw6wba6dnEzSUqKKvW.hPRGz/9v1rB47uqtJoPKciIAoq/L9OYw3UxvNw.y."
                    }
                  },
                  "networking": {
                    "tcpProxies": {
                      "9042": {}
                    }
                  },
                  "volumeMounts": {
                    "3defd2c0-16ba-4516-aa2b-bb2cc2ee52cc": {
                      "mountPath": "/var/lib/scylla"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-22T22:14:50.114Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T16:48:33.240Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_38c1594dbef546fb9ae1",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 86,
    "typical_build_seconds": 0,
    "typical_start_seconds": 21,
    "slowest_service": "ScyllaDB"
  }
}
