{
  "manifest_version": "1.0.0",
  "template": {
    "id": "b54610a5-e042-45e2-ae41-3d8c3186e583",
    "slug": "nocodb-sqlite",
    "name": "NocoDB + SQLite",
    "description": "[Feb 2026 Update] Convert any database into a no-code platform",
    "url": "https://railway.com/deploy/nocodb-sqlite",
    "upstream": {
      "image": "nocodb/nocodb:latest"
    }
  },
  "services": [
    {
      "name": "nocodb",
      "source": {
        "image": "nocodb/nocodb:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/usr/app/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "NC_PUBLIC_URL",
      "service": "nocodb",
      "description": "Public app URL",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "NC_AUTH_JWT_SECRET",
      "service": "nocodb",
      "description": "JWT secret is utilized for generating authentication tokens.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "nocodb-sqlite"
      }
    },
    "cli": "railway deploy --template nocodb-sqlite",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "b54610a5-e042-45e2-ae41-3d8c3186e583",
            "serializedConfig": {
              "services": {
                "467c5f6a-bcac-437e-b9d2-06db0a105988": {
                  "icon": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/nocodb.png",
                  "name": "nocodb",
                  "source": {
                    "image": "nocodb/nocodb:latest"
                  },
                  "variables": {
                    "NC_PUBLIC_URL": {
                      "isOptional": false,
                      "description": "Public app URL",
                      "defaultValue": "https://${{RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "NC_AUTH_JWT_SECRET": {
                      "isOptional": false,
                      "description": "JWT secret is utilized for generating authentication tokens.",
                      "defaultValue": "{{NC_AUTH_JWT_SECRET}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  },
                  "volumeMounts": {
                    "467c5f6a-bcac-437e-b9d2-06db0a105988": {
                      "mountPath": "/usr/app/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-18T11:38:46.461Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_4f9170501ea84650b7eb",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 60,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "nocodb"
  }
}
