{
  "manifest_version": "1.0.0",
  "template": {
    "id": "0f655643-e4fe-4b3c-8d61-c3e2df349eee",
    "slug": "parse-server",
    "name": "Parse Server",
    "description": "Backend for mobile and web apps with users, files and realtime",
    "url": "https://railway.com/deploy/parse-server",
    "upstream": {
      "repo_url": "https://github.com/gridalpha/parse-server-railway"
    }
  },
  "services": [
    {
      "name": "Redis",
      "source": {
        "image": "redis:8.2"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": false
    },
    {
      "name": "MongoDB",
      "source": {
        "image": "mongo:8.0"
      },
      "needs_volume": true,
      "volume_mount_path": "/data/db",
      "http": false
    },
    {
      "name": "parse-livequery",
      "source": {
        "repo": "https://github.com/gridalpha/parse-server-railway"
      },
      "needs_volume": false,
      "http": true
    },
    {
      "name": "parse-dashboard",
      "source": {
        "image": "parseplatform/parse-dashboard:latest"
      },
      "needs_volume": false,
      "http": true
    },
    {
      "name": "parse-server",
      "source": {
        "repo": "https://github.com/gridalpha/parse-server-railway"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "REDISHOST",
      "service": "Redis",
      "description": "Data panel alias, not read by the server",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "REDISPORT",
      "service": "Redis",
      "description": "Data panel alias, not read by the server",
      "secret": false,
      "strategy": "default",
      "default": "6379"
    },
    {
      "key": "REDISUSER",
      "service": "Redis",
      "description": "Data panel alias, not read by the server",
      "secret": false,
      "strategy": "default",
      "default": "default"
    },
    {
      "key": "REDIS_URL",
      "service": "Redis",
      "description": "Private connection string",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDISPASSWORD",
      "service": "Redis",
      "description": "Data panel alias, not read by the server",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDIS_PASSWORD",
      "service": "Redis",
      "description": "Auth password, read by the server",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "MONGOHOST",
      "service": "MongoDB",
      "description": "Data panel alias, not read by the server",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "MONGOPORT",
      "service": "MongoDB",
      "description": "Data panel alias, not read by the server",
      "secret": false,
      "strategy": "default",
      "default": "27017"
    },
    {
      "key": "MONGOUSER",
      "service": "MongoDB",
      "description": "Data panel alias, not read by the server",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "MONGO_URL",
      "service": "MongoDB",
      "description": "Private connection string",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "MONGOPASSWORD",
      "service": "MongoDB",
      "description": "Data panel alias, not read by the server",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "MONGO_INITDB_ROOT_PASSWORD",
      "service": "MongoDB",
      "description": "Root password, read by the image on first boot",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "MONGO_INITDB_ROOT_USERNAME",
      "service": "MongoDB",
      "description": "Root user, read by the image on first boot",
      "secret": false,
      "strategy": "default",
      "default": "mongo"
    },
    {
      "key": "PORT",
      "service": "parse-livequery",
      "description": "HTTP and WebSocket port",
      "secret": false,
      "strategy": "default",
      "default": "1337"
    },
    {
      "key": "REDIS_URL",
      "service": "parse-livequery",
      "description": "Shared cache and rate limit counters",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "S3_BUCKET",
      "service": "parse-livequery",
      "description": "Bucket holding Parse Files",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "S3_REGION",
      "service": "parse-livequery",
      "description": "Object storage region",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "S3_ENDPOINT",
      "service": "parse-livequery",
      "description": "Object storage endpoint",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PARSE_SERVER_URL",
      "service": "parse-livequery",
      "description": "This service's own API URL",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "S3_ACCESS_KEY_ID",
      "service": "parse-livequery",
      "description": "Object storage access key",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "S3_SECRET_ACCESS_KEY",
      "service": "parse-livequery",
      "description": "Object storage secret key",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PARSE_SERVER_APP_NAME",
      "service": "parse-livequery",
      "description": "Display name in the dashboard",
      "secret": false,
      "strategy": "default",
      "default": "Parse Server"
    },
    {
      "key": "PARSE_SERVER_FILE_KEY",
      "service": "parse-livequery",
      "description": "Same file key as the API",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PARSE_PUBLIC_SERVER_URL",
      "service": "parse-livequery",
      "description": "This service's own public URL",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "PARSE_SERVER_CLIENT_KEY",
      "service": "parse-livequery",
      "description": "Same client key as the API",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PARSE_SERVER_MASTER_KEY",
      "service": "parse-livequery",
      "description": "Same master key as the API",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PARSE_SERVER_MOUNT_PATH",
      "service": "parse-livequery",
      "description": "Path the API is mounted at",
      "secret": false,
      "strategy": "default",
      "default": "/parse"
    },
    {
      "key": "PARSE_SERVER_TRUST_PROXY",
      "service": "parse-livequery",
      "description": "Trust Railway's proxy for client IPs",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "PARSE_SERVER_DATABASE_URI",
      "service": "parse-livequery",
      "description": "MongoDB connection string",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PARSE_SERVER_GRAPHQL_PATH",
      "service": "parse-livequery",
      "description": "Path the GraphQL API is mounted at",
      "secret": false,
      "strategy": "default",
      "default": "/graphql"
    },
    {
      "key": "PARSE_SERVER_REST_API_KEY",
      "service": "parse-livequery",
      "description": "Same REST key as the API",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PARSE_SERVER_DIRECT_ACCESS",
      "service": "parse-livequery",
      "description": "Cloud Code talks to the database in process",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "PARSE_SERVER_MOUNT_GRAPHQL",
      "service": "parse-livequery",
      "description": "Enable the GraphQL API",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "PARSE_SERVER_APPLICATION_ID",
      "service": "parse-livequery",
      "description": "Same app identifier as the API",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PARSE_SERVER_JAVASCRIPT_KEY",
      "service": "parse-livequery",
      "description": "Same JavaScript key as the API",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PARSE_SERVER_MASTER_KEY_IPS",
      "service": "parse-livequery",
      "description": "Addresses allowed to use the master key",
      "secret": true,
      "strategy": "default",
      "default": "0.0.0.0/0,::0"
    },
    {
      "key": "PARSE_SERVER_LIVEQUERY_REDIS_URL",
      "service": "parse-livequery",
      "description": "Redis channel LiveQuery subscribes to",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PARSE_SERVER_LIVEQUERY_CLASSNAMES",
      "service": "parse-livequery",
      "description": "Classes LiveQuery publishes events for",
      "secret": false,
      "strategy": "default",
      "default": "Message"
    },
    {
      "key": "PARSE_SERVER_ENFORCE_PRIVATE_USERS",
      "service": "parse-livequery",
      "description": "User objects are private by default",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "PARSE_SERVER_START_LIVE_QUERY_SERVER",
      "service": "parse-livequery",
      "description": "Run the LiveQuery server on this service",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "PARSE_SERVER_ALLOWED_FILE_URL_DOMAINS",
      "service": "parse-livequery",
      "description": "Hosts allowed in file pointers",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "PARSE_SERVER_ALLOW_CLIENT_CLASS_CREATION",
      "service": "parse-livequery",
      "description": "Clients cannot create new classes",
      "secret": false,
      "strategy": "default",
      "default": "false"
    },
    {
      "key": "PORT",
      "service": "parse-dashboard",
      "description": "HTTP port the dashboard listens on",
      "secret": false,
      "strategy": "default",
      "default": "4040"
    },
    {
      "key": "PARSE_DASHBOARD_APP_ID",
      "service": "parse-dashboard",
      "description": "App identifier to manage",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PARSE_DASHBOARD_USER_ID",
      "service": "parse-dashboard",
      "description": "Dashboard login username",
      "secret": false,
      "strategy": "default",
      "default": "admin"
    },
    {
      "key": "PARSE_DASHBOARD_APP_NAME",
      "service": "parse-dashboard",
      "description": "App name shown in the UI",
      "secret": false,
      "strategy": "default",
      "default": "Parse Server"
    },
    {
      "key": "PARSE_DASHBOARD_MASTER_KEY",
      "service": "parse-dashboard",
      "description": "Master key used by the dashboard",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PARSE_DASHBOARD_SERVER_URL",
      "service": "parse-dashboard",
      "description": "API the dashboard manages",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "PARSE_DASHBOARD_TRUST_PROXY",
      "service": "parse-dashboard",
      "description": "Trust Railway's proxy for HTTPS detection",
      "secret": false,
      "strategy": "default",
      "default": "1"
    },
    {
      "key": "PARSE_DASHBOARD_USER_PASSWORD",
      "service": "parse-dashboard",
      "description": "Dashboard login password, change after first login",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "PARSE_DASHBOARD_GRAPHQL_SERVER_URL",
      "service": "parse-dashboard",
      "description": "GraphQL endpoint for the console",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "PARSE_DASHBOARD_COOKIE_SESSION_SECRET",
      "service": "parse-dashboard",
      "description": "Signs dashboard session cookies",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "PORT",
      "service": "parse-server",
      "description": "HTTP port Parse Server listens on",
      "secret": false,
      "strategy": "default",
      "default": "1337"
    },
    {
      "key": "REDIS_URL",
      "service": "parse-server",
      "description": "Shared cache and rate limit counters",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "S3_BUCKET",
      "service": "parse-server",
      "description": "Bucket holding Parse Files",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "S3_REGION",
      "service": "parse-server",
      "description": "Object storage region",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "S3_ENDPOINT",
      "service": "parse-server",
      "description": "Object storage endpoint",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PARSE_SERVER_URL",
      "service": "parse-server",
      "description": "Public API base URL",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "S3_ACCESS_KEY_ID",
      "service": "parse-server",
      "description": "Object storage access key",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "S3_SECRET_ACCESS_KEY",
      "service": "parse-server",
      "description": "Object storage secret key",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PARSE_SERVER_APP_NAME",
      "service": "parse-server",
      "description": "Display name in the dashboard",
      "secret": false,
      "strategy": "default",
      "default": "Parse Server"
    },
    {
      "key": "PARSE_SERVER_FILE_KEY",
      "service": "parse-server",
      "description": "Stable key used in legacy file URLs",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "PARSE_PUBLIC_SERVER_URL",
      "service": "parse-server",
      "description": "Public URL used in file links",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "PARSE_SERVER_CLIENT_KEY",
      "service": "parse-server",
      "description": "Key required from mobile SDKs",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "PARSE_SERVER_MASTER_KEY",
      "service": "parse-server",
      "description": "Full-access key, server side only",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "PARSE_SERVER_MOUNT_PATH",
      "service": "parse-server",
      "description": "Path the API is mounted at",
      "secret": false,
      "strategy": "default",
      "default": "/parse"
    },
    {
      "key": "PARSE_SERVER_TRUST_PROXY",
      "service": "parse-server",
      "description": "Trust Railway's proxy for client IPs",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "PARSE_SERVER_DATABASE_URI",
      "service": "parse-server",
      "description": "MongoDB connection string",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PARSE_SERVER_GRAPHQL_PATH",
      "service": "parse-server",
      "description": "Path the GraphQL API is mounted at",
      "secret": false,
      "strategy": "default",
      "default": "/graphql"
    },
    {
      "key": "PARSE_SERVER_REST_API_KEY",
      "service": "parse-server",
      "description": "Key required from REST clients",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "PARSE_SERVER_DIRECT_ACCESS",
      "service": "parse-server",
      "description": "Cloud Code talks to the database in process",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "PARSE_SERVER_MOUNT_GRAPHQL",
      "service": "parse-server",
      "description": "Enable the GraphQL API",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "PARSE_SERVER_APPLICATION_ID",
      "service": "parse-server",
      "description": "Public app identifier for clients",
      "secret": false,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "PARSE_SERVER_JAVASCRIPT_KEY",
      "service": "parse-server",
      "description": "Key required from JavaScript SDKs",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "PARSE_SERVER_MASTER_KEY_IPS",
      "service": "parse-server",
      "description": "Addresses allowed to use the master key",
      "secret": true,
      "strategy": "default",
      "default": "0.0.0.0/0,::0"
    },
    {
      "key": "PARSE_SERVER_LIVEQUERY_REDIS_URL",
      "service": "parse-server",
      "description": "Redis channel LiveQuery publishes to",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PARSE_SERVER_LIVEQUERY_CLASSNAMES",
      "service": "parse-server",
      "description": "Classes LiveQuery publishes events for",
      "secret": false,
      "strategy": "default",
      "default": "Message"
    },
    {
      "key": "PARSE_SERVER_ENFORCE_PRIVATE_USERS",
      "service": "parse-server",
      "description": "User objects are private by default",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "PARSE_SERVER_ALLOW_CLIENT_CLASS_CREATION",
      "service": "parse-server",
      "description": "Clients cannot create new classes",
      "secret": false,
      "strategy": "default",
      "default": "false"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "parse-server"
      }
    },
    "cli": "railway deploy --template parse-server",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "0f655643-e4fe-4b3c-8d61-c3e2df349eee",
            "serializedConfig": {
              "buckets": {
                "487c6e74-b607-4ebe-af42-ca35be861be7": {
                  "name": "parse-files"
                }
              },
              "services": {
                "1592a368-a03f-4daa-b828-10ef73df0ad4": {
                  "icon": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/redis.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"
                  },
                  "variables": {
                    "REDISHOST": {
                      "isOptional": false,
                      "description": "Data panel alias, not read by the server",
                      "defaultValue": "${{RAILWAY_PRIVATE_DOMAIN}}"
                    },
                    "REDISPORT": {
                      "isOptional": false,
                      "description": "Data panel alias, not read by the server",
                      "defaultValue": "6379"
                    },
                    "REDISUSER": {
                      "isOptional": false,
                      "description": "Data panel alias, not read by the server",
                      "defaultValue": "default"
                    },
                    "REDIS_URL": {
                      "isOptional": false,
                      "description": "Private connection string",
                      "defaultValue": "redis://${{ REDISUSER }}:${{ REDIS_PASSWORD }}@${{ REDISHOST }}:${{ REDISPORT }}"
                    },
                    "REDISPASSWORD": {
                      "isOptional": false,
                      "description": "Data panel alias, not read by the server",
                      "defaultValue": "${{REDIS_PASSWORD}}"
                    },
                    "REDIS_PASSWORD": {
                      "isOptional": false,
                      "description": "Auth password, read by the server",
                      "defaultValue": "{{REDIS_PASSWORD}}"
                    }
                  },
                  "volumeMounts": {
                    "1592a368-a03f-4daa-b828-10ef73df0ad4": {
                      "mountPath": "/data"
                    }
                  }
                },
                "33fb0cb3-daaf-4640-aa45-fd14ed16dfd0": {
                  "icon": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/mongodb.svg",
                  "name": "MongoDB",
                  "deploy": {
                    "startCommand": "docker-entrypoint.sh mongod --ipv6 --bind_ip ::,0.0.0.0 --setParameter diagnosticDataCollectionEnabled=false",
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "mongo:8.0"
                  },
                  "variables": {
                    "MONGOHOST": {
                      "isOptional": false,
                      "description": "Data panel alias, not read by the server",
                      "defaultValue": "${{ RAILWAY_PRIVATE_DOMAIN }}"
                    },
                    "MONGOPORT": {
                      "isOptional": false,
                      "description": "Data panel alias, not read by the server",
                      "defaultValue": "27017"
                    },
                    "MONGOUSER": {
                      "isOptional": false,
                      "description": "Data panel alias, not read by the server",
                      "defaultValue": "${{MONGO_INITDB_ROOT_USERNAME}}"
                    },
                    "MONGO_URL": {
                      "isOptional": false,
                      "description": "Private connection string",
                      "defaultValue": "mongodb://${{MONGO_INITDB_ROOT_USERNAME}}:${{MONGO_INITDB_ROOT_PASSWORD}}@${{RAILWAY_PRIVATE_DOMAIN}}:27017"
                    },
                    "MONGOPASSWORD": {
                      "isOptional": false,
                      "description": "Data panel alias, not read by the server",
                      "defaultValue": "${{MONGO_INITDB_ROOT_PASSWORD}}"
                    },
                    "MONGO_INITDB_ROOT_PASSWORD": {
                      "isOptional": false,
                      "description": "Root password, read by the image on first boot",
                      "defaultValue": "{{MONGO_INITDB_ROOT_PASSWORD}}"
                    },
                    "MONGO_INITDB_ROOT_USERNAME": {
                      "isOptional": false,
                      "description": "Root user, read by the image on first boot",
                      "defaultValue": "mongo"
                    }
                  },
                  "volumeMounts": {
                    "33fb0cb3-daaf-4640-aa45-fd14ed16dfd0": {
                      "mountPath": "/data/db"
                    }
                  }
                },
                "6454f4da-fcd2-420a-9fdf-27377adb530f": {
                  "icon": "https://parseplatform.org/assets/favicon-Bkmig-Or.svg",
                  "name": "parse-livequery",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/parse/health",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/gridalpha/parse-server-railway",
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "HTTP and WebSocket port",
                      "defaultValue": "1337"
                    },
                    "REDIS_URL": {
                      "isOptional": false,
                      "description": "Shared cache and rate limit counters",
                      "defaultValue": "${{Redis.REDIS_URL}}"
                    },
                    "S3_BUCKET": {
                      "isOptional": false,
                      "description": "Bucket holding Parse Files",
                      "defaultValue": "${{parse-files.BUCKET}}"
                    },
                    "S3_REGION": {
                      "isOptional": false,
                      "description": "Object storage region",
                      "defaultValue": "${{parse-files.REGION}}"
                    },
                    "S3_ENDPOINT": {
                      "isOptional": false,
                      "description": "Object storage endpoint",
                      "defaultValue": "${{parse-files.ENDPOINT}}"
                    },
                    "PARSE_SERVER_URL": {
                      "isOptional": false,
                      "description": "This service's own API URL",
                      "defaultValue": "https://${{RAILWAY_PUBLIC_DOMAIN}}/parse"
                    },
                    "S3_ACCESS_KEY_ID": {
                      "isOptional": false,
                      "description": "Object storage access key",
                      "defaultValue": "${{parse-files.ACCESS_KEY_ID}}"
                    },
                    "S3_SECRET_ACCESS_KEY": {
                      "isOptional": false,
                      "description": "Object storage secret key",
                      "defaultValue": "${{parse-files.SECRET_ACCESS_KEY}}"
                    },
                    "PARSE_SERVER_APP_NAME": {
                      "isOptional": false,
                      "description": "Display name in the dashboard",
                      "defaultValue": "Parse Server"
                    },
                    "PARSE_SERVER_FILE_KEY": {
                      "isOptional": false,
                      "description": "Same file key as the API",
                      "defaultValue": "${{parse-server.PARSE_SERVER_FILE_KEY}}"
                    },
                    "PARSE_PUBLIC_SERVER_URL": {
                      "isOptional": false,
                      "description": "This service's own public URL",
                      "defaultValue": "https://${{RAILWAY_PUBLIC_DOMAIN}}/parse"
                    },
                    "PARSE_SERVER_CLIENT_KEY": {
                      "isOptional": false,
                      "description": "Same client key as the API",
                      "defaultValue": "${{parse-server.PARSE_SERVER_CLIENT_KEY}}"
                    },
                    "PARSE_SERVER_MASTER_KEY": {
                      "isOptional": false,
                      "description": "Same master key as the API",
                      "defaultValue": "${{parse-server.PARSE_SERVER_MASTER_KEY}}"
                    },
                    "PARSE_SERVER_MOUNT_PATH": {
                      "isOptional": false,
                      "description": "Path the API is mounted at",
                      "defaultValue": "/parse"
                    },
                    "PARSE_SERVER_TRUST_PROXY": {
                      "isOptional": false,
                      "description": "Trust Railway's proxy for client IPs",
                      "defaultValue": "true"
                    },
                    "PARSE_SERVER_DATABASE_URI": {
                      "isOptional": false,
                      "description": "MongoDB connection string",
                      "defaultValue": "${{MongoDB.MONGO_URL}}/parse?authSource=admin"
                    },
                    "PARSE_SERVER_GRAPHQL_PATH": {
                      "isOptional": false,
                      "description": "Path the GraphQL API is mounted at",
                      "defaultValue": "/graphql"
                    },
                    "PARSE_SERVER_REST_API_KEY": {
                      "isOptional": false,
                      "description": "Same REST key as the API",
                      "defaultValue": "${{parse-server.PARSE_SERVER_REST_API_KEY}}"
                    },
                    "PARSE_SERVER_DIRECT_ACCESS": {
                      "isOptional": false,
                      "description": "Cloud Code talks to the database in process",
                      "defaultValue": "true"
                    },
                    "PARSE_SERVER_MOUNT_GRAPHQL": {
                      "isOptional": false,
                      "description": "Enable the GraphQL API",
                      "defaultValue": "true"
                    },
                    "PARSE_SERVER_APPLICATION_ID": {
                      "isOptional": false,
                      "description": "Same app identifier as the API",
                      "defaultValue": "${{parse-server.PARSE_SERVER_APPLICATION_ID}}"
                    },
                    "PARSE_SERVER_JAVASCRIPT_KEY": {
                      "isOptional": false,
                      "description": "Same JavaScript key as the API",
                      "defaultValue": "${{parse-server.PARSE_SERVER_JAVASCRIPT_KEY}}"
                    },
                    "PARSE_SERVER_MASTER_KEY_IPS": {
                      "isOptional": false,
                      "description": "Addresses allowed to use the master key",
                      "defaultValue": "0.0.0.0/0,::0"
                    },
                    "PARSE_SERVER_LIVEQUERY_REDIS_URL": {
                      "isOptional": false,
                      "description": "Redis channel LiveQuery subscribes to",
                      "defaultValue": "${{Redis.REDIS_URL}}"
                    },
                    "PARSE_SERVER_LIVEQUERY_CLASSNAMES": {
                      "isOptional": false,
                      "description": "Classes LiveQuery publishes events for",
                      "defaultValue": "Message"
                    },
                    "PARSE_SERVER_ENFORCE_PRIVATE_USERS": {
                      "isOptional": false,
                      "description": "User objects are private by default",
                      "defaultValue": "true"
                    },
                    "PARSE_SERVER_START_LIVE_QUERY_SERVER": {
                      "isOptional": false,
                      "description": "Run the LiveQuery server on this service",
                      "defaultValue": "true"
                    },
                    "PARSE_SERVER_ALLOWED_FILE_URL_DOMAINS": {
                      "isOptional": false,
                      "description": "Hosts allowed in file pointers",
                      "defaultValue": "${{parse-server.RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "PARSE_SERVER_ALLOW_CLIENT_CLASS_CREATION": {
                      "isOptional": false,
                      "description": "Clients cannot create new classes",
                      "defaultValue": "false"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:1337": {
                        "port": 1337
                      }
                    }
                  }
                },
                "8d9da75f-3991-4164-922c-2d70ffde50c2": {
                  "icon": "https://parseplatform.org/assets/favicon-Bkmig-Or.svg",
                  "name": "parse-dashboard",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/login",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "parseplatform/parse-dashboard:latest"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "HTTP port the dashboard listens on",
                      "defaultValue": "4040"
                    },
                    "PARSE_DASHBOARD_APP_ID": {
                      "isOptional": false,
                      "description": "App identifier to manage",
                      "defaultValue": "${{parse-server.PARSE_SERVER_APPLICATION_ID}}"
                    },
                    "PARSE_DASHBOARD_USER_ID": {
                      "isOptional": false,
                      "description": "Dashboard login username",
                      "defaultValue": "admin"
                    },
                    "PARSE_DASHBOARD_APP_NAME": {
                      "isOptional": false,
                      "description": "App name shown in the UI",
                      "defaultValue": "Parse Server"
                    },
                    "PARSE_DASHBOARD_MASTER_KEY": {
                      "isOptional": false,
                      "description": "Master key used by the dashboard",
                      "defaultValue": "${{parse-server.PARSE_SERVER_MASTER_KEY}}"
                    },
                    "PARSE_DASHBOARD_SERVER_URL": {
                      "isOptional": false,
                      "description": "API the dashboard manages",
                      "defaultValue": "https://${{parse-server.RAILWAY_PUBLIC_DOMAIN}}/parse"
                    },
                    "PARSE_DASHBOARD_TRUST_PROXY": {
                      "isOptional": false,
                      "description": "Trust Railway's proxy for HTTPS detection",
                      "defaultValue": "1"
                    },
                    "PARSE_DASHBOARD_USER_PASSWORD": {
                      "isOptional": false,
                      "description": "Dashboard login password, change after first login",
                      "defaultValue": "{{PARSE_DASHBOARD_USER_PASSWORD}}"
                    },
                    "PARSE_DASHBOARD_GRAPHQL_SERVER_URL": {
                      "isOptional": false,
                      "description": "GraphQL endpoint for the console",
                      "defaultValue": "https://${{parse-server.RAILWAY_PUBLIC_DOMAIN}}/graphql"
                    },
                    "PARSE_DASHBOARD_COOKIE_SESSION_SECRET": {
                      "isOptional": false,
                      "description": "Signs dashboard session cookies",
                      "defaultValue": "{{PARSE_DASHBOARD_COOKIE_SESSION_SECRET}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:4040": {
                        "port": 4040
                      }
                    }
                  }
                },
                "de179d6e-55cd-4337-85b1-10597f69713c": {
                  "icon": "https://parseplatform.org/assets/favicon-Bkmig-Or.svg",
                  "name": "parse-server",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/parse/health",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/gridalpha/parse-server-railway",
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "HTTP port Parse Server listens on",
                      "defaultValue": "1337"
                    },
                    "REDIS_URL": {
                      "isOptional": false,
                      "description": "Shared cache and rate limit counters",
                      "defaultValue": "${{Redis.REDIS_URL}}"
                    },
                    "S3_BUCKET": {
                      "isOptional": false,
                      "description": "Bucket holding Parse Files",
                      "defaultValue": "${{parse-files.BUCKET}}"
                    },
                    "S3_REGION": {
                      "isOptional": false,
                      "description": "Object storage region",
                      "defaultValue": "${{parse-files.REGION}}"
                    },
                    "S3_ENDPOINT": {
                      "isOptional": false,
                      "description": "Object storage endpoint",
                      "defaultValue": "${{parse-files.ENDPOINT}}"
                    },
                    "PARSE_SERVER_URL": {
                      "isOptional": false,
                      "description": "Public API base URL",
                      "defaultValue": "https://${{RAILWAY_PUBLIC_DOMAIN}}/parse"
                    },
                    "S3_ACCESS_KEY_ID": {
                      "isOptional": false,
                      "description": "Object storage access key",
                      "defaultValue": "${{parse-files.ACCESS_KEY_ID}}"
                    },
                    "S3_SECRET_ACCESS_KEY": {
                      "isOptional": false,
                      "description": "Object storage secret key",
                      "defaultValue": "${{parse-files.SECRET_ACCESS_KEY}}"
                    },
                    "PARSE_SERVER_APP_NAME": {
                      "isOptional": false,
                      "description": "Display name in the dashboard",
                      "defaultValue": "Parse Server"
                    },
                    "PARSE_SERVER_FILE_KEY": {
                      "isOptional": false,
                      "description": "Stable key used in legacy file URLs",
                      "defaultValue": "{{PARSE_SERVER_FILE_KEY}}"
                    },
                    "PARSE_PUBLIC_SERVER_URL": {
                      "isOptional": false,
                      "description": "Public URL used in file links",
                      "defaultValue": "https://${{RAILWAY_PUBLIC_DOMAIN}}/parse"
                    },
                    "PARSE_SERVER_CLIENT_KEY": {
                      "isOptional": false,
                      "description": "Key required from mobile SDKs",
                      "defaultValue": "{{PARSE_SERVER_CLIENT_KEY}}"
                    },
                    "PARSE_SERVER_MASTER_KEY": {
                      "isOptional": false,
                      "description": "Full-access key, server side only",
                      "defaultValue": "{{PARSE_SERVER_MASTER_KEY}}"
                    },
                    "PARSE_SERVER_MOUNT_PATH": {
                      "isOptional": false,
                      "description": "Path the API is mounted at",
                      "defaultValue": "/parse"
                    },
                    "PARSE_SERVER_TRUST_PROXY": {
                      "isOptional": false,
                      "description": "Trust Railway's proxy for client IPs",
                      "defaultValue": "true"
                    },
                    "PARSE_SERVER_DATABASE_URI": {
                      "isOptional": false,
                      "description": "MongoDB connection string",
                      "defaultValue": "${{MongoDB.MONGO_URL}}/parse?authSource=admin"
                    },
                    "PARSE_SERVER_GRAPHQL_PATH": {
                      "isOptional": false,
                      "description": "Path the GraphQL API is mounted at",
                      "defaultValue": "/graphql"
                    },
                    "PARSE_SERVER_REST_API_KEY": {
                      "isOptional": false,
                      "description": "Key required from REST clients",
                      "defaultValue": "{{PARSE_SERVER_REST_API_KEY}}"
                    },
                    "PARSE_SERVER_DIRECT_ACCESS": {
                      "isOptional": false,
                      "description": "Cloud Code talks to the database in process",
                      "defaultValue": "true"
                    },
                    "PARSE_SERVER_MOUNT_GRAPHQL": {
                      "isOptional": false,
                      "description": "Enable the GraphQL API",
                      "defaultValue": "true"
                    },
                    "PARSE_SERVER_APPLICATION_ID": {
                      "isOptional": false,
                      "description": "Public app identifier for clients",
                      "defaultValue": "{{PARSE_SERVER_APPLICATION_ID}}"
                    },
                    "PARSE_SERVER_JAVASCRIPT_KEY": {
                      "isOptional": false,
                      "description": "Key required from JavaScript SDKs",
                      "defaultValue": "{{PARSE_SERVER_JAVASCRIPT_KEY}}"
                    },
                    "PARSE_SERVER_MASTER_KEY_IPS": {
                      "isOptional": false,
                      "description": "Addresses allowed to use the master key",
                      "defaultValue": "0.0.0.0/0,::0"
                    },
                    "PARSE_SERVER_LIVEQUERY_REDIS_URL": {
                      "isOptional": false,
                      "description": "Redis channel LiveQuery publishes to",
                      "defaultValue": "${{Redis.REDIS_URL}}"
                    },
                    "PARSE_SERVER_LIVEQUERY_CLASSNAMES": {
                      "isOptional": false,
                      "description": "Classes LiveQuery publishes events for",
                      "defaultValue": "Message"
                    },
                    "PARSE_SERVER_ENFORCE_PRIVATE_USERS": {
                      "isOptional": false,
                      "description": "User objects are private by default",
                      "defaultValue": "true"
                    },
                    "PARSE_SERVER_ALLOW_CLIENT_CLASS_CREATION": {
                      "isOptional": false,
                      "description": "Clients cannot create new classes",
                      "defaultValue": "false"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:1337": {
                        "port": 1337
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "parse-livequery",
      "method": "GET",
      "path": "/parse/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 5,
    "needs_volume": true
  },
  "generated_at": "2026-09-22T04:14:41.730Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-21T20:02:01.368Z",
  "success_rate_30d": 0.1429,
  "validation": {
    "last_run_id": "run_979f25f02c174650af38",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": false,
        "detail": "Your workspace has been restricted. Please contact support to resolve this."
      }
    ],
    "typical_ready_seconds": 88
  }
}
