{
  "manifest_version": "1.0.0",
  "template": {
    "id": "ec363755-d6a1-4ce7-a7b5-73ec4e894e19",
    "slug": "kept-notes",
    "name": "Kept Notes",
    "description": "Self-hosted Google-Keep-like app with reminders, shared notes & mobile apps",
    "url": "https://railway.com/deploy/kept-notes",
    "upstream": {
      "image": "ghcr.io/ericerkz/kept:latest"
    }
  },
  "services": [
    {
      "name": "kept",
      "source": {
        "image": "ghcr.io/ericerkz/kept:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/app/data",
      "tcp_ports": [
        6767
      ],
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "kept",
      "description": "port for Kept. ",
      "secret": false,
      "strategy": "default",
      "default": "6767"
    },
    {
      "key": "NODE_ENV",
      "service": "kept",
      "description": "environment type",
      "secret": false,
      "strategy": "default",
      "default": "production"
    },
    {
      "key": "SQLITE_PATH",
      "service": "kept",
      "description": "location for kept db",
      "secret": false,
      "strategy": "default",
      "default": "/app/data/kept.sqlite"
    },
    {
      "key": "KEPT_CORS_ALLOW_ALL",
      "service": "kept",
      "description": "cors origins enablement",
      "secret": false,
      "strategy": "default",
      "default": "1"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "kept-notes"
      }
    },
    "cli": "railway deploy --template kept-notes",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "ec363755-d6a1-4ce7-a7b5-73ec4e894e19",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "a4820038-4a48-4546-98b2-adbce8d9ad19": {
                  "icon": "https://www.keepitkept.xyz/assets/images/keep2x.png",
                  "name": "kept",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/ericerkz/kept:latest"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "port for Kept. ",
                      "defaultValue": "6767"
                    },
                    "NODE_ENV": {
                      "isOptional": false,
                      "description": "environment type",
                      "defaultValue": "production"
                    },
                    "SQLITE_PATH": {
                      "isOptional": false,
                      "description": "location for kept db",
                      "defaultValue": "/app/data/kept.sqlite"
                    },
                    "KEPT_CORS_ALLOW_ALL": {
                      "isOptional": false,
                      "description": "cors origins enablement",
                      "defaultValue": "1"
                    }
                  },
                  "networking": {
                    "tcpProxies": {
                      "6767": {}
                    },
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "a4820038-4a48-4546-98b2-adbce8d9ad19": {
                      "mountPath": "/app/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "kept",
      "method": "GET",
      "path": "/",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-19T17:06:54.955Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_291c57d33f3141b8822f",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 72,
    "typical_build_seconds": 0,
    "typical_start_seconds": 10,
    "slowest_service": "kept"
  }
}
