{
  "manifest_version": "1.0.0",
  "template": {
    "id": "79972b4e-5827-4ecb-a96f-34cb13470003",
    "slug": "firefox-cloud",
    "name": "Firefox Browser",
    "description": "Run Firefox Browser on your new tab",
    "url": "https://railway.com/deploy/firefox-cloud",
    "upstream": {
      "image": "jlesage/firefox"
    }
  },
  "services": [
    {
      "name": "Firefox",
      "source": {
        "image": "jlesage/firefox"
      },
      "needs_volume": true,
      "volume_mount_path": "/config:rw",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "TZ",
      "service": "Firefox",
      "description": "Provide a value for TZ.",
      "secret": false,
      "strategy": "default",
      "default": "Etc/UTC"
    },
    {
      "key": "PORT",
      "service": "Firefox",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "5800"
    },
    {
      "key": "APP_NAME",
      "service": "Firefox",
      "description": "Provide a value for APP_NAME.",
      "secret": false,
      "strategy": "default",
      "default": "Firefox Cloud"
    },
    {
      "key": "WEB_AUDIO",
      "service": "Firefox",
      "description": "Provide a value for WEB_AUDIO.",
      "secret": false,
      "strategy": "default",
      "default": "1"
    },
    {
      "key": "VNC_PASSWORD",
      "service": "Firefox",
      "description": "Provide a value for VNC_PASSWORD.",
      "secret": true,
      "strategy": "default",
      "default": "Change-Password-Here"
    },
    {
      "key": "WEB_FILE_MANAGER",
      "service": "Firefox",
      "description": "Provide a value for WEB_FILE_MANAGER.",
      "secret": false,
      "strategy": "default",
      "default": "1"
    },
    {
      "key": "ENABLE_CJK_FONTENABLE_CJK_FONT",
      "service": "Firefox",
      "description": "Provide a value for ENABLE_CJK_FONTENABLE_CJK_FONT.",
      "secret": false,
      "strategy": "default",
      "default": "1"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "firefox-cloud"
      }
    },
    "cli": "railway deploy --template firefox-cloud",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "79972b4e-5827-4ecb-a96f-34cb13470003",
            "serializedConfig": {
              "services": {
                "6de2d260-98b9-4649-876f-9e959e35b218": {
                  "icon": "https://upload.wikimedia.org/wikipedia/commons/a/a0/Firefox_logo%2C_2019.svg",
                  "name": "Firefox",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null
                  },
                  "source": {
                    "image": "jlesage/firefox"
                  },
                  "variables": {
                    "TZ": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "Etc/UTC"
                    },
                    "PORT": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "5800"
                    },
                    "APP_NAME": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "Firefox Cloud"
                    },
                    "WEB_AUDIO": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "1"
                    },
                    "VNC_PASSWORD": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "Change-Password-Here"
                    },
                    "WEB_FILE_MANAGER": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "1"
                    },
                    "ENABLE_CJK_FONTENABLE_CJK_FONT": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "1"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "6de2d260-98b9-4649-876f-9e959e35b218": {
                      "mountPath": "/config:rw"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-22T10:14:47.278Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T03:39:05.064Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_d4f197aecc9b4de9b9dc",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 59,
    "typical_build_seconds": 0,
    "typical_start_seconds": 10,
    "slowest_service": "Firefox"
  }
}
