{
  "manifest_version": "1.0.0",
  "template": {
    "id": "0f3d23a7-b4bc-4e32-9441-4fb9fb1e0e2e",
    "slug": "G_8roH",
    "name": "Nitropage",
    "description": "A self-hosted visual website builder and CMS.",
    "url": "https://railway.com/deploy/G_8roH",
    "upstream": {
      "image": "nitropage/nitropage:sqlite"
    }
  },
  "services": [
    {
      "name": "Nitropage",
      "source": {
        "image": "nitropage/nitropage:sqlite"
      },
      "needs_volume": true,
      "volume_mount_path": "/app/.data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "DATABASE_URL",
      "service": "Nitropage",
      "description": "Provide a value for DATABASE_URL.",
      "secret": false,
      "strategy": "default",
      "default": "file:../.data/dev.db"
    },
    {
      "key": "NP_AUTH_SALT",
      "service": "Nitropage",
      "description": "Provide a value for NP_AUTH_SALT.",
      "secret": false,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "NP_AUTH_PASSWORD",
      "service": "Nitropage",
      "description": "Provide a value for NP_AUTH_PASSWORD.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "G_8roH"
      }
    },
    "cli": "railway deploy --template G_8roH",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "0f3d23a7-b4bc-4e32-9441-4fb9fb1e0e2e",
            "serializedConfig": {
              "services": {
                "4bf2689c-e441-46fe-8642-a97fd407ea58": {
                  "icon": "https://codeberg.org/nitropage/site/raw/branch/master/icon-web-min.svg",
                  "name": "Nitropage",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/admin"
                  },
                  "source": {
                    "image": "nitropage/nitropage:sqlite"
                  },
                  "variables": {
                    "DATABASE_URL": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "file:../.data/dev.db"
                    },
                    "NP_AUTH_SALT": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "{{NP_AUTH_SALT}}"
                    },
                    "NP_AUTH_PASSWORD": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "{{NP_AUTH_PASSWORD}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "4bf2689c-e441-46fe-8642-a97fd407ea58": {
                      "mountPath": "/app/.data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "Nitropage",
      "method": "GET",
      "path": "/admin",
      "expect_status": 200
    }
  },
  "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-19T02:06:16.137Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_eb33cc17257a4d218c8a",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 94,
    "typical_build_seconds": 0,
    "typical_start_seconds": 10,
    "slowest_service": "Nitropage"
  }
}
