{
  "manifest_version": "1.0.0",
  "template": {
    "id": "a1034c11-ef72-4b93-9856-52ae7baec7cc",
    "slug": "fizzy-2",
    "name": "Fizzy",
    "description": "Deploy and Host Fizzy with Railway",
    "url": "https://railway.com/deploy/fizzy-2",
    "upstream": {
      "repo_url": "https://github.com/basecamp/fizzy"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "fizzy",
      "source": {
        "repo": "https://github.com/basecamp/fizzy"
      },
      "needs_volume": true,
      "volume_mount_path": "/rails/storage",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "fizzy",
      "description": "Thruster port",
      "secret": false,
      "strategy": "default",
      "default": "80"
    },
    {
      "key": "APP_HOST",
      "service": "fizzy",
      "description": "Your application domain",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "S3_BUCKET",
      "service": "fizzy",
      "description": "S3 bucket name",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "S3_REGION",
      "service": "fizzy",
      "description": "S3 region",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "SMTP_PORT",
      "service": "fizzy",
      "description": "SMTP server port. Defaults to 587",
      "secret": false,
      "strategy": "default",
      "default": "587"
    },
    {
      "key": "S3_ENDPOINT",
      "service": "fizzy",
      "description": "S3 endpoint",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "SMTP_DOMAIN",
      "service": "fizzy",
      "description": "Your verified domain for sending emails",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "SMTP_ADDRESS",
      "service": "fizzy",
      "description": "Hostname of your SMTP server (e.g., smtp.mailgun.org, smtp.sendgrid.net)",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "SMTP_PASSWORD",
      "service": "fizzy",
      "description": "Password or API key for SMTP authentication",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "SMTP_USERNAME",
      "service": "fizzy",
      "description": "Username for SMTP authentication",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "CSP_CONNECT_SRC",
      "service": "fizzy",
      "description": "CSP Source connect for S3",
      "secret": false,
      "strategy": "default",
      "default": "storage.railway.app t3.storageapi.dev"
    },
    {
      "key": "RAILWAY_RUN_UID",
      "service": "fizzy",
      "description": "The UID of the user which should run the main process inside the container",
      "secret": false,
      "strategy": "default",
      "default": "0"
    },
    {
      "key": "SECRET_KEY_BASE",
      "service": "fizzy",
      "description": "128-character hex string used to encrypt sessions and secure cookies",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "S3_ACCESS_KEY_ID",
      "service": "fizzy",
      "description": "S3 access key ID",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "MAILER_FROM_ADDRESS",
      "service": "fizzy",
      "description": "Email address shown as sender in outgoing emails",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "S3_FORCE_PATH_STYLE",
      "service": "fizzy",
      "description": "This is required for Railway buckets",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "SMTP_AUTHENTICATION",
      "service": "fizzy",
      "description": "SMTP Authentication",
      "secret": false,
      "strategy": "default",
      "default": "plain"
    },
    {
      "key": "SOLID_QUEUE_IN_PUMA",
      "service": "fizzy",
      "description": "Set to true to run background job processing inside the web server. Required for sending emails and scheduled tasks",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "S3_SECRET_ACCESS_KEY",
      "service": "fizzy",
      "description": "S3 secret",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "ACTIVE_STORAGE_SERVICE",
      "service": "fizzy",
      "description": "Select S3 as storage service",
      "secret": false,
      "strategy": "default",
      "default": "s3"
    },
    {
      "key": "SMTP_ENABLE_STARTTLS_AUTO",
      "service": "fizzy",
      "description": "Check if the server supports starttls",
      "secret": false,
      "strategy": "default",
      "default": "true"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "fizzy-2"
      }
    },
    "cli": "railway deploy --template fizzy-2",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "a1034c11-ef72-4b93-9856-52ae7baec7cc",
            "serializedConfig": {
              "buckets": {
                "692157a1-b632-40a5-9c90-bc88c1ed2d7c": {
                  "name": "active-storage"
                }
              },
              "services": {
                "890cdda1-16e2-4c35-ba36-1126a3b7c7ca": {
                  "icon": "https://www.fizzy.do/assets/images/favicon.png",
                  "name": "fizzy",
                  "source": {
                    "repo": "basecamp/fizzy",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "description": "Thruster port",
                      "defaultValue": "80"
                    },
                    "APP_HOST": {
                      "description": "Your application domain",
                      "defaultValue": "${{RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "S3_BUCKET": {
                      "description": "S3 bucket name",
                      "defaultValue": "${{active-storage.BUCKET}}"
                    },
                    "S3_REGION": {
                      "description": "S3 region",
                      "defaultValue": "${{active-storage.REGION}}"
                    },
                    "SMTP_PORT": {
                      "description": "SMTP server port. Defaults to 587",
                      "defaultValue": "587"
                    },
                    "S3_ENDPOINT": {
                      "description": "S3 endpoint",
                      "defaultValue": "${{active-storage.ENDPOINT}}"
                    },
                    "SMTP_DOMAIN": {
                      "description": "Your verified domain for sending emails",
                      "defaultValue": "{{SMTP_DOMAIN}}"
                    },
                    "SMTP_ADDRESS": {
                      "description": "Hostname of your SMTP server (e.g., smtp.mailgun.org, smtp.sendgrid.net)",
                      "defaultValue": "{{SMTP_ADDRESS}}"
                    },
                    "SMTP_PASSWORD": {
                      "description": "Password or API key for SMTP authentication",
                      "defaultValue": "{{SMTP_PASSWORD}}"
                    },
                    "SMTP_USERNAME": {
                      "description": "Username for SMTP authentication",
                      "defaultValue": "{{SMTP_USERNAME}}"
                    },
                    "CSP_CONNECT_SRC": {
                      "description": "CSP Source connect for S3",
                      "defaultValue": "storage.railway.app t3.storageapi.dev"
                    },
                    "RAILWAY_RUN_UID": {
                      "description": "The UID of the user which should run the main process inside the container",
                      "defaultValue": "0"
                    },
                    "SECRET_KEY_BASE": {
                      "description": "128-character hex string used to encrypt sessions and secure cookies",
                      "defaultValue": "{{SECRET_KEY_BASE}}"
                    },
                    "S3_ACCESS_KEY_ID": {
                      "description": "S3 access key ID",
                      "defaultValue": "${{active-storage.ACCESS_KEY_ID}}"
                    },
                    "VAPID_PUBLIC_KEY": {
                      "isOptional": true,
                      "description": "Public key for browser push notifications",
                      "defaultValue": ""
                    },
                    "VAPID_PRIVATE_KEY": {
                      "isOptional": true,
                      "description": "Private key for browser push notifications",
                      "defaultValue": ""
                    },
                    "MAILER_FROM_ADDRESS": {
                      "description": "Email address shown as sender in outgoing emails",
                      "defaultValue": "{{MAILER_FROM_ADDRESS}}"
                    },
                    "S3_FORCE_PATH_STYLE": {
                      "description": "This is required for Railway buckets",
                      "defaultValue": "true"
                    },
                    "SMTP_AUTHENTICATION": {
                      "description": "SMTP Authentication",
                      "defaultValue": "plain"
                    },
                    "SOLID_QUEUE_IN_PUMA": {
                      "description": "Set to true to run background job processing inside the web server. Required for sending emails and scheduled tasks",
                      "defaultValue": "true"
                    },
                    "S3_SECRET_ACCESS_KEY": {
                      "description": "S3 secret",
                      "defaultValue": "${{active-storage.SECRET_ACCESS_KEY}}"
                    },
                    "ACTIVE_STORAGE_SERVICE": {
                      "description": "Select S3 as storage service",
                      "defaultValue": "s3"
                    },
                    "SMTP_ENABLE_STARTTLS_AUTO": {
                      "description": "Check if the server supports starttls",
                      "defaultValue": "true"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:80": {
                        "port": 80
                      }
                    }
                  },
                  "volumeMounts": {
                    "890cdda1-16e2-4c35-ba36-1126a3b7c7ca": {
                      "mountPath": "/rails/storage"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-16T16:14:44.185Z",
  "generator_version": "0.1.0"
}
