{
  "manifest_version": "1.0.0",
  "template": {
    "id": "064bb918-777f-4905-bf39-1581dc98b542",
    "slug": "plane-jira-alternative",
    "name": "Plane",
    "description": "Jira, Linear Alternative: Modern project management platform.",
    "url": "https://railway.com/deploy/plane-jira-alternative",
    "upstream": {
      "image": "caddy:2.11.3-alpine"
    }
  },
  "services": [
    {
      "name": "api",
      "source": {
        "image": "makeplane/plane-backend:v1.4.0"
      },
      "needs_volume": false,
      "http": false
    },
    {
      "name": "Postgres",
      "source": {
        "image": "ghcr.io/railwayapp-templates/postgres-ssl:18"
      },
      "needs_volume": true,
      "volume_mount_path": "/var/lib/postgresql/data",
      "http": false
    },
    {
      "name": "space",
      "source": {
        "image": "makeplane/plane-space:v1.4.0"
      },
      "needs_volume": false,
      "http": false
    },
    {
      "name": "beat-worker",
      "source": {
        "image": "makeplane/plane-backend:v1.4.0"
      },
      "needs_volume": false,
      "http": false
    },
    {
      "name": "rabbitmq",
      "source": {
        "image": "rabbitmq:3.13.6-management-alpine"
      },
      "needs_volume": true,
      "volume_mount_path": "/var/lib/rabbitmq",
      "http": false
    },
    {
      "name": "web",
      "source": {
        "image": "makeplane/plane-frontend:v1.4.0"
      },
      "needs_volume": false,
      "http": false
    },
    {
      "name": "Redis",
      "source": {
        "image": "redis:8.2.1"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": false
    },
    {
      "name": "minio",
      "source": {
        "image": "minio/minio:RELEASE.2025-04-22T22-12-26Z"
      },
      "needs_volume": true,
      "volume_mount_path": "/export",
      "http": false
    },
    {
      "name": "worker",
      "source": {
        "image": "makeplane/plane-backend:v1.4.0"
      },
      "needs_volume": false,
      "http": false
    },
    {
      "name": "live",
      "source": {
        "image": "makeplane/plane-live:v1.4.0"
      },
      "needs_volume": false,
      "http": false
    },
    {
      "name": "admin",
      "source": {
        "image": "makeplane/plane-admin:v1.4.0"
      },
      "needs_volume": false,
      "http": false
    },
    {
      "name": "proxy",
      "source": {
        "image": "caddy:2.11.3-alpine"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "api",
      "description": "Gunicorn listening port",
      "secret": false,
      "strategy": "default",
      "default": "8000"
    },
    {
      "key": "DEBUG",
      "service": "api",
      "description": "Disable Django debug mode",
      "secret": false,
      "strategy": "default",
      "default": "0"
    },
    {
      "key": "WEB_URL",
      "service": "api",
      "description": "Public instance URL",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "AMQP_URL",
      "service": "api",
      "description": "Celery broker URL",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDIS_URL",
      "service": "api",
      "description": "Cache and session store",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "USE_MINIO",
      "service": "api",
      "description": "Sign upload URLs against app host",
      "secret": false,
      "strategy": "default",
      "default": "1"
    },
    {
      "key": "AWS_REGION",
      "service": "api",
      "description": "S3 region label for MinIO",
      "secret": false,
      "strategy": "default",
      "default": "us-east-1"
    },
    {
      "key": "SECRET_KEY",
      "service": "api",
      "description": "Django signing key",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "DATABASE_URL",
      "service": "api",
      "description": "PostgreSQL connection string",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "FILE_SIZE_LIMIT",
      "service": "api",
      "description": "Max upload size, bytes",
      "secret": false,
      "strategy": "default",
      "default": "5242880"
    },
    {
      "key": "GUNICORN_WORKERS",
      "service": "api",
      "description": "Gunicorn worker processes",
      "secret": false,
      "strategy": "default",
      "default": "2"
    },
    {
      "key": "AWS_ACCESS_KEY_ID",
      "service": "api",
      "description": "MinIO access key",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "API_KEY_RATE_LIMIT",
      "service": "api",
      "description": "API key request throttle",
      "secret": true,
      "strategy": "default",
      "default": "60/minute"
    },
    {
      "key": "AWS_S3_BUCKET_NAME",
      "service": "api",
      "description": "Bucket created on first boot",
      "secret": false,
      "strategy": "default",
      "default": "uploads"
    },
    {
      "key": "MINIO_ENDPOINT_SSL",
      "service": "api",
      "description": "Use https in presigned URLs",
      "secret": false,
      "strategy": "default",
      "default": "1"
    },
    {
      "key": "AWS_S3_ENDPOINT_URL",
      "service": "api",
      "description": "Private storage endpoint",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "CORS_ALLOWED_ORIGINS",
      "service": "api",
      "description": "CORS and CSRF trusted origins",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "AWS_SECRET_ACCESS_KEY",
      "service": "api",
      "description": "MinIO secret key",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "LIVE_SERVER_SECRET_KEY",
      "service": "api",
      "description": "Shared secret with live server",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "AUTHENTICATION_RATE_LIMIT",
      "service": "api",
      "description": "Login request throttle",
      "secret": false,
      "strategy": "default",
      "default": "10/minute"
    },
    {
      "key": "PGDATA",
      "service": "Postgres",
      "description": "Data directory, a subdirectory of the volume mount",
      "secret": false,
      "strategy": "default",
      "default": "/var/lib/postgresql/data/pgdata"
    },
    {
      "key": "PGHOST",
      "service": "Postgres",
      "description": "Private hostname, reachable only inside the project",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "PGPORT",
      "service": "Postgres",
      "description": "Standard PostgreSQL port",
      "secret": false,
      "strategy": "default",
      "default": "5432"
    },
    {
      "key": "PGUSER",
      "service": "Postgres",
      "description": "libpq alias of the superuser name",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PGDATABASE",
      "service": "Postgres",
      "description": "libpq alias of the default database",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PGPASSWORD",
      "service": "Postgres",
      "description": "libpq alias of the superuser password",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "POSTGRES_DB",
      "service": "Postgres",
      "description": "Default database created on first boot",
      "secret": false,
      "strategy": "default",
      "default": "railway"
    },
    {
      "key": "DATABASE_URL",
      "service": "Postgres",
      "description": "Private connection string, use this from other services",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "POSTGRES_USER",
      "service": "Postgres",
      "description": "Superuser created on first boot",
      "secret": false,
      "strategy": "default",
      "default": "postgres"
    },
    {
      "key": "SSL_CERT_DAYS",
      "service": "Postgres",
      "description": "Validity window of the generated self-signed TLS certificate",
      "secret": false,
      "strategy": "default",
      "default": "820"
    },
    {
      "key": "POSTGRES_PASSWORD",
      "service": "Postgres",
      "description": "Generated superuser password",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "DATABASE_PUBLIC_URL",
      "service": "Postgres",
      "description": "Public connection string over the TCP proxy, for external tools",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "RAILWAY_DEPLOYMENT_DRAINING_SECONDS",
      "service": "Postgres",
      "description": "Grace period for in-flight connections on redeploy",
      "secret": false,
      "strategy": "default",
      "default": "60"
    },
    {
      "key": "PORT",
      "service": "space",
      "description": "HTTP listening port",
      "secret": false,
      "strategy": "default",
      "default": "3000"
    },
    {
      "key": "DEBUG",
      "service": "beat-worker",
      "description": "Disable Django debug mode",
      "secret": false,
      "strategy": "default",
      "default": "0"
    },
    {
      "key": "WEB_URL",
      "service": "beat-worker",
      "description": "Public instance URL",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "AMQP_URL",
      "service": "beat-worker",
      "description": "Celery broker URL",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDIS_URL",
      "service": "beat-worker",
      "description": "Cache and session store",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "USE_MINIO",
      "service": "beat-worker",
      "description": "Sign upload URLs against app host",
      "secret": false,
      "strategy": "default",
      "default": "1"
    },
    {
      "key": "AWS_REGION",
      "service": "beat-worker",
      "description": "S3 region label for MinIO",
      "secret": false,
      "strategy": "default",
      "default": "us-east-1"
    },
    {
      "key": "SECRET_KEY",
      "service": "beat-worker",
      "description": "Django signing key from API",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "DATABASE_URL",
      "service": "beat-worker",
      "description": "PostgreSQL connection string",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "FILE_SIZE_LIMIT",
      "service": "beat-worker",
      "description": "Max upload size, bytes",
      "secret": false,
      "strategy": "default",
      "default": "5242880"
    },
    {
      "key": "GUNICORN_WORKERS",
      "service": "beat-worker",
      "description": "Process count for entrypoint",
      "secret": false,
      "strategy": "default",
      "default": "1"
    },
    {
      "key": "AWS_ACCESS_KEY_ID",
      "service": "beat-worker",
      "description": "MinIO access key",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "API_KEY_RATE_LIMIT",
      "service": "beat-worker",
      "description": "API key request throttle",
      "secret": true,
      "strategy": "default",
      "default": "60/minute"
    },
    {
      "key": "AWS_S3_BUCKET_NAME",
      "service": "beat-worker",
      "description": "Bucket used for exports",
      "secret": false,
      "strategy": "default",
      "default": "uploads"
    },
    {
      "key": "MINIO_ENDPOINT_SSL",
      "service": "beat-worker",
      "description": "Use https in presigned URLs",
      "secret": false,
      "strategy": "default",
      "default": "1"
    },
    {
      "key": "AWS_S3_ENDPOINT_URL",
      "service": "beat-worker",
      "description": "Private storage endpoint",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "CORS_ALLOWED_ORIGINS",
      "service": "beat-worker",
      "description": "CORS and CSRF trusted origins",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "AWS_SECRET_ACCESS_KEY",
      "service": "beat-worker",
      "description": "MinIO secret key",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "LIVE_SERVER_SECRET_KEY",
      "service": "beat-worker",
      "description": "Shared secret with live server",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "AUTHENTICATION_RATE_LIMIT",
      "service": "beat-worker",
      "description": "Login request throttle",
      "secret": false,
      "strategy": "default",
      "default": "10/minute"
    },
    {
      "key": "RABBITMQ_NODENAME",
      "service": "rabbitmq",
      "description": "Stable node name for the volume",
      "secret": false,
      "strategy": "default",
      "default": "rabbit@localhost"
    },
    {
      "key": "RABBITMQ_DEFAULT_PASS",
      "service": "rabbitmq",
      "description": "Broker password",
      "secret": false,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "RABBITMQ_DEFAULT_USER",
      "service": "rabbitmq",
      "description": "Broker username",
      "secret": false,
      "strategy": "default",
      "default": "plane"
    },
    {
      "key": "RABBITMQ_DEFAULT_VHOST",
      "service": "rabbitmq",
      "description": "Broker virtual host",
      "secret": false,
      "strategy": "default",
      "default": "plane"
    },
    {
      "key": "RABBITMQ_SERVER_ADDITIONAL_ERL_ARGS",
      "service": "rabbitmq",
      "description": "Cap Erlang schedulers to the CPU quota",
      "secret": false,
      "strategy": "default",
      "default": "+S 2:2 +SDio 2"
    },
    {
      "key": "PORT",
      "service": "web",
      "description": "HTTP listening port",
      "secret": false,
      "strategy": "default",
      "default": "3000"
    },
    {
      "key": "REDISHOST",
      "service": "Redis",
      "description": "Private hostname, reachable only inside the project",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "REDISPORT",
      "service": "Redis",
      "description": "Standard Redis port",
      "secret": false,
      "strategy": "default",
      "default": "6379"
    },
    {
      "key": "REDISUSER",
      "service": "Redis",
      "description": "Default ACL user created on first boot",
      "secret": false,
      "strategy": "default",
      "default": "default"
    },
    {
      "key": "REDIS_URL",
      "service": "Redis",
      "description": "Private connection string, use this from other services",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDISPASSWORD",
      "service": "Redis",
      "description": "Convenience alias of the generated password",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDIS_PASSWORD",
      "service": "Redis",
      "description": "Generated password for the default user",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "REDIS_PUBLIC_URL",
      "service": "Redis",
      "description": "Public connection string over the TCP proxy, for external tools",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "MINIO_BROWSER",
      "service": "minio",
      "description": "Disable the MinIO web console",
      "secret": false,
      "strategy": "default",
      "default": "off"
    },
    {
      "key": "MINIO_ROOT_USER",
      "service": "minio",
      "description": "Object storage access key",
      "secret": false,
      "strategy": "default",
      "default": "plane-storage"
    },
    {
      "key": "MINIO_ROOT_PASSWORD",
      "service": "minio",
      "description": "Object storage secret key",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "DEBUG",
      "service": "worker",
      "description": "Disable Django debug mode",
      "secret": false,
      "strategy": "default",
      "default": "0"
    },
    {
      "key": "WEB_URL",
      "service": "worker",
      "description": "Public instance URL",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "AMQP_URL",
      "service": "worker",
      "description": "Celery broker URL",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDIS_URL",
      "service": "worker",
      "description": "Cache and session store",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "USE_MINIO",
      "service": "worker",
      "description": "Sign upload URLs against app host",
      "secret": false,
      "strategy": "default",
      "default": "1"
    },
    {
      "key": "AWS_REGION",
      "service": "worker",
      "description": "S3 region label for MinIO",
      "secret": false,
      "strategy": "default",
      "default": "us-east-1"
    },
    {
      "key": "SECRET_KEY",
      "service": "worker",
      "description": "Django signing key from API",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "DATABASE_URL",
      "service": "worker",
      "description": "PostgreSQL connection string",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "FILE_SIZE_LIMIT",
      "service": "worker",
      "description": "Max upload size, bytes",
      "secret": false,
      "strategy": "default",
      "default": "5242880"
    },
    {
      "key": "GUNICORN_WORKERS",
      "service": "worker",
      "description": "Process count for entrypoint",
      "secret": false,
      "strategy": "default",
      "default": "1"
    },
    {
      "key": "AWS_ACCESS_KEY_ID",
      "service": "worker",
      "description": "MinIO access key",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "API_KEY_RATE_LIMIT",
      "service": "worker",
      "description": "API key request throttle",
      "secret": true,
      "strategy": "default",
      "default": "60/minute"
    },
    {
      "key": "AWS_S3_BUCKET_NAME",
      "service": "worker",
      "description": "Bucket used for attachments",
      "secret": false,
      "strategy": "default",
      "default": "uploads"
    },
    {
      "key": "MINIO_ENDPOINT_SSL",
      "service": "worker",
      "description": "Use https in presigned URLs",
      "secret": false,
      "strategy": "default",
      "default": "1"
    },
    {
      "key": "AWS_S3_ENDPOINT_URL",
      "service": "worker",
      "description": "Private storage endpoint",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "CORS_ALLOWED_ORIGINS",
      "service": "worker",
      "description": "CORS and CSRF trusted origins",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "AWS_SECRET_ACCESS_KEY",
      "service": "worker",
      "description": "MinIO secret key",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "LIVE_SERVER_SECRET_KEY",
      "service": "worker",
      "description": "Shared secret with live server",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "AUTHENTICATION_RATE_LIMIT",
      "service": "worker",
      "description": "Login request throttle",
      "secret": false,
      "strategy": "default",
      "default": "10/minute"
    },
    {
      "key": "PORT",
      "service": "live",
      "description": "HTTP listening port",
      "secret": false,
      "strategy": "default",
      "default": "3000"
    },
    {
      "key": "REDIS_URL",
      "service": "live",
      "description": "Pub/sub for collaborative editing",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "API_BASE_URL",
      "service": "live",
      "description": "Private backend endpoint",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "LIVE_BASE_PATH",
      "service": "live",
      "description": "Base path behind the proxy",
      "secret": false,
      "strategy": "default",
      "default": "/live"
    },
    {
      "key": "LIVE_SERVER_SECRET_KEY",
      "service": "live",
      "description": "Shared secret with API",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PORT",
      "service": "admin",
      "description": "HTTP listening port",
      "secret": false,
      "strategy": "default",
      "default": "3000"
    },
    {
      "key": "PORT",
      "service": "proxy",
      "description": "Public listener, matches domain target port",
      "secret": false,
      "strategy": "default",
      "default": "8080"
    },
    {
      "key": "CADDYFILE",
      "service": "proxy",
      "description": "Written to disk at boot",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "BUCKET_NAME",
      "service": "proxy",
      "description": "Upload path segment proxied to MinIO",
      "secret": false,
      "strategy": "default",
      "default": "uploads"
    },
    {
      "key": "FILE_SIZE_LIMIT",
      "service": "proxy",
      "description": "Max request body size, bytes",
      "secret": false,
      "strategy": "default",
      "default": "5242880"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "plane-jira-alternative"
      }
    },
    "cli": "railway deploy --template plane-jira-alternative",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "064bb918-777f-4905-bf39-1581dc98b542",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "5316a08b-f6bc-40fe-aac8-9f9379933a93": {
                  "icon": "https://res.cloudinary.com/rroe4rtk/image/upload/v1786131752/2fbeff38-897e-4595-90a0-a10aaff40c76.png",
                  "name": "api",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/api/instances/",
                    "preDeployCommand": [
                      "/bin/bash -c 'python manage.py wait_for_db && python manage.py migrate'"
                    ],
                    "restartPolicyType": "ALWAYS",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "makeplane/plane-backend:v1.4.0"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "Gunicorn listening port",
                      "defaultValue": "8000"
                    },
                    "DEBUG": {
                      "isOptional": false,
                      "description": "Disable Django debug mode",
                      "defaultValue": "0"
                    },
                    "WEB_URL": {
                      "isOptional": false,
                      "description": "Public instance URL",
                      "defaultValue": "https://${{proxy.RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "AMQP_URL": {
                      "isOptional": false,
                      "description": "Celery broker URL",
                      "defaultValue": "amqp://${{rabbitmq.RABBITMQ_DEFAULT_USER}}:${{rabbitmq.RABBITMQ_DEFAULT_PASS}}@rabbitmq.railway.internal:5672/${{rabbitmq.RABBITMQ_DEFAULT_VHOST}}"
                    },
                    "REDIS_URL": {
                      "isOptional": false,
                      "description": "Cache and session store",
                      "defaultValue": "${{Redis.REDIS_URL}}"
                    },
                    "USE_MINIO": {
                      "isOptional": false,
                      "description": "Sign upload URLs against app host",
                      "defaultValue": "1"
                    },
                    "AWS_REGION": {
                      "isOptional": false,
                      "description": "S3 region label for MinIO",
                      "defaultValue": "us-east-1"
                    },
                    "SECRET_KEY": {
                      "isOptional": false,
                      "description": "Django signing key",
                      "defaultValue": "{{SECRET_KEY}}"
                    },
                    "DATABASE_URL": {
                      "isOptional": false,
                      "description": "PostgreSQL connection string",
                      "defaultValue": "${{Postgres.DATABASE_URL}}"
                    },
                    "FILE_SIZE_LIMIT": {
                      "isOptional": false,
                      "description": "Max upload size, bytes",
                      "defaultValue": "5242880"
                    },
                    "GUNICORN_WORKERS": {
                      "isOptional": false,
                      "description": "Gunicorn worker processes",
                      "defaultValue": "2"
                    },
                    "AWS_ACCESS_KEY_ID": {
                      "isOptional": false,
                      "description": "MinIO access key",
                      "defaultValue": "${{minio.MINIO_ROOT_USER}}"
                    },
                    "API_KEY_RATE_LIMIT": {
                      "isOptional": false,
                      "description": "API key request throttle",
                      "defaultValue": "60/minute"
                    },
                    "AWS_S3_BUCKET_NAME": {
                      "isOptional": false,
                      "description": "Bucket created on first boot",
                      "defaultValue": "uploads"
                    },
                    "MINIO_ENDPOINT_SSL": {
                      "isOptional": false,
                      "description": "Use https in presigned URLs",
                      "defaultValue": "1"
                    },
                    "AWS_S3_ENDPOINT_URL": {
                      "isOptional": false,
                      "description": "Private storage endpoint",
                      "defaultValue": "http://${{minio.RAILWAY_PRIVATE_DOMAIN}}:9000"
                    },
                    "CORS_ALLOWED_ORIGINS": {
                      "isOptional": false,
                      "description": "CORS and CSRF trusted origins",
                      "defaultValue": "https://${{proxy.RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "AWS_SECRET_ACCESS_KEY": {
                      "isOptional": false,
                      "description": "MinIO secret key",
                      "defaultValue": "${{minio.MINIO_ROOT_PASSWORD}}"
                    },
                    "LIVE_SERVER_SECRET_KEY": {
                      "isOptional": false,
                      "description": "Shared secret with live server",
                      "defaultValue": "{{LIVE_SERVER_SECRET_KEY}}"
                    },
                    "AUTHENTICATION_RATE_LIMIT": {
                      "isOptional": false,
                      "description": "Login request throttle",
                      "defaultValue": "10/minute"
                    }
                  }
                },
                "723dc895-e8fc-455b-abb0-64f97b31667e": {
                  "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": "Data directory, a subdirectory of the volume mount",
                      "defaultValue": "/var/lib/postgresql/data/pgdata"
                    },
                    "PGHOST": {
                      "isOptional": false,
                      "description": "Private hostname, reachable only inside the project",
                      "defaultValue": "${{RAILWAY_PRIVATE_DOMAIN}}"
                    },
                    "PGPORT": {
                      "isOptional": false,
                      "description": "Standard PostgreSQL port",
                      "defaultValue": "5432"
                    },
                    "PGUSER": {
                      "isOptional": false,
                      "description": "libpq alias of the superuser name",
                      "defaultValue": "${{POSTGRES_USER}}"
                    },
                    "PGDATABASE": {
                      "isOptional": false,
                      "description": "libpq alias of the default database",
                      "defaultValue": "${{POSTGRES_DB}}"
                    },
                    "PGPASSWORD": {
                      "isOptional": false,
                      "description": "libpq alias of the superuser password",
                      "defaultValue": "${{POSTGRES_PASSWORD}}"
                    },
                    "POSTGRES_DB": {
                      "isOptional": false,
                      "description": "Default database created on first boot",
                      "defaultValue": "railway"
                    },
                    "DATABASE_URL": {
                      "isOptional": false,
                      "description": "Private connection string, use this from other services",
                      "defaultValue": "postgresql://${{PGUSER}}:${{POSTGRES_PASSWORD}}@${{RAILWAY_PRIVATE_DOMAIN}}:5432/${{PGDATABASE}}"
                    },
                    "POSTGRES_USER": {
                      "isOptional": false,
                      "description": "Superuser created on first boot",
                      "defaultValue": "postgres"
                    },
                    "SSL_CERT_DAYS": {
                      "isOptional": false,
                      "description": "Validity window of the generated self-signed TLS certificate",
                      "defaultValue": "820"
                    },
                    "POSTGRES_PASSWORD": {
                      "isOptional": false,
                      "description": "Generated superuser password",
                      "defaultValue": "{{POSTGRES_PASSWORD}}"
                    },
                    "DATABASE_PUBLIC_URL": {
                      "description": "Public connection string over the TCP proxy, for external tools",
                      "defaultValue": "postgresql://${{PGUSER}}:${{POSTGRES_PASSWORD}}@${{RAILWAY_TCP_PROXY_DOMAIN}}:${{RAILWAY_TCP_PROXY_PORT}}/${{PGDATABASE}}"
                    },
                    "RAILWAY_DEPLOYMENT_DRAINING_SECONDS": {
                      "isOptional": false,
                      "description": "Grace period for in-flight connections on redeploy",
                      "defaultValue": "60"
                    }
                  },
                  "volumeMounts": {
                    "723dc895-e8fc-455b-abb0-64f97b31667e": {
                      "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."
                  }
                },
                "793d1909-7b9e-445b-9b52-328972f79d41": {
                  "icon": "https://res.cloudinary.com/rroe4rtk/image/upload/v1786131752/2fbeff38-897e-4595-90a0-a10aaff40c76.png",
                  "name": "space",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "makeplane/plane-space:v1.4.0"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "HTTP listening port",
                      "defaultValue": "3000"
                    }
                  }
                },
                "8b5b1845-4a8a-4ddf-8b06-bff03e102340": {
                  "icon": "https://res.cloudinary.com/rroe4rtk/image/upload/v1786131752/2fbeff38-897e-4595-90a0-a10aaff40c76.png",
                  "name": "beat-worker",
                  "deploy": {
                    "startCommand": "./bin/docker-entrypoint-beat.sh",
                    "healthcheckPath": null,
                    "restartPolicyType": "ALWAYS",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "makeplane/plane-backend:v1.4.0"
                  },
                  "variables": {
                    "DEBUG": {
                      "isOptional": false,
                      "description": "Disable Django debug mode",
                      "defaultValue": "0"
                    },
                    "WEB_URL": {
                      "isOptional": false,
                      "description": "Public instance URL",
                      "defaultValue": "https://${{proxy.RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "AMQP_URL": {
                      "isOptional": false,
                      "description": "Celery broker URL",
                      "defaultValue": "amqp://${{rabbitmq.RABBITMQ_DEFAULT_USER}}:${{rabbitmq.RABBITMQ_DEFAULT_PASS}}@rabbitmq.railway.internal:5672/${{rabbitmq.RABBITMQ_DEFAULT_VHOST}}"
                    },
                    "REDIS_URL": {
                      "isOptional": false,
                      "description": "Cache and session store",
                      "defaultValue": "${{Redis.REDIS_URL}}"
                    },
                    "USE_MINIO": {
                      "isOptional": false,
                      "description": "Sign upload URLs against app host",
                      "defaultValue": "1"
                    },
                    "AWS_REGION": {
                      "isOptional": false,
                      "description": "S3 region label for MinIO",
                      "defaultValue": "us-east-1"
                    },
                    "SECRET_KEY": {
                      "isOptional": false,
                      "description": "Django signing key from API",
                      "defaultValue": "${{api.SECRET_KEY}}"
                    },
                    "DATABASE_URL": {
                      "isOptional": false,
                      "description": "PostgreSQL connection string",
                      "defaultValue": "${{Postgres.DATABASE_URL}}"
                    },
                    "FILE_SIZE_LIMIT": {
                      "isOptional": false,
                      "description": "Max upload size, bytes",
                      "defaultValue": "5242880"
                    },
                    "GUNICORN_WORKERS": {
                      "isOptional": false,
                      "description": "Process count for entrypoint",
                      "defaultValue": "1"
                    },
                    "AWS_ACCESS_KEY_ID": {
                      "isOptional": false,
                      "description": "MinIO access key",
                      "defaultValue": "${{minio.MINIO_ROOT_USER}}"
                    },
                    "API_KEY_RATE_LIMIT": {
                      "description": "API key request throttle",
                      "defaultValue": "60/minute"
                    },
                    "AWS_S3_BUCKET_NAME": {
                      "isOptional": false,
                      "description": "Bucket used for exports",
                      "defaultValue": "uploads"
                    },
                    "MINIO_ENDPOINT_SSL": {
                      "isOptional": false,
                      "description": "Use https in presigned URLs",
                      "defaultValue": "1"
                    },
                    "AWS_S3_ENDPOINT_URL": {
                      "isOptional": false,
                      "description": "Private storage endpoint",
                      "defaultValue": "http://${{minio.RAILWAY_PRIVATE_DOMAIN}}:9000"
                    },
                    "CORS_ALLOWED_ORIGINS": {
                      "isOptional": false,
                      "description": "CORS and CSRF trusted origins",
                      "defaultValue": "https://${{proxy.RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "AWS_SECRET_ACCESS_KEY": {
                      "isOptional": false,
                      "description": "MinIO secret key",
                      "defaultValue": "${{minio.MINIO_ROOT_PASSWORD}}"
                    },
                    "LIVE_SERVER_SECRET_KEY": {
                      "isOptional": false,
                      "description": "Shared secret with live server",
                      "defaultValue": "${{api.LIVE_SERVER_SECRET_KEY}}"
                    },
                    "AUTHENTICATION_RATE_LIMIT": {
                      "description": "Login request throttle",
                      "defaultValue": "10/minute"
                    }
                  }
                },
                "91485b7c-855b-4b89-91fc-e01a025083a9": {
                  "icon": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/rabbitmq.svg",
                  "name": "rabbitmq",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "rabbitmq:3.13.6-management-alpine"
                  },
                  "variables": {
                    "RABBITMQ_NODENAME": {
                      "isOptional": false,
                      "description": "Stable node name for the volume",
                      "defaultValue": "rabbit@localhost"
                    },
                    "RABBITMQ_DEFAULT_PASS": {
                      "isOptional": false,
                      "description": "Broker password",
                      "defaultValue": "{{RABBITMQ_DEFAULT_PASS}}"
                    },
                    "RABBITMQ_DEFAULT_USER": {
                      "isOptional": false,
                      "description": "Broker username",
                      "defaultValue": "plane"
                    },
                    "RABBITMQ_DEFAULT_VHOST": {
                      "isOptional": false,
                      "description": "Broker virtual host",
                      "defaultValue": "plane"
                    },
                    "RABBITMQ_SERVER_ADDITIONAL_ERL_ARGS": {
                      "isOptional": false,
                      "description": "Cap Erlang schedulers to the CPU quota",
                      "defaultValue": "+S 2:2 +SDio 2"
                    }
                  },
                  "volumeMounts": {
                    "91485b7c-855b-4b89-91fc-e01a025083a9": {
                      "mountPath": "/var/lib/rabbitmq"
                    }
                  }
                },
                "aafc3111-0329-44f7-bdbc-8690d7f4b3fb": {
                  "icon": "https://res.cloudinary.com/rroe4rtk/image/upload/v1786131752/2fbeff38-897e-4595-90a0-a10aaff40c76.png",
                  "name": "web",
                  "deploy": {
                    "startCommand": "/bin/sh -c 'sed -i \"s/^worker_processes.*/worker_processes 2;/\" /etc/nginx/nginx.conf; nginx -t; exec nginx -g \"daemon off;\"'",
                    "healthcheckPath": "/",
                    "restartPolicyType": "ALWAYS",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "makeplane/plane-frontend:v1.4.0"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "HTTP listening port",
                      "defaultValue": "3000"
                    }
                  }
                },
                "af7342f7-8cf2-4d9a-a3bf-4e5916c24f2c": {
                  "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": "Private hostname, reachable only inside the project",
                      "defaultValue": "${{RAILWAY_PRIVATE_DOMAIN}}"
                    },
                    "REDISPORT": {
                      "isOptional": false,
                      "description": "Standard Redis port",
                      "defaultValue": "6379"
                    },
                    "REDISUSER": {
                      "isOptional": false,
                      "description": "Default ACL user created on first boot",
                      "defaultValue": "default"
                    },
                    "REDIS_URL": {
                      "isOptional": false,
                      "description": "Private connection string, use this from other services",
                      "defaultValue": "redis://${{REDISUSER}}:${{REDIS_PASSWORD}}@${{REDISHOST}}:${{REDISPORT}}"
                    },
                    "REDISPASSWORD": {
                      "isOptional": false,
                      "description": "Convenience alias of the generated password",
                      "defaultValue": "${{REDIS_PASSWORD}}"
                    },
                    "REDIS_PASSWORD": {
                      "isOptional": false,
                      "description": "Generated password for the default user",
                      "defaultValue": "{{REDIS_PASSWORD}}"
                    },
                    "REDIS_PUBLIC_URL": {
                      "description": "Public connection string over the TCP proxy, for external tools",
                      "defaultValue": "redis://default:${{REDIS_PASSWORD}}@${{RAILWAY_TCP_PROXY_DOMAIN}}:${{RAILWAY_TCP_PROXY_PORT}}"
                    }
                  },
                  "volumeMounts": {
                    "af7342f7-8cf2-4d9a-a3bf-4e5916c24f2c": {
                      "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."
                  }
                },
                "b5c002d2-beb7-45e1-b47a-0975b0a61374": {
                  "icon": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/minio-light.svg",
                  "name": "minio",
                  "deploy": {
                    "startCommand": "/usr/bin/docker-entrypoint.sh minio server /export --address \":9000\" --console-address \":9090\"",
                    "healthcheckPath": null,
                    "restartPolicyType": "ALWAYS",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "minio/minio:RELEASE.2025-04-22T22-12-26Z"
                  },
                  "variables": {
                    "MINIO_BROWSER": {
                      "isOptional": false,
                      "description": "Disable the MinIO web console",
                      "defaultValue": "off"
                    },
                    "MINIO_ROOT_USER": {
                      "isOptional": false,
                      "description": "Object storage access key",
                      "defaultValue": "plane-storage"
                    },
                    "MINIO_ROOT_PASSWORD": {
                      "isOptional": false,
                      "description": "Object storage secret key",
                      "defaultValue": "{{MINIO_ROOT_PASSWORD}}"
                    }
                  },
                  "volumeMounts": {
                    "b5c002d2-beb7-45e1-b47a-0975b0a61374": {
                      "mountPath": "/export"
                    }
                  }
                },
                "d2a8c147-7e35-4004-969e-a3edf8a1ab4e": {
                  "icon": "https://res.cloudinary.com/rroe4rtk/image/upload/v1786131752/2fbeff38-897e-4595-90a0-a10aaff40c76.png",
                  "name": "worker",
                  "deploy": {
                    "startCommand": "./bin/docker-entrypoint-worker.sh",
                    "healthcheckPath": null,
                    "restartPolicyType": "ALWAYS",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "makeplane/plane-backend:v1.4.0"
                  },
                  "variables": {
                    "DEBUG": {
                      "isOptional": false,
                      "description": "Disable Django debug mode",
                      "defaultValue": "0"
                    },
                    "WEB_URL": {
                      "isOptional": false,
                      "description": "Public instance URL",
                      "defaultValue": "https://${{proxy.RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "AMQP_URL": {
                      "isOptional": false,
                      "description": "Celery broker URL",
                      "defaultValue": "amqp://${{rabbitmq.RABBITMQ_DEFAULT_USER}}:${{rabbitmq.RABBITMQ_DEFAULT_PASS}}@rabbitmq.railway.internal:5672/${{rabbitmq.RABBITMQ_DEFAULT_VHOST}}"
                    },
                    "REDIS_URL": {
                      "isOptional": false,
                      "description": "Cache and session store",
                      "defaultValue": "${{Redis.REDIS_URL}}"
                    },
                    "USE_MINIO": {
                      "isOptional": false,
                      "description": "Sign upload URLs against app host",
                      "defaultValue": "1"
                    },
                    "AWS_REGION": {
                      "isOptional": false,
                      "description": "S3 region label for MinIO",
                      "defaultValue": "us-east-1"
                    },
                    "SECRET_KEY": {
                      "isOptional": false,
                      "description": "Django signing key from API",
                      "defaultValue": "${{api.SECRET_KEY}}"
                    },
                    "DATABASE_URL": {
                      "isOptional": false,
                      "description": "PostgreSQL connection string",
                      "defaultValue": "${{Postgres.DATABASE_URL}}"
                    },
                    "FILE_SIZE_LIMIT": {
                      "isOptional": false,
                      "description": "Max upload size, bytes",
                      "defaultValue": "5242880"
                    },
                    "GUNICORN_WORKERS": {
                      "isOptional": false,
                      "description": "Process count for entrypoint",
                      "defaultValue": "1"
                    },
                    "AWS_ACCESS_KEY_ID": {
                      "isOptional": false,
                      "description": "MinIO access key",
                      "defaultValue": "${{minio.MINIO_ROOT_USER}}"
                    },
                    "API_KEY_RATE_LIMIT": {
                      "description": "API key request throttle",
                      "defaultValue": "60/minute"
                    },
                    "AWS_S3_BUCKET_NAME": {
                      "isOptional": false,
                      "description": "Bucket used for attachments",
                      "defaultValue": "uploads"
                    },
                    "MINIO_ENDPOINT_SSL": {
                      "isOptional": false,
                      "description": "Use https in presigned URLs",
                      "defaultValue": "1"
                    },
                    "AWS_S3_ENDPOINT_URL": {
                      "isOptional": false,
                      "description": "Private storage endpoint",
                      "defaultValue": "http://${{minio.RAILWAY_PRIVATE_DOMAIN}}:9000"
                    },
                    "CORS_ALLOWED_ORIGINS": {
                      "isOptional": false,
                      "description": "CORS and CSRF trusted origins",
                      "defaultValue": "https://${{proxy.RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "AWS_SECRET_ACCESS_KEY": {
                      "isOptional": false,
                      "description": "MinIO secret key",
                      "defaultValue": "${{minio.MINIO_ROOT_PASSWORD}}"
                    },
                    "LIVE_SERVER_SECRET_KEY": {
                      "isOptional": false,
                      "description": "Shared secret with live server",
                      "defaultValue": "${{api.LIVE_SERVER_SECRET_KEY}}"
                    },
                    "AUTHENTICATION_RATE_LIMIT": {
                      "description": "Login request throttle",
                      "defaultValue": "10/minute"
                    }
                  }
                },
                "d65df867-ead2-4889-a1fa-c24a5b74e488": {
                  "icon": "https://res.cloudinary.com/rroe4rtk/image/upload/v1786131752/2fbeff38-897e-4595-90a0-a10aaff40c76.png",
                  "name": "live",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "makeplane/plane-live:v1.4.0"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "HTTP listening port",
                      "defaultValue": "3000"
                    },
                    "REDIS_URL": {
                      "isOptional": false,
                      "description": "Pub/sub for collaborative editing",
                      "defaultValue": "${{Redis.REDIS_URL}}"
                    },
                    "API_BASE_URL": {
                      "isOptional": false,
                      "description": "Private backend endpoint",
                      "defaultValue": "http://${{api.RAILWAY_PRIVATE_DOMAIN}}:8000"
                    },
                    "LIVE_BASE_PATH": {
                      "isOptional": false,
                      "description": "Base path behind the proxy",
                      "defaultValue": "/live"
                    },
                    "LIVE_SERVER_SECRET_KEY": {
                      "isOptional": false,
                      "description": "Shared secret with API",
                      "defaultValue": "${{api.LIVE_SERVER_SECRET_KEY}}"
                    }
                  }
                },
                "e6d55302-98ea-4783-94e9-15a43f5116d7": {
                  "icon": "https://res.cloudinary.com/rroe4rtk/image/upload/v1786131752/2fbeff38-897e-4595-90a0-a10aaff40c76.png",
                  "name": "admin",
                  "deploy": {
                    "startCommand": "/bin/sh -c 'sed -i \"s/^worker_processes.*/worker_processes 2;/\" /etc/nginx/nginx.conf; nginx -t; exec nginx -g \"daemon off;\"'",
                    "healthcheckPath": "/",
                    "restartPolicyType": "ALWAYS",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "makeplane/plane-admin:v1.4.0"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "HTTP listening port",
                      "defaultValue": "3000"
                    }
                  }
                },
                "ee66b9e9-4fe8-430c-9005-3f639d83e8de": {
                  "icon": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/caddy.svg",
                  "name": "proxy",
                  "deploy": {
                    "startCommand": "/bin/sh -c 'printf \"%s\" \"$CADDYFILE\" > /etc/caddy/Caddyfile; caddy validate --config /etc/caddy/Caddyfile --adapter caddyfile; exec caddy run --config /etc/caddy/Caddyfile --adapter caddyfile'",
                    "healthcheckPath": null,
                    "restartPolicyType": "ALWAYS",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "caddy:2.11.3-alpine"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "Public listener, matches domain target port",
                      "defaultValue": "8080"
                    },
                    "CADDYFILE": {
                      "isOptional": false,
                      "description": "Written to disk at boot",
                      "defaultValue": "{\n\tadmin off\n\tservers {\n\t\tmax_header_size 25MB\n\t\tclient_ip_headers X-Forwarded-For X-Real-IP\n\t\ttrusted_proxies static 100.64.0.0/10 fd00::/8\n\t}\n}\n\n:{$PORT} {\n\trequest_body {\n\t\tmax_size {$FILE_SIZE_LIMIT}\n\t}\n\n\tredir /spaces /spaces/ permanent\n\treverse_proxy /spaces/* ${{space.RAILWAY_PRIVATE_DOMAIN}}:3000\n\n\tredir /god-mode /god-mode/ permanent\n\treverse_proxy /god-mode/* ${{admin.RAILWAY_PRIVATE_DOMAIN}}:3000\n\n\treverse_proxy /live/* ${{live.RAILWAY_PRIVATE_DOMAIN}}:3000\n\n\treverse_proxy /api/* ${{api.RAILWAY_PRIVATE_DOMAIN}}:8000\n\treverse_proxy /auth/* ${{api.RAILWAY_PRIVATE_DOMAIN}}:8000\n\treverse_proxy /static/* ${{api.RAILWAY_PRIVATE_DOMAIN}}:8000\n\n\treverse_proxy /{$BUCKET_NAME}/* ${{minio.RAILWAY_PRIVATE_DOMAIN}}:9000\n\treverse_proxy /{$BUCKET_NAME} ${{minio.RAILWAY_PRIVATE_DOMAIN}}:9000\n\n\treverse_proxy /* ${{web.RAILWAY_PRIVATE_DOMAIN}}:3000\n}"
                    },
                    "BUCKET_NAME": {
                      "isOptional": false,
                      "description": "Upload path segment proxied to MinIO",
                      "defaultValue": "uploads"
                    },
                    "FILE_SIZE_LIMIT": {
                      "isOptional": false,
                      "description": "Max request body size, bytes",
                      "defaultValue": "5242880"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 12,
    "needs_volume": true
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-05T12:11:12.223Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_f5d66da263074c36b415",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 269,
    "typical_build_seconds": 0,
    "typical_start_seconds": 20,
    "slowest_service": "worker"
  }
}
