{
  "manifest_version": "1.0.0",
  "template": {
    "id": "e2b0d19d-8bf9-4ce4-b9fa-150bc7a42273",
    "slug": "parrotos-security-or-just-updated-browse",
    "name": "ParrotOS Security | (Just Updated) Browser Terminal, Files Survive Redeploys",
    "description": "ParrotOS security shell in your browser; files in /root survive redeploys.",
    "url": "https://railway.com/deploy/parrotos-security-or-just-updated-browse",
    "upstream": {
      "image": "ghcr.io/bon5co/parrotos-terminal-railway:security"
    }
  },
  "services": [
    {
      "name": "parrotos-terminal",
      "source": {
        "image": "ghcr.io/bon5co/parrotos-terminal-railway:security"
      },
      "needs_volume": true,
      "volume_mount_path": "/root",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PASSWORD",
      "service": "parrotos-terminal",
      "description": "Provide a value for PASSWORD.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "parrotos-security-or-just-updated-browse"
      }
    },
    "cli": "railway deploy --template parrotos-security-or-just-updated-browse",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "e2b0d19d-8bf9-4ce4-b9fa-150bc7a42273",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "31ace356-9d8f-4cf5-b047-b61123340ecd": {
                  "icon": null,
                  "name": "parrotos-terminal",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/bon5co/parrotos-terminal-railway:security"
                  },
                  "variables": {
                    "PASSWORD": {
                      "isOptional": false,
                      "defaultValue": "{{PASSWORD}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  },
                  "volumeMounts": {
                    "31ace356-9d8f-4cf5-b047-b61123340ecd": {
                      "mountPath": "/root"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-06T17:54:17.775Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-06T18:00:39.658Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_f7debcc9548549a8951c",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 324,
    "typical_build_seconds": 0,
    "typical_start_seconds": 272,
    "slowest_service": "parrotos-terminal"
  }
}
