{
  "manifest_version": "1.0.0",
  "template": {
    "id": "66f98fc0-eab8-4e4b-bb2d-afd1d924410c",
    "slug": "sessy",
    "name": "Sessy",
    "description": "Open-source email observability for AWS SES",
    "url": "https://railway.com/deploy/sessy",
    "upstream": {
      "image": "ghcr.io/marckohlbrugge/sessy:main"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "sessy",
      "source": {
        "image": "ghcr.io/marckohlbrugge/sessy:main"
      },
      "needs_volume": true,
      "volume_mount_path": "/rails/storage",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "DISABLE_SSL",
      "service": "sessy",
      "description": "Disable SSL as its handled by Railway",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "RAILWAY_RUN_UID",
      "service": "sessy",
      "description": "Run as root",
      "secret": false,
      "strategy": "default",
      "default": "0"
    },
    {
      "key": "SECRET_KEY_BASE",
      "service": "sessy",
      "description": "Input secret to the application’s key generator",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "HTTP_AUTH_PASSWORD",
      "service": "sessy",
      "description": "Auth password",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "HTTP_AUTH_USERNAME",
      "service": "sessy",
      "description": "Auth username",
      "secret": false,
      "strategy": "ask_user"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "sessy"
      }
    },
    "cli": "railway deploy --template sessy",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "66f98fc0-eab8-4e4b-bb2d-afd1d924410c",
            "serializedConfig": {
              "services": {
                "504695e1-125d-47a3-9865-1867ff484296": {
                  "icon": "https://raw.githubusercontent.com/marckohlbrugge/sessy/28b18d9303675422adff350b94142359a43b0192/docs/icon.svg",
                  "name": "sessy",
                  "source": {
                    "image": "ghcr.io/marckohlbrugge/sessy:main"
                  },
                  "variables": {
                    "DISABLE_SSL": {
                      "description": "Disable SSL as its handled by Railway",
                      "defaultValue": "true"
                    },
                    "RAILWAY_RUN_UID": {
                      "isOptional": false,
                      "description": "Run as root",
                      "defaultValue": "0"
                    },
                    "SECRET_KEY_BASE": {
                      "description": "Input secret to the application’s key generator",
                      "defaultValue": "{{SECRET_KEY_BASE}}"
                    },
                    "HTTP_AUTH_PASSWORD": {
                      "isOptional": false,
                      "description": "Auth password",
                      "defaultValue": "{{HTTP_AUTH_PASSWORD}}"
                    },
                    "HTTP_AUTH_USERNAME": {
                      "isOptional": false,
                      "description": "Auth username",
                      "defaultValue": "{{HTTP_AUTH_USERNAME}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:80": {
                        "port": 80
                      }
                    }
                  },
                  "volumeMounts": {
                    "504695e1-125d-47a3-9865-1867ff484296": {
                      "mountPath": "/rails/storage",
                      "backupSchedules": [
                        "WEEKLY"
                      ]
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0"
}
