{
  "manifest_version": "1.0.0",
  "template": {
    "id": "0c84ba8d-ba48-4104-8d1f-f090e19b903a",
    "slug": "firefox-or-just-updated-remote-browser-r",
    "name": "Firefox | (Just Updated) Remote Browser, Real Login & Profile Survives Redeploys",
    "description": "Remote Firefox desktop with real login; profile survives every redeploy",
    "url": "https://railway.com/deploy/firefox-or-just-updated-remote-browser-r",
    "upstream": {
      "image": "ghcr.io/bon5co/firefox-railway:151.0.3"
    }
  },
  "services": [
    {
      "name": "Firefox",
      "source": {
        "image": "ghcr.io/bon5co/firefox-railway:151.0.3"
      },
      "needs_volume": true,
      "volume_mount_path": "/config",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "VNC_PASSWORD",
      "service": "Firefox",
      "description": "Provide a value for VNC_PASSWORD.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "WEB_AUTHENTICATION_PASSWORD",
      "service": "Firefox",
      "description": "Provide a value for WEB_AUTHENTICATION_PASSWORD.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "firefox-or-just-updated-remote-browser-r"
      }
    },
    "cli": "railway deploy --template firefox-or-just-updated-remote-browser-r",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "0c84ba8d-ba48-4104-8d1f-f090e19b903a",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "e4cedb3a-2944-4d9b-955d-6ddfc61b824d": {
                  "icon": null,
                  "name": "Firefox",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/bon5co/firefox-railway:151.0.3"
                  },
                  "variables": {
                    "VNC_PASSWORD": {
                      "isOptional": false,
                      "defaultValue": "{{VNC_PASSWORD}}"
                    },
                    "WEB_AUTHENTICATION_PASSWORD": {
                      "isOptional": false,
                      "defaultValue": "{{WEB_AUTHENTICATION_PASSWORD}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  },
                  "volumeMounts": {
                    "e4cedb3a-2944-4d9b-955d-6ddfc61b824d": {
                      "mountPath": "/config"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-06T11:54:17.289Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-06T11:58:01.360Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_854fa68eaf414430827b",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 27,
    "typical_build_seconds": 0,
    "typical_start_seconds": 10,
    "slowest_service": "Firefox"
  }
}
