{
  "manifest_version": "1.0.0",
  "template": {
    "id": "49538854-6ce8-45c0-9d9b-2f9b077ca4cd",
    "slug": "nextcloud-railway",
    "name": "Nextcloud",
    "description": "Google Drive alternative. File sync, share and collaboration suite",
    "url": "https://railway.com/deploy/nextcloud-railway",
    "upstream": {
      "repo_url": "https://github.com/gridalpha/nextcloud-railway"
    }
  },
  "services": [
    {
      "name": "Redis",
      "source": {
        "image": "redis:8.2"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": false
    },
    {
      "name": "nextcloud",
      "source": {
        "repo": "https://github.com/gridalpha/nextcloud-railway"
      },
      "needs_volume": true,
      "volume_mount_path": "/var/www/html",
      "http": true
    },
    {
      "name": "Postgres",
      "source": {
        "image": "ghcr.io/railwayapp-templates/postgres-ssl:18"
      },
      "needs_volume": true,
      "volume_mount_path": "/var/lib/postgresql/data",
      "http": false
    }
  ],
  "required_inputs": [
    {
      "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": "PORT",
      "service": "nextcloud",
      "description": "Apache HTTP listening port",
      "secret": false,
      "strategy": "default",
      "default": "80"
    },
    {
      "key": "REDIS_HOST",
      "service": "nextcloud",
      "description": "Private Redis hostname",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "POSTGRES_DB",
      "service": "nextcloud",
      "description": "Application database name",
      "secret": false,
      "strategy": "default",
      "default": "nextcloud"
    },
    {
      "key": "OVERWRITEHOST",
      "service": "nextcloud",
      "description": "Public host for generated links",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "POSTGRES_HOST",
      "service": "nextcloud",
      "description": "Private database hostname",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "POSTGRES_USER",
      "service": "nextcloud",
      "description": "Scoped application database role",
      "secret": false,
      "strategy": "default",
      "default": "nextcloud"
    },
    {
      "key": "OVERWRITECLIURL",
      "service": "nextcloud",
      "description": "Base URL used by background jobs",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "REDIS_HOST_PORT",
      "service": "nextcloud",
      "description": "Redis port",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "TRUSTED_PROXIES",
      "service": "nextcloud",
      "description": "Railway edge ranges for client IP",
      "secret": false,
      "strategy": "default",
      "default": "100.64.0.0/10 fd00::/8"
    },
    {
      "key": "PHP_MEMORY_LIMIT",
      "service": "nextcloud",
      "description": "PHP memory ceiling",
      "secret": false,
      "strategy": "default",
      "default": "1024M"
    },
    {
      "key": "PHP_UPLOAD_LIMIT",
      "service": "nextcloud",
      "description": "Maximum upload and post size",
      "secret": false,
      "strategy": "default",
      "default": "10G"
    },
    {
      "key": "APACHE_BODY_LIMIT",
      "service": "nextcloud",
      "description": "Apache request body limit",
      "secret": false,
      "strategy": "default",
      "default": "1073741824"
    },
    {
      "key": "OVERWRITEPROTOCOL",
      "service": "nextcloud",
      "description": "Force https in generated links",
      "secret": false,
      "strategy": "default",
      "default": "https"
    },
    {
      "key": "POSTGRES_PASSWORD",
      "service": "nextcloud",
      "description": "Password for that database role",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "OBJECTSTORE_S3_KEY",
      "service": "nextcloud",
      "description": "Bucket access key id",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "OBJECTSTORE_S3_SSL",
      "service": "nextcloud",
      "description": "Use HTTPS to reach storage",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "OBJECTSTORE_S3_HOST",
      "service": "nextcloud",
      "description": "Storage host, no URL scheme",
      "secret": false,
      "strategy": "default",
      "default": "t3.storageapi.dev"
    },
    {
      "key": "OBJECTSTORE_S3_PORT",
      "service": "nextcloud",
      "description": "Storage port",
      "secret": false,
      "strategy": "default",
      "default": "443"
    },
    {
      "key": "REDIS_HOST_PASSWORD",
      "service": "nextcloud",
      "description": "Redis password",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "NEXTCLOUD_ADMIN_USER",
      "service": "nextcloud",
      "description": "First administrator username",
      "secret": false,
      "strategy": "default",
      "default": "admin"
    },
    {
      "key": "FORWARDED_FOR_HEADERS",
      "service": "nextcloud",
      "description": "Header carrying the client IP",
      "secret": false,
      "strategy": "default",
      "default": "HTTP_X_FORWARDED_FOR"
    },
    {
      "key": "OBJECTSTORE_S3_BUCKET",
      "service": "nextcloud",
      "description": "Primary storage bucket name",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "OBJECTSTORE_S3_REGION",
      "service": "nextcloud",
      "description": "Bucket region",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "OBJECTSTORE_S3_SECRET",
      "service": "nextcloud",
      "description": "Bucket secret access key",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "RAILWAY_DOCKERFILE_PATH",
      "service": "nextcloud",
      "description": "Dockerfile used to build the image",
      "secret": false,
      "strategy": "default",
      "default": "Dockerfile"
    },
    {
      "key": "NEXTCLOUD_ADMIN_PASSWORD",
      "service": "nextcloud",
      "description": "First administrator password",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "NEXTCLOUD_TRUSTED_DOMAINS",
      "service": "nextcloud",
      "description": "Hostnames Nextcloud will answer for",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "OBJECTSTORE_S3_AUTOCREATE",
      "service": "nextcloud",
      "description": "Bucket already exists",
      "secret": false,
      "strategy": "default",
      "default": "false"
    },
    {
      "key": "NEXTCLOUD_DB_BOOTSTRAP_URL",
      "service": "nextcloud",
      "description": "Superuser URL creating role and database",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "OBJECTSTORE_S3_USEPATH_STYLE",
      "service": "nextcloud",
      "description": "Path-style bucket addressing",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "NEXTCLOUD_DEFAULT_PHONE_REGION",
      "service": "nextcloud",
      "description": "ISO region for phone parsing",
      "secret": false,
      "strategy": "default",
      "default": "US"
    },
    {
      "key": "NEXTCLOUD_MAINTENANCE_WINDOW_START",
      "service": "nextcloud",
      "description": "UTC hour for heavy background jobs",
      "secret": false,
      "strategy": "default",
      "default": "1"
    },
    {
      "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": "rRAILWAY_PRIVATE_DOMAINailway"
    },
    {
      "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"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "nextcloud-railway"
      }
    },
    "cli": "railway deploy --template nextcloud-railway",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "49538854-6ce8-45c0-9d9b-2f9b077ca4cd",
            "serializedConfig": {
              "buckets": {
                "980ed5e9-a719-441f-9a3c-ffa4b990d134": {
                  "name": "nextcloud-data"
                }
              },
              "services": {
                "14aabbed-b270-4ae2-9d85-324a861cad50": {
                  "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"
                  },
                  "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}}"
                    }
                  },
                  "volumeMounts": {
                    "14aabbed-b270-4ae2-9d85-324a861cad50": {
                      "mountPath": "/data"
                    }
                  }
                },
                "318db0ef-be99-4ade-9993-dc13e949c0f6": {
                  "icon": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/nextcloud.svg",
                  "name": "nextcloud",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/gridalpha/nextcloud-railway",
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "Apache HTTP listening port",
                      "defaultValue": "80"
                    },
                    "REDIS_HOST": {
                      "isOptional": false,
                      "description": "Private Redis hostname",
                      "defaultValue": "${{Redis.RAILWAY_PRIVATE_DOMAIN}}"
                    },
                    "POSTGRES_DB": {
                      "isOptional": false,
                      "description": "Application database name",
                      "defaultValue": "nextcloud"
                    },
                    "OVERWRITEHOST": {
                      "isOptional": false,
                      "description": "Public host for generated links",
                      "defaultValue": "${{RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "POSTGRES_HOST": {
                      "isOptional": false,
                      "description": "Private database hostname",
                      "defaultValue": "${{Postgres.RAILWAY_PRIVATE_DOMAIN}}"
                    },
                    "POSTGRES_USER": {
                      "isOptional": false,
                      "description": "Scoped application database role",
                      "defaultValue": "nextcloud"
                    },
                    "OVERWRITECLIURL": {
                      "isOptional": false,
                      "description": "Base URL used by background jobs",
                      "defaultValue": "https://${{RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "REDIS_HOST_PORT": {
                      "isOptional": false,
                      "description": "Redis port",
                      "defaultValue": "${{Redis.REDISPORT}}"
                    },
                    "TRUSTED_PROXIES": {
                      "isOptional": false,
                      "description": "Railway edge ranges for client IP",
                      "defaultValue": "100.64.0.0/10 fd00::/8"
                    },
                    "PHP_MEMORY_LIMIT": {
                      "isOptional": false,
                      "description": "PHP memory ceiling",
                      "defaultValue": "1024M"
                    },
                    "PHP_UPLOAD_LIMIT": {
                      "isOptional": false,
                      "description": "Maximum upload and post size",
                      "defaultValue": "10G"
                    },
                    "APACHE_BODY_LIMIT": {
                      "description": "Apache request body limit",
                      "defaultValue": "1073741824"
                    },
                    "OVERWRITEPROTOCOL": {
                      "isOptional": false,
                      "description": "Force https in generated links",
                      "defaultValue": "https"
                    },
                    "POSTGRES_PASSWORD": {
                      "isOptional": false,
                      "description": "Password for that database role",
                      "defaultValue": "{{POSTGRES_PASSWORD}}"
                    },
                    "OBJECTSTORE_S3_KEY": {
                      "isOptional": false,
                      "description": "Bucket access key id",
                      "defaultValue": "${{nextcloud-data.ACCESS_KEY_ID}}"
                    },
                    "OBJECTSTORE_S3_SSL": {
                      "isOptional": false,
                      "description": "Use HTTPS to reach storage",
                      "defaultValue": "true"
                    },
                    "OBJECTSTORE_S3_HOST": {
                      "isOptional": false,
                      "description": "Storage host, no URL scheme",
                      "defaultValue": "t3.storageapi.dev"
                    },
                    "OBJECTSTORE_S3_PORT": {
                      "isOptional": false,
                      "description": "Storage port",
                      "defaultValue": "443"
                    },
                    "REDIS_HOST_PASSWORD": {
                      "isOptional": false,
                      "description": "Redis password",
                      "defaultValue": "${{Redis.REDISPASSWORD}}"
                    },
                    "NEXTCLOUD_ADMIN_USER": {
                      "isOptional": false,
                      "description": "First administrator username",
                      "defaultValue": "admin"
                    },
                    "FORWARDED_FOR_HEADERS": {
                      "isOptional": false,
                      "description": "Header carrying the client IP",
                      "defaultValue": "HTTP_X_FORWARDED_FOR"
                    },
                    "OBJECTSTORE_S3_BUCKET": {
                      "isOptional": false,
                      "description": "Primary storage bucket name",
                      "defaultValue": "${{nextcloud-data.BUCKET}}"
                    },
                    "OBJECTSTORE_S3_REGION": {
                      "isOptional": false,
                      "description": "Bucket region",
                      "defaultValue": "${{nextcloud-data.REGION}}"
                    },
                    "OBJECTSTORE_S3_SECRET": {
                      "isOptional": false,
                      "description": "Bucket secret access key",
                      "defaultValue": "${{nextcloud-data.SECRET_ACCESS_KEY}}"
                    },
                    "RAILWAY_DOCKERFILE_PATH": {
                      "isOptional": false,
                      "description": "Dockerfile used to build the image",
                      "defaultValue": "Dockerfile"
                    },
                    "NEXTCLOUD_ADMIN_PASSWORD": {
                      "isOptional": false,
                      "description": "First administrator password",
                      "defaultValue": "{{NEXTCLOUD_ADMIN_PASSWORD}}"
                    },
                    "NEXTCLOUD_TRUSTED_DOMAINS": {
                      "isOptional": false,
                      "description": "Hostnames Nextcloud will answer for",
                      "defaultValue": "${{RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "OBJECTSTORE_S3_AUTOCREATE": {
                      "isOptional": false,
                      "description": "Bucket already exists",
                      "defaultValue": "false"
                    },
                    "NEXTCLOUD_DB_BOOTSTRAP_URL": {
                      "isOptional": false,
                      "description": "Superuser URL creating role and database",
                      "defaultValue": "${{Postgres.DATABASE_URL}}"
                    },
                    "OBJECTSTORE_S3_USEPATH_STYLE": {
                      "isOptional": false,
                      "description": "Path-style bucket addressing",
                      "defaultValue": "true"
                    },
                    "NEXTCLOUD_DEFAULT_PHONE_REGION": {
                      "isOptional": false,
                      "description": "ISO region for phone parsing",
                      "defaultValue": "US"
                    },
                    "NEXTCLOUD_MAINTENANCE_WINDOW_START": {
                      "description": "UTC hour for heavy background jobs",
                      "defaultValue": "1"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:80": {
                        "port": 80
                      }
                    }
                  },
                  "volumeMounts": {
                    "318db0ef-be99-4ade-9993-dc13e949c0f6": {
                      "mountPath": "/var/www/html"
                    }
                  }
                },
                "c1e866a8-b38c-48f5-8193-616ec1d5e619": {
                  "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": "rRAILWAY_PRIVATE_DOMAINailway"
                    },
                    "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": {
                    "c1e866a8-b38c-48f5-8193-616ec1d5e619": {
                      "mountPath": "/var/lib/postgresql/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 3,
    "needs_volume": true
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-10T17:51:12.561Z",
  "success_rate_30d": 0.5,
  "validation": {
    "last_run_id": "run_bdbcb45cec604dac9882",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": false,
        "detail": "Your workspace has been restricted. Please contact support to resolve this."
      }
    ],
    "typical_ready_seconds": 98,
    "typical_build_seconds": 61,
    "typical_start_seconds": 10,
    "slowest_service": "nextcloud"
  }
}
