{
  "manifest_version": "1.0.0",
  "template": {
    "id": "4f604d37-c6ba-40ef-85a5-f019a3a78192",
    "slug": "OhFC4F",
    "name": "notea",
    "description": "Your Self-Hosted Notion-Style Note Taking App",
    "url": "https://railway.com/deploy/OhFC4F",
    "upstream": {
      "repo_url": "https://github.com/bamtests/notea"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "notea-main",
      "source": {
        "repo": "https://github.com/bamtests/notea"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "notea-main",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "3000"
    },
    {
      "key": "PASSWORD",
      "service": "notea-main",
      "description": "Password for the browser GUI",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "STORE_BUCKET",
      "service": "notea-main",
      "description": "S3 bucket for storage",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "STORE_REGION",
      "service": "notea-main",
      "description": "Provide a value for STORE_REGION.",
      "secret": false,
      "strategy": "default",
      "default": "us1.storj.io"
    },
    {
      "key": "STORE_END_POINT",
      "service": "notea-main",
      "description": "Provide a value for STORE_END_POINT.",
      "secret": false,
      "strategy": "default",
      "default": "https://gateway.storjshare.io"
    },
    {
      "key": "STORE_ACCESS_KEY",
      "service": "notea-main",
      "description": "S3 access key",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "STORE_SECRET_KEY",
      "service": "notea-main",
      "description": "S3 secret key",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "OhFC4F"
      }
    },
    "cli": "railway deploy --template OhFC4F",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "4f604d37-c6ba-40ef-85a5-f019a3a78192",
            "serializedConfig": {
              "services": {
                "598b752c-4e5a-487e-b8a6-e2c5215b4f92": {
                  "name": "notea-main",
                  "build": {},
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null
                  },
                  "source": {
                    "repo": "https://github.com/bamtests/notea",
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "defaultValue": "3000"
                    },
                    "PASSWORD": {
                      "isOptional": false,
                      "description": "Password for the browser GUI",
                      "defaultValue": "{{PASSWORD}}"
                    },
                    "STORE_BUCKET": {
                      "isOptional": false,
                      "description": "S3 bucket for storage",
                      "defaultValue": "{{STORE_BUCKET}}"
                    },
                    "STORE_REGION": {
                      "isOptional": true,
                      "defaultValue": "us1.storj.io"
                    },
                    "STORE_END_POINT": {
                      "isOptional": true,
                      "defaultValue": "https://gateway.storjshare.io"
                    },
                    "STORE_ACCESS_KEY": {
                      "isOptional": false,
                      "description": "S3 access key",
                      "defaultValue": "{{STORE_ACCESS_KEY}}"
                    },
                    "STORE_SECRET_KEY": {
                      "isOptional": false,
                      "description": "S3 secret key",
                      "defaultValue": "{{STORE_SECRET_KEY}}"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {}
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0"
}
