{
  "manifest_version": "1.0.0",
  "template": {
    "id": "9b34c4de-bf97-4b12-ad63-cf633710a4d6",
    "slug": "pretix",
    "name": "Pretix | Open Source Ticket Management, Eventbrite Alternative",
    "description": "Self Host Pretix. Ticketing platform with seating plans, payments, check-in",
    "url": "https://railway.com/deploy/pretix",
    "upstream": {
      "image": "pretix/standalone:stable"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "Pretix",
      "source": {
        "image": "pretix/standalone:stable"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    },
    {
      "name": "Postgres",
      "source": {
        "image": "ghcr.io/railwayapp-templates/postgres-ssl:18"
      },
      "needs_volume": true,
      "volume_mount_path": "/var/lib/postgresql/data",
      "http": false
    },
    {
      "name": "Redis",
      "source": {
        "image": "redis:8.2.1"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "Pretix",
      "description": "Railway routing port",
      "secret": false,
      "strategy": "default",
      "default": "80"
    },
    {
      "key": "AUTOMIGRATE",
      "service": "Pretix",
      "description": "Skip auto-migration (handled in startCommand)",
      "secret": false,
      "strategy": "default",
      "default": "skip"
    },
    {
      "key": "NUM_WORKERS",
      "service": "Pretix",
      "description": "Gunicorn worker count",
      "secret": false,
      "strategy": "default",
      "default": "2"
    },
    {
      "key": "RAILWAY_RUN_UID",
      "service": "Pretix",
      "description": "Run as root for volume permissions",
      "secret": false,
      "strategy": "default",
      "default": "0"
    },
    {
      "key": "PRETIX_MAIL_FROM",
      "service": "Pretix",
      "description": "Sender email for notifications",
      "secret": false,
      "strategy": "default",
      "default": "tickets@example.com"
    },
    {
      "key": "PRETIX_PRETIX_URL",
      "service": "Pretix",
      "description": "Public-facing URL with HTTPS",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "PRETIX_ADMIN_EMAIL",
      "service": "Pretix",
      "description": "Initial admin account email",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "PRETIX_CELERY_BROKER",
      "service": "Pretix",
      "description": "Celery task broker URL",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "PRETIX_DATABASE_HOST",
      "service": "Pretix",
      "description": "PostgreSQL internal host",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "PRETIX_DATABASE_NAME",
      "service": "Pretix",
      "description": "PostgreSQL database name",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PRETIX_DATABASE_PORT",
      "service": "Pretix",
      "description": "PostgreSQL port",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PRETIX_DATABASE_USER",
      "service": "Pretix",
      "description": "PostgreSQL username",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PRETIX_DJANGO_SECRET",
      "service": "Pretix",
      "description": "Django session signing and CSRF key",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "PRETIX_ADMIN_PASSWORD",
      "service": "Pretix",
      "description": "Initial admin password (bootstrap-only)",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "PRETIX_CELERY_BACKEND",
      "service": "Pretix",
      "description": "Celery result backend URL",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "PRETIX_LOCALE_DEFAULT",
      "service": "Pretix",
      "description": "Default locale",
      "secret": false,
      "strategy": "default",
      "default": "en"
    },
    {
      "key": "PRETIX_PRETIX_DATADIR",
      "service": "Pretix",
      "description": "Persistent data directory",
      "secret": false,
      "strategy": "default",
      "default": "/data"
    },
    {
      "key": "PRETIX_REDIS_LOCATION",
      "service": "Pretix",
      "description": "Redis cache and sessions URL",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "PRETIX_REDIS_SESSIONS",
      "service": "Pretix",
      "description": "Store sessions in Redis",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "PRETIX_LOCALE_TIMEZONE",
      "service": "Pretix",
      "description": "Default timezone",
      "secret": false,
      "strategy": "default",
      "default": "UTC"
    },
    {
      "key": "PRETIX_PRETIX_CURRENCY",
      "service": "Pretix",
      "description": "Default currency code",
      "secret": false,
      "strategy": "default",
      "default": "USD"
    },
    {
      "key": "PRETIX_DATABASE_BACKEND",
      "service": "Pretix",
      "description": "Database backend type",
      "secret": false,
      "strategy": "default",
      "default": "postgresql"
    },
    {
      "key": "PRETIX_DATABASE_PASSWORD",
      "service": "Pretix",
      "description": "PostgreSQL password",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PRETIX_PRETIX_REGISTRATION",
      "service": "Pretix",
      "description": "Disable public organizer registration",
      "secret": false,
      "strategy": "default",
      "default": "off"
    },
    {
      "key": "PRETIX_PRETIX_INSTANCE_NAME",
      "service": "Pretix",
      "description": "Display name for the instance",
      "secret": false,
      "strategy": "default",
      "default": "Pretix"
    },
    {
      "key": "PRETIX_PRETIX_TRUST_X_FORWARDED_FOR",
      "service": "Pretix",
      "description": "Trust proxy X-Forwarded-For header",
      "secret": false,
      "strategy": "default",
      "default": "on"
    },
    {
      "key": "PRETIX_PRETIX_TRUST_X_FORWARDED_PROTO",
      "service": "Pretix",
      "description": "Trust proxy X-Forwarded-Proto header",
      "secret": false,
      "strategy": "default",
      "default": "on"
    },
    {
      "key": "PGDATA",
      "service": "Postgres",
      "description": "Postgres data storage directory",
      "secret": false,
      "strategy": "default",
      "default": "/var/lib/postgresql/data/pgdata"
    },
    {
      "key": "PGHOST",
      "service": "Postgres",
      "description": "Internal Postgres host address",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "PGPORT",
      "service": "Postgres",
      "description": "Postgres server listening port",
      "secret": false,
      "strategy": "default",
      "default": "5432"
    },
    {
      "key": "PGUSER",
      "service": "Postgres",
      "description": "Default Postgres username",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PGDATABASE",
      "service": "Postgres",
      "description": "Default database name",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PGPASSWORD",
      "service": "Postgres",
      "description": "Password for Postgres user",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "POSTGRES_DB",
      "service": "Postgres",
      "description": "Initial database created on startup",
      "secret": false,
      "strategy": "default",
      "default": "railway"
    },
    {
      "key": "DATABASE_URL",
      "service": "Postgres",
      "description": "Internal Postgres connection string",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "POSTGRES_USER",
      "service": "Postgres",
      "description": "Default database superuser name",
      "secret": false,
      "strategy": "default",
      "default": "postgres"
    },
    {
      "key": "SSL_CERT_DAYS",
      "service": "Postgres",
      "description": "Self-signed SSL certificate validity",
      "secret": false,
      "strategy": "default",
      "default": "820"
    },
    {
      "key": "POSTGRES_PASSWORD",
      "service": "Postgres",
      "description": "Postgres database user password",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "DATABASE_PUBLIC_URL",
      "service": "Postgres",
      "description": "Public Postgres connection string",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "RAILWAY_DEPLOYMENT_DRAINING_SECONDS",
      "service": "Postgres",
      "description": "Graceful shutdown draining duration",
      "secret": false,
      "strategy": "default",
      "default": "60"
    },
    {
      "key": "REDISHOST",
      "service": "Redis",
      "description": "Internal Redis service hostname",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "REDISPORT",
      "service": "Redis",
      "description": "Redis server listening port",
      "secret": false,
      "strategy": "default",
      "default": "6379"
    },
    {
      "key": "REDISUSER",
      "service": "Redis",
      "description": "Redis default authentication user",
      "secret": false,
      "strategy": "default",
      "default": "default"
    },
    {
      "key": "REDIS_URL",
      "service": "Redis",
      "description": "Internal Redis connection string",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDISPASSWORD",
      "service": "Redis",
      "description": "Redis password environment reference",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDIS_PASSWORD",
      "service": "Redis",
      "description": "Password for Redis authentication",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "REDIS_PUBLIC_URL",
      "service": "Redis",
      "description": "Public Redis connection URL",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "pretix"
      }
    },
    "cli": "railway deploy --template pretix",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "9b34c4de-bf97-4b12-ad63-cf633710a4d6",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "d8fd8011-025d-45ee-bd41-a796d8ae9d70": {
                  "icon": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/pretix.svg",
                  "name": "Pretix",
                  "deploy": {
                    "startCommand": "/bin/sh -c 'mkdir -p /data/logs /data/media && chmod -R 777 /data && pretix migrate --noinput && pretix collectstatic --noinput && chmod -R o+rX /pretix/ && DJANGO_SUPERUSER_EMAIL=$PRETIX_ADMIN_EMAIL DJANGO_SUPERUSER_PASSWORD=$PRETIX_ADMIN_PASSWORD python3 -m pretix createsuperuser --noinput 2>/dev/null; exec pretix all'",
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "pretix/standalone:stable"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "Railway routing port",
                      "defaultValue": "80"
                    },
                    "AUTOMIGRATE": {
                      "isOptional": false,
                      "description": "Skip auto-migration (handled in startCommand)",
                      "defaultValue": "skip"
                    },
                    "NUM_WORKERS": {
                      "isOptional": false,
                      "description": "Gunicorn worker count",
                      "defaultValue": "2"
                    },
                    "RAILWAY_RUN_UID": {
                      "isOptional": false,
                      "description": "Run as root for volume permissions",
                      "defaultValue": "0"
                    },
                    "PRETIX_MAIL_FROM": {
                      "isOptional": false,
                      "description": "Sender email for notifications",
                      "defaultValue": "tickets@example.com"
                    },
                    "PRETIX_PRETIX_URL": {
                      "isOptional": false,
                      "description": "Public-facing URL with HTTPS",
                      "defaultValue": "https://${{RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "PRETIX_ADMIN_EMAIL": {
                      "isOptional": false,
                      "description": "Initial admin account email",
                      "defaultValue": "{{PRETIX_ADMIN_EMAIL}}"
                    },
                    "PRETIX_CELERY_BROKER": {
                      "isOptional": false,
                      "description": "Celery task broker URL",
                      "defaultValue": "redis://default:${{Redis.REDIS_PASSWORD}}@${{Redis.RAILWAY_PRIVATE_DOMAIN}}:${{Redis.REDISPORT}}/1"
                    },
                    "PRETIX_DATABASE_HOST": {
                      "isOptional": false,
                      "description": "PostgreSQL internal host",
                      "defaultValue": "${{Postgres.RAILWAY_PRIVATE_DOMAIN}}"
                    },
                    "PRETIX_DATABASE_NAME": {
                      "isOptional": false,
                      "description": "PostgreSQL database name",
                      "defaultValue": "${{Postgres.PGDATABASE}}"
                    },
                    "PRETIX_DATABASE_PORT": {
                      "isOptional": false,
                      "description": "PostgreSQL port",
                      "defaultValue": "${{Postgres.PGPORT}}"
                    },
                    "PRETIX_DATABASE_USER": {
                      "isOptional": false,
                      "description": "PostgreSQL username",
                      "defaultValue": "${{Postgres.PGUSER}}"
                    },
                    "PRETIX_DJANGO_SECRET": {
                      "isOptional": false,
                      "description": "Django session signing and CSRF key",
                      "defaultValue": "{{PRETIX_DJANGO_SECRET}}"
                    },
                    "PRETIX_ADMIN_PASSWORD": {
                      "isOptional": false,
                      "description": "Initial admin password (bootstrap-only)",
                      "defaultValue": "{{PRETIX_ADMIN_PASSWORD}}"
                    },
                    "PRETIX_CELERY_BACKEND": {
                      "isOptional": false,
                      "description": "Celery result backend URL",
                      "defaultValue": "redis://default:${{Redis.REDIS_PASSWORD}}@${{Redis.RAILWAY_PRIVATE_DOMAIN}}:${{Redis.REDISPORT}}/2"
                    },
                    "PRETIX_LOCALE_DEFAULT": {
                      "isOptional": false,
                      "description": "Default locale",
                      "defaultValue": "en"
                    },
                    "PRETIX_PRETIX_DATADIR": {
                      "isOptional": false,
                      "description": "Persistent data directory",
                      "defaultValue": "/data"
                    },
                    "PRETIX_REDIS_LOCATION": {
                      "isOptional": false,
                      "description": "Redis cache and sessions URL",
                      "defaultValue": "redis://default:${{Redis.REDIS_PASSWORD}}@${{Redis.RAILWAY_PRIVATE_DOMAIN}}:${{Redis.REDISPORT}}/0"
                    },
                    "PRETIX_REDIS_SESSIONS": {
                      "isOptional": false,
                      "description": "Store sessions in Redis",
                      "defaultValue": "true"
                    },
                    "PRETIX_LOCALE_TIMEZONE": {
                      "isOptional": false,
                      "description": "Default timezone",
                      "defaultValue": "UTC"
                    },
                    "PRETIX_PRETIX_CURRENCY": {
                      "isOptional": false,
                      "description": "Default currency code",
                      "defaultValue": "USD"
                    },
                    "PRETIX_DATABASE_BACKEND": {
                      "isOptional": false,
                      "description": "Database backend type",
                      "defaultValue": "postgresql"
                    },
                    "PRETIX_DATABASE_PASSWORD": {
                      "isOptional": false,
                      "description": "PostgreSQL password",
                      "defaultValue": "${{Postgres.PGPASSWORD}}"
                    },
                    "PRETIX_PRETIX_REGISTRATION": {
                      "isOptional": false,
                      "description": "Disable public organizer registration",
                      "defaultValue": "off"
                    },
                    "PRETIX_PRETIX_INSTANCE_NAME": {
                      "isOptional": false,
                      "description": "Display name for the instance",
                      "defaultValue": "Pretix"
                    },
                    "PRETIX_PRETIX_TRUST_X_FORWARDED_FOR": {
                      "isOptional": false,
                      "description": "Trust proxy X-Forwarded-For header",
                      "defaultValue": "on"
                    },
                    "PRETIX_PRETIX_TRUST_X_FORWARDED_PROTO": {
                      "isOptional": false,
                      "description": "Trust proxy X-Forwarded-Proto header",
                      "defaultValue": "on"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "d8fd8011-025d-45ee-bd41-a796d8ae9d70": {
                      "mountPath": "/data"
                    }
                  }
                },
                "ee9b47a7-71ab-45fc-82fa-b9118a88f834": {
                  "icon": "https://devicons.railway.app/i/postgresql.svg",
                  "name": "Postgres",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/railwayapp-templates/postgres-ssl:18"
                  },
                  "variables": {
                    "PGDATA": {
                      "isOptional": false,
                      "description": "Postgres data storage directory",
                      "defaultValue": "/var/lib/postgresql/data/pgdata"
                    },
                    "PGHOST": {
                      "isOptional": false,
                      "description": "Internal Postgres host address",
                      "defaultValue": "${{RAILWAY_PRIVATE_DOMAIN}}"
                    },
                    "PGPORT": {
                      "isOptional": false,
                      "description": "Postgres server listening port",
                      "defaultValue": "5432"
                    },
                    "PGUSER": {
                      "isOptional": false,
                      "description": "Default Postgres username",
                      "defaultValue": "${{POSTGRES_USER}}"
                    },
                    "PGDATABASE": {
                      "isOptional": false,
                      "description": "Default database name",
                      "defaultValue": "${{POSTGRES_DB}}"
                    },
                    "PGPASSWORD": {
                      "isOptional": false,
                      "description": "Password for Postgres user",
                      "defaultValue": "${{POSTGRES_PASSWORD}}"
                    },
                    "POSTGRES_DB": {
                      "isOptional": false,
                      "description": "Initial database created on startup",
                      "defaultValue": "railway"
                    },
                    "DATABASE_URL": {
                      "isOptional": false,
                      "description": "Internal Postgres connection string",
                      "defaultValue": "postgresql://${{PGUSER}}:${{POSTGRES_PASSWORD}}@${{RAILWAY_PRIVATE_DOMAIN}}:5432/${{PGDATABASE}}"
                    },
                    "POSTGRES_USER": {
                      "isOptional": false,
                      "description": "Default database superuser name",
                      "defaultValue": "postgres"
                    },
                    "SSL_CERT_DAYS": {
                      "isOptional": false,
                      "description": "Self-signed SSL certificate validity",
                      "defaultValue": "820"
                    },
                    "POSTGRES_PASSWORD": {
                      "isOptional": false,
                      "description": "Postgres database user password",
                      "defaultValue": "{{POSTGRES_PASSWORD}}"
                    },
                    "DATABASE_PUBLIC_URL": {
                      "isOptional": false,
                      "description": "Public Postgres connection string",
                      "defaultValue": "postgresql://${{PGUSER}}:${{POSTGRES_PASSWORD}}@${{RAILWAY_TCP_PROXY_DOMAIN}}:${{RAILWAY_TCP_PROXY_PORT}}/${{PGDATABASE}}"
                    },
                    "RAILWAY_DEPLOYMENT_DRAINING_SECONDS": {
                      "isOptional": false,
                      "description": "Graceful shutdown draining duration",
                      "defaultValue": "60"
                    }
                  },
                  "volumeMounts": {
                    "ee9b47a7-71ab-45fc-82fa-b9118a88f834": {
                      "mountPath": "/var/lib/postgresql/data"
                    }
                  },
                  "haTemplateCode": "postgres-ha",
                  "haConversionConfig": {
                    "edge": {
                      "label": "Reverse Proxy",
                      "options": [
                        2,
                        3,
                        4,
                        5
                      ],
                      "nodeLabel": "HAProxy",
                      "description": "Routes traffic to the primary",
                      "defaultValue": 3
                    },
                    "replica": {
                      "label": "Replicas",
                      "options": [
                        2,
                        3,
                        4,
                        5,
                        6,
                        7
                      ],
                      "nodeLabel": "Postgres",
                      "description": "Streaming replicas for automatic failover",
                      "defaultValue": 2
                    },
                    "internal": {
                      "label": "Coordinator Nodes",
                      "options": [
                        3,
                        5,
                        7,
                        9
                      ],
                      "nodeLabel": "etcd",
                      "defaultValue": 3
                    },
                    "description": "This will convert your Postgres database to an HA cluster with Patroni failover and etcd consensus."
                  }
                },
                "fa7e9f58-b267-40cb-b7c6-fd78906d227a": {
                  "icon": "https://cdn.sanity.io/images/sy1jschh/production/0ce0bfdcfbdbf69662b1116671f97c2dd788b655-157x157.svg",
                  "name": "Redis",
                  "deploy": {
                    "startCommand": "/bin/sh -c \"rm -rf $RAILWAY_VOLUME_MOUNT_PATH/lost+found/ && exec docker-entrypoint.sh redis-server --requirepass $REDIS_PASSWORD --save 60 1 --dir $RAILWAY_VOLUME_MOUNT_PATH\"",
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "redis:8.2.1"
                  },
                  "variables": {
                    "REDISHOST": {
                      "isOptional": false,
                      "description": "Internal Redis service hostname",
                      "defaultValue": "${{RAILWAY_PRIVATE_DOMAIN}}"
                    },
                    "REDISPORT": {
                      "isOptional": false,
                      "description": "Redis server listening port",
                      "defaultValue": "6379"
                    },
                    "REDISUSER": {
                      "isOptional": false,
                      "description": "Redis default authentication user",
                      "defaultValue": "default"
                    },
                    "REDIS_URL": {
                      "isOptional": false,
                      "description": "Internal Redis connection string",
                      "defaultValue": "redis://${{REDISUSER}}:${{REDIS_PASSWORD}}@${{REDISHOST}}:${{REDISPORT}}"
                    },
                    "REDISPASSWORD": {
                      "isOptional": false,
                      "description": "Redis password environment reference",
                      "defaultValue": "${{REDIS_PASSWORD}}"
                    },
                    "REDIS_PASSWORD": {
                      "isOptional": false,
                      "description": "Password for Redis authentication",
                      "defaultValue": "{{REDIS_PASSWORD}}"
                    },
                    "REDIS_PUBLIC_URL": {
                      "isOptional": false,
                      "description": "Public Redis connection URL",
                      "defaultValue": "redis://default:${{REDIS_PASSWORD}}@${{RAILWAY_TCP_PROXY_DOMAIN}}:${{RAILWAY_TCP_PROXY_PORT}}"
                    }
                  },
                  "volumeMounts": {
                    "fa7e9f58-b267-40cb-b7c6-fd78906d227a": {
                      "mountPath": "/data"
                    }
                  },
                  "haTemplateCode": "redis-ha",
                  "haConversionConfig": {
                    "edge": {
                      "label": "Reverse Proxies",
                      "options": [
                        1,
                        2
                      ],
                      "nodeLabel": "HAProxy",
                      "description": "HAProxy instances routing writes to the primary",
                      "defaultValue": 2
                    },
                    "replica": {
                      "label": "Redis Replicas",
                      "options": [
                        2,
                        3,
                        4,
                        5
                      ],
                      "nodeLabel": "Redis",
                      "description": "Nodes running Redis + colocated Sentinel",
                      "defaultValue": 2
                    },
                    "internal": null,
                    "description": "This will convert your Redis instance to an HA cluster with Sentinel failover and HAProxy routing to the primary."
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 3,
    "needs_volume": true
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0"
}
