{
  "manifest_version": "1.0.0",
  "template": {
    "id": "effce226-1b59-4f7f-8f00-a9c695372563",
    "slug": "poznote-1",
    "name": "Poznote",
    "description": "Powerful note-taking without the hassle.",
    "url": "https://railway.com/deploy/poznote-1",
    "upstream": {
      "image": "ghcr.io/timothepoznanski/poznote:latest"
    }
  },
  "services": [
    {
      "name": "timothepoznanski/poznote:latest",
      "source": {
        "image": "ghcr.io/timothepoznanski/poznote:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/var/www/html/data",
      "http": true
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "poznote-1"
      }
    },
    "cli": "railway deploy --template poznote-1",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "effce226-1b59-4f7f-8f00-a9c695372563",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "ba49df56-5ed0-4fe3-afb8-f327d938dd6f": {
                  "icon": null,
                  "name": "timothepoznanski/poznote:latest",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ALWAYS",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/timothepoznanski/poznote:latest"
                  },
                  "variables": {
                    "POZNOTE_OIDC_CLIENT_ID": {
                      "isOptional": true,
                      "description": "Optional OpenID Connect client ID used when configuring OIDC/SSO authentication with an external identity provider such as Keycloak, Auth0, Azure AD, or Google. Leave empty if OIDC authentication is not being used.",
                      "defaultValue": ""
                    },
                    "POZNOTE_OIDC_CLIENT_SECRET": {
                      "isOptional": true,
                      "description": "Optional OpenID Connect client secret associated with the OIDC client ID.",
                      "defaultValue": ""
                    },
                    "POZNOTE_OIDC_DISABLE_NORMAL_LOGIN": {
                      "isOptional": true,
                      "description": "Controls whether the normal username/password login form is disabled when OIDC is configured.",
                      "defaultValue": ""
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:80": {
                        "port": 80
                      }
                    }
                  },
                  "volumeMounts": {
                    "ba49df56-5ed0-4fe3-afb8-f327d938dd6f": {
                      "mountPath": "/var/www/html/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "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-19T13:15:30.985Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_e17e5753b65b41dca57b",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 96,
    "typical_build_seconds": 0,
    "typical_start_seconds": 10,
    "slowest_service": "timothepoznanski/poznote:latest"
  }
}
