{
  "manifest_version": "1.0.0",
  "template": {
    "id": "2d280130-f095-49c7-bf2d-26c2a106539b",
    "slug": "fizzy",
    "name": "Fizzy + SQLite",
    "description": "Kanban as it should be. Not as it has been.",
    "url": "https://railway.com/deploy/fizzy",
    "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": "APP_HOST",
      "service": "fizzy",
      "description": "Your application domain",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "BASE_URL",
      "service": "fizzy",
      "description": "Your application base URL",
      "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 config to allow connections to Railway storage",
      "secret": false,
      "strategy": "default",
      "default": "storage.railway.app"
    },
    {
      "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"
      }
    },
    "cli": "railway deploy --template fizzy",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "2d280130-f095-49c7-bf2d-26c2a106539b",
            "serializedConfig": {
              "buckets": {
                "226c809e-f0c4-42df-94f7-04320901e981": {
                  "name": "active-storage"
                }
              },
              "services": {
                "837ca735-98c6-42a2-868c-049badd0f3ef": {
                  "icon": "https://www.fizzy.do/assets/images/logo.png",
                  "name": "fizzy",
                  "deploy": {
                    "healthcheckPath": ""
                  },
                  "source": {
                    "repo": "basecamp/fizzy",
                    "branch": "main",
                    "rootDirectory": null
                  },
                  "variables": {
                    "APP_HOST": {
                      "description": "Your application domain",
                      "defaultValue": "${{RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "BASE_URL": {
                      "description": "Your application base URL",
                      "defaultValue": "https://${{RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "S3_BUCKET": {
                      "description": "S3 bucket name",
                      "defaultValue": "${{active-storage.BUCKET}}"
                    },
                    "S3_REGION": {
                      "description": "S3 region",
                      "defaultValue": "${{active-storage.REGION}}"
                    },
                    "SMTP_PORT": {
                      "isOptional": true,
                      "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": {
                      "isOptional": true,
                      "description": "CSP config to allow connections to Railway storage",
                      "defaultValue": "storage.railway.app"
                    },
                    "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": {
                      "isOptional": true,
                      "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": {
                      "isOptional": true,
                      "description": "Select S3 as storage service",
                      "defaultValue": "s3"
                    },
                    "SMTP_ENABLE_STARTTLS_AUTO": {
                      "isOptional": true,
                      "description": "Check if the server supports starttls",
                      "defaultValue": "true"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:3000": {
                        "port": 3000
                      }
                    }
                  },
                  "volumeMounts": {
                    "837ca735-98c6-42a2-868c-049badd0f3ef": {
                      "mountPath": "/rails/storage"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0"
}
