{
  "manifest_version": "1.0.0",
  "template": {
    "id": "a4109b00-ce9d-47ee-be2b-b15f5d5ec5de",
    "slug": "microsoft-edge",
    "name": "Microsoft Edge | Your Browser in the Cloud",
    "description": "Desktop Microsoft Edge streamed to any device. Password-gated, persistent.",
    "url": "https://railway.com/deploy/microsoft-edge",
    "upstream": {
      "repo_url": "https://github.com/nomideusz/edge-railway"
    }
  },
  "services": [
    {
      "name": "edge",
      "source": {
        "repo": "https://github.com/nomideusz/edge-railway"
      },
      "needs_volume": true,
      "volume_mount_path": "/config",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "TZ",
      "service": "edge",
      "description": "Time zone inside the browser session.",
      "secret": false,
      "strategy": "default",
      "default": "UTC"
    },
    {
      "key": "PORT",
      "service": "edge",
      "description": "Port for Railway healthcheck probing. Do not change.",
      "secret": false,
      "strategy": "default",
      "default": "3000"
    },
    {
      "key": "EDGE_CLI",
      "service": "edge",
      "description": "Extra browser flags. --disable-dev-shm-usage is required on Railway (small /dev/shm). Append URLs or more flags space-separated.",
      "secret": false,
      "strategy": "default",
      "default": "--disable-dev-shm-usage"
    },
    {
      "key": "PASSWORD",
      "service": "edge",
      "description": "Login password for the browser session. Keep it strong - this gates who can use your cloud browser.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "CUSTOM_USER",
      "service": "edge",
      "description": "Login username for the browser session.",
      "secret": false,
      "strategy": "default",
      "default": "admin"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "microsoft-edge"
      }
    },
    "cli": "railway deploy --template microsoft-edge",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "a4109b00-ce9d-47ee-be2b-b15f5d5ec5de",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "7e30b87a-0143-4197-bcda-fca483e44399": {
                  "icon": "https://devicons.railway.com/i/edge.svg",
                  "name": "edge",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/healthcheck",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/nomideusz/edge-railway",
                    "rootDirectory": null
                  },
                  "variables": {
                    "TZ": {
                      "isOptional": false,
                      "description": "Time zone inside the browser session.",
                      "defaultValue": "UTC"
                    },
                    "PORT": {
                      "isOptional": false,
                      "description": "Port for Railway healthcheck probing. Do not change.",
                      "defaultValue": "3000"
                    },
                    "EDGE_CLI": {
                      "isOptional": false,
                      "description": "Extra browser flags. --disable-dev-shm-usage is required on Railway (small /dev/shm). Append URLs or more flags space-separated.",
                      "defaultValue": "--disable-dev-shm-usage"
                    },
                    "PASSWORD": {
                      "isOptional": false,
                      "description": "Login password for the browser session. Keep it strong - this gates who can use your cloud browser.",
                      "defaultValue": "{{PASSWORD}}"
                    },
                    "CUSTOM_USER": {
                      "isOptional": false,
                      "description": "Login username for the browser session.",
                      "defaultValue": "admin"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:3000": {
                        "port": 3000
                      }
                    }
                  },
                  "volumeMounts": {
                    "7e30b87a-0143-4197-bcda-fca483e44399": {
                      "mountPath": "/config"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "edge",
      "method": "GET",
      "path": "/healthcheck",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-07T23:54:17.958Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-08T00:06:04.926Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_ccd2f49806d5454a927a",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 108,
    "typical_build_seconds": 61,
    "typical_start_seconds": 30,
    "slowest_service": "edge"
  }
}
